Blog
Notes on TypeScript, Next.js, SQL, Go, and the craft of building fast, pragmatic web products.
blog posts
Lucky Times
How I got lucky and got a macbook pro for free.
Roman Numerals
A fun problem to practice general logic and problem solving.
Palindrome
It seems knowing the built in methods goes a long way.
Two Sum
My first attempt at leet code, and it was a mess, well not really right?.
Sqlite vs Postgres - Which is best for you? -
Every time I show a new project the same question appears: “Do I use SQLite or Postgres?” And yes… the easy answer is “it depends”, but I wanted to go further and measure it in real scenarios. In this...
You don't need Vercel! Self-Host Coolify + Nextjs (or any other tech) in 5 minutes and more!
Lately I have been hearing a lot “without Vercel you can't deploy Next.js”. Post: there is no vendor lock-in. If you want, you can self-host it on a VPS and that's it. In this video I show you how to ...