Behind the Scenes: Never Trust User Input 5 min read Computer Engineering Behind the Scenes: Never Trust User Input Max Headroom 2025.05.06 9 This article is the first in a series of posts I’m writing about running various SaaS products...Read More
Guide to Strings in Python 54 min read Computer Engineering Guide to Strings in Python Max Headroom 2025.05.06 9 A string in Python is a sequence of characters. These characters can be letters, numbers, symbols, or...Read More
Simplify Regular Expressions with RegExpBuilderJS 3 min read Computer Engineering Simplify Regular Expressions with RegExpBuilderJS Max Headroom 2025.05.06 8 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 6 min read Computer Engineering Gracefully Handling Third Party API Failures Max Headroom 2025.05.06 9 Software isn’t what it used to be. That’s not necessarily a bad thing, but it does come...Read More
Changelog 1 min read Computer Engineering Changelog Max Headroom 2025.05.06 7 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 7 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 3 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 10 min read Computer Engineering Securing Your Email Sending With Python: Authentication and Encryption Max Headroom 2025.05.06 7 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 4 min read Computer Engineering How to Perform MS SQL Server Restore with RECOVERY and NORECOVERY Options Max Headroom 2025.05.06 3 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 2 Introduction In today’s digital world, security is paramount, especially when dealing with sensitive data like user authentication...Read More