Featured Article

Jekyll Site Deployment With Google Domains

I’ve been working on some projects recently, decided that it is time to get my portfolio together, and start blogging. I have something that I want to show to the world, and I am using Github Pages...

read more ...

Featured Projects

Most Recent Articles

  • Bubble Sort Algorithm

    Although it is considered the most inefficient sorting algorithm, the bubble sort is an algorithm that is very easy to implement. Let’s say we have an array of integer elements. The bubble sort sta...

    read more ...

  • Data Structures - Stacks

    A stack is a Last In First Out (LIFO) data structure with a small set of operations. It is considered an abstract data structure, since unlike arrays, stacks are not physically represented in memor...

    read more ...

  • Preparation for a Technical Interview in 30 Days - Day 0

    Earlier this week I was contacted by a recruiter on LinkedIn to discuss my background and my future career goals. I was quite taken aback, because I dreamed of working at this company one day, but ...

    read more ...

  • Preparation for an Onsite Interview in 25 Days

    It’s been a while - 2 months to be exact. This post is just an update about my interview process. Last time I wrote, I disclosed that I had been contacted by a company to interview for a Software E...

    read more ...