Welcome to the blog! I wrote mostly about web technologies, command line tools and open source applications.
Filter by tag
- 2025
The Full Arc of Modern Compute
Explore how compute evolved from VPS to containers to FaaS and edge functions—and why we’re circling back to managed containers with better DX and scaling guarantees.
My views about AI and AI assisted tools
Discussing my experience with AI tools like Copilot and Cursor, and how I’m preparing for the evolving role of developers in the future of coding
What’s New in React 19 — Are Forms Finally Good Enough?
React 19 introduced major changes to the mental model of components and data fetching. From server actions to the new `use` hook, Let’s break it all down.
DB connections in serverless
As serverless is becoming more and more popular this post explains how the database connections work in a serverless environments and how to use connectoin pools in them