What i was learning Today i started learning PostgreSQL , the objective was to create a mental model to build a strong foundation and potentially a smooth learning curve for PostgreSQL. Coming from ...
Jun 19th 2026
As I start learning SQL, I want to share what I learn with others. This is the first article in my SQL Learning Series. Continue reading on Medium »
Jun 19th 2026
How three database decisions I was building a comment section for my FastAPI blog. Nothing fancy just a comment icon that needed to actually work. Then I made the mistake of looking at how most tutori...
SQL Server Management Studio (SSMS) has long been the go-to tool for managing SQL Server replication. Continue reading on CData Software »
Jun 19th 2026
Multi-tenancy is a pattern where a single application instance serves multiple users (or “tenants”) while keeping their data and… Continue reading on Medium »
In the previous post, I wrote about RESP — the protocol layer that lets a Redis server understand commands coming over TCP. But parsing a command is only the first step. Once the server receives somet...
Jun 19th 2026
What is a SQL Server Job? Continue reading on Medium »
If you’ve been copy-pasting Prisma + Supabase configs from old tutorials and wondering why migrations silently fail or the client refuses… Continue reading on Medium »
For a long time, our default answer to "how should we structure tenant data?" was Schema-Per-Tenant. And that wasn’t really because the other options were bad, but one had a cost problem that was hard...
Most engineers focus on the DELETE statement. Production systems care about everything that happens after it. Continue reading on Level Up Coding »