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,...
Vim Motion Series 12: Master Vim Motions
October 12, 2024
Likes: 1
If you've made it through the previous 11 articles, you should now have a solid foundation in Vim's powerful motion...
Next.js: Understanding Route Groups
October 11, 2024
Likes: 0
One powerful feature that aids in organizing and structuring our apps is Route Groups.
Vim Motion Series 11: Navigating Multiple Sections and Files
October 11, 2024
Likes: 0
We will cover efficient navigation between buffers, tabs, and files using Vim motions.
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,...
Vim Motion Series 10: Advanced Search, Replace, and Regular Expressions
October 10, 2024
Likes: 1
We’ll focus on advanced search, replace, and regular expressions using Vim motions.