blog.rubenoalvarado.comEverybody Knows That Drizzle is the Word!I’ve worked with plenty of ORMs and database tools over the years—JPA, Hibernate, Knex, Mongoose, Prisma. The list is long. There’s always a new “revolutionary” tool. So when I first heard about Drizz4h ago·6 min read
blog.rubenoalvarado.comDeveloping a Tailored Config Module for NestJS ApplicationsHave you ever struggled with more environment variables than actual features? DATABASE_URL, SUPABASE_URL, JWT_SECRET, a couple of flags for local vs production, and maybe some “temporary” variables you promise you’ll clean up later. If you read proce...Feb 16·4 min read
blog.rubenoalvarado.comAn Easy Recap of Supabase EssentialsPicture this: you're building your next project, and you know you need authentication, a database, and maybe storage. You could spend days configuring Postgres, setting up auth from scratch, and managing deployment—or you could have it all running in...Feb 9·5 min read
blog.rubenoalvarado.comBootstrapping a NestJS API for Personal FinanceThe majority of NestJS tutorials available online tend to stop at basic CRUD operations or simple TODO list applications. Let's move beyond these beginner examples and build something real and practical that you can actually use in production. What W...Feb 3·3 min read
blog.rubenoalvarado.comA Guide to Fibonacci Series and Recursion in Go LanguageThe Fibonacci sequence is one of the most common problems you'll solve throughout your software career. Its implementation can be as simple or complex as you want. One of the most frequently used solutions is recursion—a core concept in computer scie...Jan 27·4 min read