TechBlog: All things web design, software development, tech, or programming.
Understanding the Git Workflow
February 10, 2025
Likes: 2
Working Directory, Staging Area, and Repository (How Git Actually Works)
Introduction to Git & Version Control
February 9, 2025
Likes: 1
This article introduces Git and version control, explaining its importance in software development. It covers the differences between Git, GitHub,...
Git & GitHub for Real-World Development
February 8, 2025
Likes: 1
A Hands-On Guide to Version Control, Collaboration, and Troubleshooting
The Fundamentals of Regex
January 14, 2025
Likes: 3
Understanding the basic building blocks used to match patterns in text.
Master Regex: A Practical Series with an Interactive Tester
December 13, 2024
Likes: 2
Regular expressions, or regex, are powerful tools for solving complex text processing challenges.
How to Copy Text to the System Clipboard in Vim
November 25, 2024
Likes: 2
Vim is a powerful text editor, and knowing how to efficiently copy text to your system clipboard can greatly enhance...
Output audio from Chrome to QuickTime for recording using BlackHole
November 22, 2024
Likes: 0
BlackHole is a free, open-source virtual audio driver for macOS that allows you to route audio between applications.
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...
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.
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.