Notes from things I actually shipped
Writeups on the problems behind my projects — the search index, the dedup key, the queue design. No listicles, no "10 tips." If it's here, I built it first.
Deep-dive writeups on the engineering behind my projects are being fact-checked and will land here shortly. The blog below is live now.

Repomix: The Tool That Helps Me Talk to AI Better Lately, I’ve been using a tool called Repomix a lot—and it’s quickly become a regular part of how I work. If you ever try to expla…
Read on the blog →
Introduction In the world of finance, tick data represents the heartbeat of the market, capturing every price change and transaction that occurs. This granular data is invaluable f…
Read on the blog →
Introduction Background on JSON in Python JSON, short for JavaScript Object Notation, has become a ubiquitous data interchange format, owing to its simplicity and lightweight natur…
Read on the blog →
Introduction Programming is all about functions. They help you organize and reuse code. Python is a popular programming language that has a lot of tools for working with functions.…
Read on the blog →
As a person who regularly codes in JavaScript, one of my most preferred and frequently used features in the language is the spread syntax. The beauty of this operator lies in its s…
Read on the blog →
Introduction In this article, we are about to embark on a fantastic journey to understand the Redis Queue (RQ) Scheduler within the Flask framework, powered by Python. We are going…
Read on the blog →
Are you looking to automate tasks in your Flask application and store the results in MongoDB? Look no further than apscheduler. This powerful Python library enables you to schedule…
Read on the blog →
Introduction Debugging Flask Python applications can be challenging, and things get even more complicated when running Flask inside a Docker container. Fortunately, with the right …
Read on the blog →
Git is a powerful version control system that can help you manage your projects effectively. It has many useful commands that can save you time and increase your productivity. Here…
Read on the blog →
Introduction Gatsby is a popular open-source framework for building fast and modern websites and applications. At its core, Gatsby uses React and GraphQL to generate static HTML, C…
Read on the blog →
Introduction In this tutorial, we will explore how to use the combination of SQL and S3 to efficiently handle images. We will be using Python, Flask, and SQLAlchemy to accomplish t…
Read on the blog →
Recently, I have been diving deep into the world of AI and machine learning and have discovered some truly amazing concepts. One that really stood out to me was the idea of prompt …
Read on the blog →