TechBlog: All things software development, tech, or programming.
Organizing Your Next.js 14+ Project: File Colocation and Best Practices with the App Router
October 19, 2024
Likes: 1
This article explores best practices for organizing your Next.js 14+ project, particularly focusing on file colocation with the App Router.
What is Lightweight Directory Access Protocol?
October 19, 2024
Likes: 0
LDAP is a protocol used for accessing and managing directory services over a network.
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.