TutorialsNOV 17, 2025Create Your Own Supabase Database In 5 MinutesLearn how to create and configure a scalable Supabase database. A step-by-step guide to getting your backend ready for your next web project.
How To BuildNOV 12, 2025Create An Admin Panel With Supabase In 5 MinutesBuild a powerful React-based admin panel with Supabase. Use Refine to automate your CRUD operations and connect your database effortlessly.
TutorialsJAN 9, 2025An Introduction to Using FastAPIWe'll be looking at FastAPI, a modern Python microframework that simplifies the creation of web APIs using Python programming.
IntegrationsNOV 7, 20244 Ways to Generate UUIDs in Node.jsWe'll explore how UUIDs work in Node.js and how they can help keep data distinct and make your projects easier to scale.
IntegrationsOCT 31, 2024Working with Drizzle ORM and PostgreSQL in Next.jsThis post provides a conceptual overview of Drizzle essentials and demonstrates how to start a Next.js application with Drizzle and PostgreSQL.
AlternativesSEP 24, 2024gRPC vs REST - A Brief ComparisonWe'll explore practical use cases of REST and gRPC to enable you to select the most appropriate API for your project.
AlternativesSEP 12, 2024GraphQL vs REST - Key Differences and Use CasesWe'll explore the key differences between GraphQL and REST, and discuss the use cases where each approach excels.
IntegrationsSEP 12, 2024Getting Started with Terraform on AWSWe'll walk through getting started with Terraform specifically for infrastructure provisioning on Amazon Web Services (AWS).
TutorialsAUG 15, 2024How to set up a WebSocket connection with Node.js and React.js?Understanding Real-time communication with React and WebSocket
AlternativesAUG 12, 2024Bun vs. Node.jsWe'll go over the new Bun runtime that has created a buzz in the tech space lately.
TutorialsAUG 7, 2024Next.js 13.4's Server Actions and Data FetchingWe'll delve into the Next.js alpha feature Server actions and data fetching techniques.
TutorialsJUL 3, 2024How to use Next.js API Routes?We will deep dive into Next.js API Routes with Dynamic Routes.