Who Hacked Me On Ubuntu?A morning debugging spiral that led to a full-blown paranoia episode on Ubuntu.Jun 23, 2025·9 min read·102
Checklist for starting a project as a teamlast updated: 5.11.25 It's that time again when you are starting a new project, perhaps leading a team or being a part of the founding team. Earlier in your experience as a software engineer, you would dive into code and start building, building up s...Dec 15, 2023·10 min read·358
Dockerizing a Django application with Postgres and Pipenv supportI will walk you through setting up Docker for your applications :). First let us talk about the technologies in the title. All the stacks... Ik'zo :fire Docker In these evil days, it is imperative for developers to shift their focus to business logic...Aug 16, 2023·13 min read·613
Map and Filter functionsThere's the last guy called reduce but it's not here because it's like the odd guy out and requires a dedicated article to it Let us map Before we map, let us take a look at a beautiful for-loop in Python. squares = [] for i in range (2, 10): sq...Nov 7, 2022·3 min read·129