TechBlog: All things software development, tech, or programming.
Frictionless Content Creation with MDXBlog
October 3, 2024
Likes: 0
MDXBlog stores posts as markdown files on the local machine, eliminating the need for a round trip to a database...
Next.js: Navigating Between Routes
October 3, 2024
Likes: 0
Next.js offers multiple ways to navigate between routes, which can improve the user experience by speeding up page transitions and...
Vim Motion Series 3: More Efficient Horizontal and Vertical Movement
October 3, 2024
Likes: 0
Explore how repetition and operators enhance efficiency when working with text, enabling faster editing and refactoring.
CodeChat
October 2, 2024
Likes: 0
A code sharing app for developers.
Next.js: Layouts and Templates
October 2, 2024
Likes: 0
In Next.js 14+, both layouts and templates serve to wrap your application’s UI, but their key difference lies in their...
Vim Motion Series 2: Intermediate Vim Motions - Word and Line Navigation
October 2, 2024
Likes: 0
In this lesson, we’ll introduce more powerful motions for navigating your text with efficiency.
Copy to Clipboard for Text in JavaScript
October 1, 2024
Likes: 0
In this article, we’ll cover how to copy text, images, and files to the clipboard with practical examples using React...
Vim Motion Series 1: Introduction to Vim Motions
October 1, 2024
Likes: 0
In this article, we’ll cover basic Vim motions that will help you navigate text more efficiently.
Not browser cookies... chocolate chip cookies
September 30, 2024
Likes: 0
Did you know that freshly baked cookies pair perfectly with coffee?
Next.js: Routing in Next.js 14
September 28, 2024
Likes: 1
This article should aid in understanding the fundamentals and advanced patterns of routing in Next.js 14+