An Easy Recap of Supabase Essentials
Learn how to set up Supabase with a NestJS backend for seamless database management and authentication integration
Thoughts, tutorials, and stories from my journey as a software engineer and comic book enthusiast.
Learn to build a type-safe, validated Config Module for NestJS, ensuring stable environment variable management and improving app reliability
Learn how to set up Supabase with a NestJS backend for seamless database management and authentication integration
Build a production-ready NestJS API for personal finance with Supabase and Drizzle ORM. Manage income, expenses, and accounts effortlessly
Learn Fibonacci series and recursion in Go language to improve algorithm design with clear examples and understanding of concepts like memoization
Learn to reverse an array in place with Go using efficient algorithms and test cases without extra memory. Perfect for interviews and coding practice
Learn how to create a custom config module in NestJS to manage and validate environment variables for robust, production-ready applications
Learn array chunking in Go with a reliable algorithm that handles edge cases efficiently. Perfect for pagination systems and batch processing jobs
Learn to implement custom decorators in NestJS using class-validator and Drizzle for efficient input validation in RESTful APIs
Learn to capitalize each word's first letter in a string using Go's built-in packages and external tools for efficient coding
Side projects often remain unfinished due to burnout; maintain motivation and discipline by setting realistic goals and taking regular breaks
Learn to solve your first Blackjack move using Go, exploring card values, switch statements, and strategy in a beginner-friendly way
Learn to implement an algorithm in Go to check if a string contains only unique characters using maps and runes