Symbols in Ruby

In this post, I’d like to have a closer look at the Symbol data type in Ruby.

3 minute read

Topological Search

This week I spent some time working on a CS problem that required me to perform topological search of a...

8 minute read

Implementing Sorting Algorithms

Lately, I’ve been spending some time trying to better understand the basics of some fundamental sorting algorithms.

6 minute read

React Lifecycle Methods

React lifecycle methods might seem a little intimidating at first glance but mastering them is crucial.

4 minute read

N+1 Queries

N+1 queries are a pervasive category of performance pitfall or “antipattern”.

5 minute read