Category: Uncategorized

How to prepare for a Software Engineering Manager interview

I recently prepared for a couple of onsite interviews for Software Engineering Manager positions. While the process and structure might…

How to render a Strava activity map using Mapbox GL JS

Using the Strava API, we can retrieve all kinds of data of a given activity, including geographical information. We can…

Implementing Bubble Sort in JavaScript

It is quite common in Software Engineering interviews to be asked to code up a popular sort or search algorithm….

Visualizing county-level spread of Covid-19 using New York Times data and D3.js

I am not a person who can easily make sense of things in an abstract fashion. I almost always need…