Regulatory Relief to Promote Domestic Production of Critical Medicines 6 min read Politics Regulatory Relief to Promote Domestic Production of Critical Medicines Donald J. Trump 2025.05.08 90 Presidential Actions Search Select Category All News Articles Briefings & Statements All Presidential Actions Executive Orders Nominations...Read More
National Foster Care Month, 2025 3 min read Politics National Foster Care Month, 2025 Donald J. Trump 2025.05.08 98 Presidential Actions Search Select Category All News Articles Briefings & Statements All Presidential Actions Executive Orders Nominations...Read More
Victory Day for World War II, 2025 3 min read Politics Victory Day for World War II, 2025 Donald J. Trump 2025.05.08 97 Presidential Actions Search Select Category All News Articles Briefings & Statements All Presidential Actions Executive Orders Nominations...Read More
Python Performance: Why ‘if not list’ is 2x Faster Than Using len() 16 min read Computer Engineering Python Performance: Why ‘if not list’ is 2x Faster Than Using len() Max Headroom 2025.05.08 102 In Python, you can check a list for emptiness in two ways: if not mylist if len(mylist)...Read More
Golang concurrency explained 6 min read Computer Engineering Golang concurrency explained Max Headroom 2025.05.08 114 Introduction If you want to learn about Golang, you’ll pretty quickly run into its main selling points:...Read More
Hardware-Aware Coding: CPU Architecture Concepts Every Developer Should Know 25 min read Computer Engineering Hardware-Aware Coding: CPU Architecture Concepts Every Developer Should Know Max Headroom 2025.05.08 107 Even the most elegant algorithms can run painfully slow when they fight against your computer’s underlying hardware....Read More
How MySQL indexes work? 14 min read Computer Engineering How MySQL indexes work? Max Headroom 2025.05.08 87 In the last 13 years, I’ve used many programming languages, frameworks, tools, etc. One thing became clear:...Read More
Designing a database storage engine 13 min read Computer Engineering Crypto Currency Designing a database storage engine Max Headroom 2025.05.08 107 DBMS (database management system) vs storage engine There are two important concepts in databases: DBMS Storage engine...Read More
Seeing the Matrix: A First-Principles Approach to Computer Architecture 9 min read Computer Engineering Seeing the Matrix: A First-Principles Approach to Computer Architecture Max Headroom 2025.05.08 100 “Do not try to bend the spoon. That’s impossible. Instead, only try to realize the truth… there...Read More
🎉 Book release: Building a database engine 2 min read Computer Engineering 🎉 Book release: Building a database engine Max Headroom 2025.05.08 89 After 12 months of intense research and development, my new book, Building a database engine is finally...Read More