TechBlog: All things software development, tech, or programming.
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.
Vim Motion Series 9: Combining Motions with Editing Commands for Enhanced Workflow
October 9, 2024
Likes: 1
Dive deeper into combining motions with editing commands.
Vim Motion Series 8: Mastering Jumps, Marks, and Efficient Navigation
October 8, 2024
Likes: 1
In this article, we’ll explore Vim’s jump list and marking system, both of which are crucial for efficiently navigating and...
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.
Vim Motion Series 6: Essential Vim Motions for Efficient Text Editing
October 6, 2024
Likes: 1
We’ll dive into essential motions and commands.
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...
Vim Motion Series 5: Copy and Paste in Vim
October 5, 2024
Likes: 0
We’ll cover the essential commands and techniques for copy-paste operations in Vim.
Vim Motion Series 4: Mastering Search and Find Using Vim Motions
October 4, 2024
Likes: 1
In this article, we’ll explore some of Vim’s most powerful features: search and find motions.