TechBlog: All things web design, software development, tech, or programming.
Restoring Files to the Last Committed Version with git restore
February 16, 2025
Likes: 2
When working with Git, it is common to modify files and later realize that you need to discard the changes...
Undoing Changes & Recovering Lost Work in Git
February 13, 2025
Likes: 1
Git offers robust tools to revert changes and recover lost work. This article will walk you through the key commands...
Automating Email Summaries with Google Apps Script
February 12, 2025
Likes: 2
Instead of manually checking emails, you can automate the process by using Google Apps Script to collect, summarize, and send...
How to Use React Email in a Next.js Project
February 12, 2025
Likes: 1
Email templates have traditionally been built using HTML and inline styles, which can be tedious and inconsistent across different email...
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
My Reading List
February 3, 2025
Likes: 1
These resources can help keep you informed.
The Fundamentals of Regex
January 14, 2025
Likes: 3
Understanding the basic building blocks used to match patterns in text.
Comparing Axios and Fetch: Choosing the Right Tool for Your API Calls
January 8, 2025
Likes: 2
While both fetch and axios capable of handling HTTP requests, each has unique features that suit different use cases. This...