Technology, software engineering, and web development
Browse My Blog
Foreign Keys: Optimizing for Performance
Despite concerns about performance, foreign keys are vital for relational database integrity. This post explores why those concerns are often unfounded and provides optimization strategies to ensure your foreign keys don't negatively impact database performance.
Oct 11, 2024Using Cloudflare Worker KV to Store Environment Variables
Cloudflare Workers KV provides a secure and efficient way to manage environment variables for serverless Next.js applications, eliminating the challenges of using traditional .env files in such environments.
Sep 29, 2024Strapi with Supabase for Headless CMS and Database Management
This tutorial shows you how to combine Strapi's user-friendly content management with Supabase's robust backend services, enabling you to build dynamic and scalable applications with ease.
Sep 28, 2024