Launching your own SaaS – Part 7: The marketing plan #1 9 min read Computer Engineering Launching your own SaaS – Part 7: The marketing plan #1 Max Headroom 2025.10.09 9 Introduction This is a new series where I’m documenting the entire process of building my 6th SaaS...Read More
Launching your own SaaS – Part 6: Multi-tenancy 5 min read Computer Engineering Launching your own SaaS – Part 6: Multi-tenancy Max Headroom 2025.10.04 17 Introduction This is a new series where I’m documenting the entire process of building my 6th SaaS...Read More
Launching your own SaaS – Part 5: Positioning #1 7 min read Computer Engineering Launching your own SaaS – Part 5: Positioning #1 Max Headroom 2025.10.02 17 Introduction This is a new series where I’m documenting the entire process of building my 6th SaaS...Read More
A Strong Reference to Weak References in Python 7 min read Computer Engineering A Strong Reference to Weak References in Python Max Headroom 2025.10.01 19 Cover: Strong reference vs Weak Reference When working with Python (and many other languages), you often rely...Read More
Launching your own SaaS – Part 4: Start with the core problem 5 min read Computer Engineering Launching your own SaaS – Part 4: Start with the core problem Max Headroom 2025.09.25 37 Introduction This is a new series where I’m documenting the entire process of building my 6th SaaS...Read More
Compiling Python to Run Anywhere 18 min read Computer Engineering Compiling Python to Run Anywhere Max Headroom 2025.09.24 40 Foreword A recurring theme of this newsletter is going under the hood: how interpreters, compilers, and runtimes...Read More
Launching your own SaaS – Part 3: The validation 7 min read Computer Engineering Launching your own SaaS – Part 3: The validation Max Headroom 2025.09.19 60 Introduction This is a new series where I’m documenting the entire process of building my 6th SaaS...Read More
What Makes System Calls Expensive: A Linux Internals Deep Dive 20 min read Computer Engineering What Makes System Calls Expensive: A Linux Internals Deep Dive Max Headroom 2025.09.17 68 Cover: A Flamegraph highlighting performance overhead due to system calls System calls are how user programs talk...Read More
Launching your own SaaS – Part 2 – The technical challenges 5 min read Computer Engineering Launching your own SaaS – Part 2 – The technical challenges Max Headroom 2025.09.11 79 Introduction This is a new series where I’m documenting the entire process of building my 6th SaaS...Read More
Launching your own SaaS – Part 1: The idea 5 min read Computer Engineering Launching your own SaaS – Part 1: The idea Max Headroom 2025.09.04 73 Introduction This is a new series where I’m documenting the entire process of building my 6th SaaS...Read More