TechBlog: All things web design, software development, tech, or programming.
SSL and TLS Encrypted Connections
October 18, 2024
Likes: 0
SSL (Secure Sockets Layer) and TLS (Transport Layer Security) are cryptographic protocols that provide secure communication over a computer network....
How to Set Up Custom SMTP with Supabase and Resend: A Step-by-Step Guide
October 17, 2024
Likes: 0
SMTP, or Simple Mail Transfer Protocol, is a protocol used for sending and relaying emails across the Internet.
Legacy HTTP Basic Authentication: History and Explanation
October 16, 2024
Likes: 0
One of the earliest and most straightforward methods introduced was HTTP Basic Authentication, part of the HTTP/1.0 specification published in...
A Brief History of Authentication for Computer Systems and the Web
October 15, 2024
Likes: 0
From simple, local authentication methods to more complex, distributed, and secure systems that can handle the demands of modern web...
How to Enable Google Auth for Supabase in a Next.js App
October 15, 2024
Likes: 0
Adding Google Sign-In to your Supabase-powered Next.js app involves configuring Supabase, setting up the Google Cloud project for OAuth credentials,...
Next.js: Understanding Route Groups
October 11, 2024
Likes: 0
One powerful feature that aids in organizing and structuring our apps is Route Groups.
Next.js: Handling Redirects in Next.js 14+
October 10, 2024
Likes: 0
Next.js provides several ways to handle redirects, each suited to different scenarios, whether they occur after an event or mutation,...
Next.js: Understanding Loading and Streaming
October 7, 2024
Likes: 0
When building a dynamic web application, ensuring smooth and responsive user interactions is key. Next.js provides an elegant solution to...
Vim Motion Series 7: Visual Mode and Text Object Selections.
October 7, 2024
Likes: 1
Delve into some of Vim’s most versatile features—Visual Mode and text object selections.
Next.js: Guide to Error Handling in Next.js
October 5, 2024
Likes: 0
In web development, handling errors can take different forms, from displaying user-friendly messages for validation errors to using more advanced...