Writing
I don't write often, but when I do, it is usually something I recently learned, enjoyed building or found worth sharing.
Why I built Slick Deploy
Published On Mar 20, 2024, Read Time: 8 Mins
Slick Deploy is a CLI tool to declaratively deploy containers with Caddy, it is a product of my quest to find an extremely simple way to deploy a container on a VM, after being disappointed by the state of PaaS services today
How I optimize SQL queries (ft. Chatwoot)
Published On Mar 10, 2024, Read Time: 8 Mins
Chatwoot has been scaling great for some time now, but as we grow, we need to keep an eye on the performance of our queries which served as a perfect playground for me to learn some fundamentals. This blog is an attempt to summarize them.
PostgreSQL Schema Health Metrics
Published On Feb 26, 2024, Read Time: 5 Mins
Chatwoot has been scaling great for some time now, but as we grow, we need to keep an eye on the performance of our queries, these are the metrics I usually track to keep an eye on the health of the PostgreSQL schema.