The System-Level Foundation of Assembly 6 min read Computer Engineering The System-Level Foundation of Assembly Max Headroom 2025.05.08 22 We wrapped up the X86-64 assembly course last week, and I’ll be sharing notes from the sessions...Read More
Behind the Scenes: Never Trust User Input 5 min read Computer Engineering Behind the Scenes: Never Trust User Input Max Headroom 2025.05.06 31 This article is the first in a series of posts I’m writing about running various SaaS products...Read More
Simplify Regular Expressions with RegExpBuilderJS 3 min read Computer Engineering Simplify Regular Expressions with RegExpBuilderJS Max Headroom 2025.05.06 29 Regular expressions are on of the most powerful tools in a developer’s toolkit. But let’s be honest,...Read More
Guide to Strings in Python 55 min read Computer Engineering Crypto Currency Guide to Strings in Python Max Headroom 2025.05.06 29 A string in Python is a sequence of characters. These characters can be letters, numbers, symbols, or...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 27 An HTML email utilizes HTML code for presentation. Its design is heavy and looks like a modern...Read More
Changelog 2 min read Computer Engineering Changelog Max Headroom 2025.05.06 29 August 2024 August 16, 2024: Added Changelog page. Added feedback modal to tool pages. August 14, 2024:...Read More
Gracefully Handling Third Party API Failures 7 min read Computer Engineering Gracefully Handling Third Party API Failures Max Headroom 2025.05.06 32 Software isn’t what it used to be. That’s not necessarily a bad thing, but it does come...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 31 Email encryption and authentication are modern security techniques that you can use to protect your emails and...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 31 Introduction Web scraping typically refers to an automated process of collecting data from websites. On a high...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 24 Introduction In today’s digital world, security is paramount, especially when dealing with sensitive data like user authentication...Read More