Finally Understanding Authentication?!Authentication is the process that verifies the identity of users, ensuring that only legitimate individuals gain access to sensitive data and functionalities. Navigating the array of available authentication methods can often feel like traversing a ...May 18, 2025·19 min read
How to Fix 'ERROR: prepared statement 'S_1' already exists' in Supabase, PostgreSQL, Go, and GORMJul 10, 2024·4 min read
Navigating Challenges: My Backend Journey + HNG Internship GoalsHey there, fellow techies! Ryan Malawa here, a backend dev from Nairobi, Kenya. As a software engineer, I've encountered my fair share of challenges. Today, I want to share a recent challenge I overcame and my excitement for the next chapter in my ca...Jun 29, 2024·3 min read
Lightning Fast APIs: Building Golang CRUD Endpoints with Supabase⚡️As a developer, building APIs that can perform basic CRUD (Create, Read, Update, Delete) operations is a common task. In this post, I'll show you how easy it is to build a CRUD API using Go and Supabase. Introduction Supabase is an open source Fireba...Dec 20, 2023·4 min read
Building a RESTful API with Supabase, Node.js, and Express.js: A Comprehensive GuideIn the ever-evolving landscape of web development, the demand for robust backend solutions has never been higher. Supabase, a dynamic open-source alternative, emerges as a powerful tool for developers seeking simplicity without compromising functiona...Nov 13, 2023·4 min read