A walkthrough of minimal implementation of a virtualized list component in React
Blog
- Published
- Published
A short guide on how to ingest data in Starrocks using Parquet files
- Published
Some of the things I learned while migrating the frontend monorepo at FLYR from Lerna to Nx and how to make the most out of this setup without Nx Cloud.
- Published
In this post I discuss how to implement backend response caching based on dependencies between data, significantly simplifying invalidation.
- Published , updated
Here's something I learned today when adding Redis backed caching to a FastAPI application.
- Published
A short post illustrating how to specify the type of a SQL expression addded to a model with a `column_property` in SQLAlchemy
- Published
Vercel recently announced a new service to generate OG Images dynamically. In this post I will show you how you can add this feature to a self hosted Next.js application.
- Published
I had a bit of fun today poking around the Pwned Passwords data breaches. I wanted to see which Serie A team had the most fans based on the number of leaked passwords that can be reasonably associated with a specific team.
- Published , updated
The first installment of my guide on how to set up Wagtail as a headless CMS for JavaScript frontends.
- Published , updated
A short post explaining how to mock `django.utils.timezone.now` in unit tests.