All Posts

Being on a Career Panel

Being on a Career Panel

As a University of Melbourne alumnus, I was invited to be on a career panel on Open Day and share my experience as a software engineer with future students. Students attending such panel discussions may hope to replicate panelists’ career decisions. However, this approach hardly works. Here’s why.

Binary Search for Scala Collections

Binary Search for Scala Collections

Binary search is efficient in locating an element or insertion position in a sorted collection. Many programming languages implement binary search for collections in their standard library. Scala is no exception.

Hello World

A journey of a thousand miles begins with a single step.