Simplify Regular Expressions with RegExpBuilderJS 3 min read Computer Engineering Simplify Regular Expressions with RegExpBuilderJS Max Headroom 2025.05.06 85 Regular expressions are on of the most powerful tools in a developer’s toolkit. But let’s be honest,...Read More
Gracefully Handling Third Party API Failures 7 min read Computer Engineering Gracefully Handling Third Party API Failures Max Headroom 2025.05.06 82 Software isn’t what it used to be. That’s not necessarily a bad thing, but it does come...Read More
Changelog 2 min read Computer Engineering Changelog Max Headroom 2025.05.06 77 August 2024 August 16, 2024: Added Changelog page. Added feedback modal to tool pages. August 14, 2024:...Read More
Building Custom Email Templates with HTML and CSS in Python 4 min read Computer Engineering Building Custom Email Templates with HTML and CSS in Python Max Headroom 2025.05.06 75 An HTML email utilizes HTML code for presentation. Its design is heavy and looks like a modern...Read More
Using Proxies in Web Scraping – All You Need to Know 13 min read Computer Engineering Using Proxies in Web Scraping – All You Need to Know Max Headroom 2025.05.06 76 Introduction Web scraping typically refers to an automated process of collecting data from websites. On a high...Read More
Securing Your Email Sending With Python: Authentication and Encryption 11 min read Computer Engineering Securing Your Email Sending With Python: Authentication and Encryption Max Headroom 2025.05.06 80 Email encryption and authentication are modern security techniques that you can use to protect your emails and...Read More
How to Perform MS SQL Server Restore with RECOVERY and NORECOVERY Options 5 min read Computer Engineering How to Perform MS SQL Server Restore with RECOVERY and NORECOVERY Options Max Headroom 2025.05.06 65 Introduction Backing up the database in MS SQL Server is vital to safeguard and recover the data...Read More
OTP Authentication in Laravel & Vue.js for Secure Transactions 3 min read Computer Engineering OTP Authentication in Laravel & Vue.js for Secure Transactions Max Headroom 2025.05.06 74 Introduction In today’s digital world, security is paramount, especially when dealing with sensitive data like user authentication...Read More
Vincente’s Rules for Software Development 2 min read Computer Engineering Featured Vincente’s Rules for Software Development Vincente D'Ingianni 2024.05.23 258 Vincente’s Rules for Software Development (adapted from Gerry Dubois) Know your hardware A cloud is just someone...Read More
How to Reset PRAM on a Mac 3 min read Apple Computer Engineering Featured How to Reset PRAM on a Mac Max Headroom 2023.12.02 468 Resetting your PRAM (or NVRAM) is a common troubleshooting technique when a Mac is misbehaving. We’ll cover...Read More