~/blog — 12 posts
Notes from the editor.
rssLong-form posts on AI-augmented engineering, email infrastructure, design systems, and React performance from a dozen years of shipping. MDX in the repo — interactive demos run inline.
- 3 min read
Email engineering at scale: the sleeper skill that gets you hired
How modular templates and session-cookie personalization cut campaign turnaround in half — and why almost no frontend portfolio ever shows this work.
#email#design-system#marketing-site - 3 min read
React perf I actually use
Twelve years of React, and here's the short list of perf patterns that earn their keep on real codebases. Skip the YouTube greatest-hits.
#react#perf - 7 min read
From Zero to £12k/Month in 4 Months: A Repeatable Playbook for Service Businesses
A breakdown of one founder's journey from corporate burnout to five paying clients—and the principles that made it work.
#business - 7 min read
Debugging Affiliate Tracking Discrepancies: A Systematic Approach
When your internal tracking shows $112,300 in revenue but your affiliate network reports only $81,993, you have a problem worth solving.
#engineering#ecommerce - 9 min read
The Hidden Complexity of E-commerce Cart Scraping Across Platforms
A developer’s guide to the real-world challenges of extracting cart data from Shopify, BigCommerce, WooCommerce, and Magento
#ecommerce - 3 min read
Navigating Jupyter Notebooks: A Quick Guide
Jupyter Notebooks offer a dynamic and interactive environment for running Python code, particularly popular among data scientists for data analysis and visualization tasks.
#python#jupyter - 3 min read
Exploring JavaScript Loops: A Guide to Efficient Programming
JavaScript loops are powerful programming constructs that allow you to repeat a set of instructions until a certain condition is met.
#javascript#engineering - 2 min read
Mastering JavaScript Objects
JavaScript objects are versatile data structures that encapsulate properties and behaviors needed for scripting web applications.
#javascript#engineering - 3 min read
Mastering JavaScript Conditionals
JavaScript conditionals are fundamental building blocks that allow you to perform different actions based on varying conditions.
#javascript#engineering - 3 min read
JavaScript Statements
JavaScript is a powerful language used in web development to create dynamic and interactive websites.
#javascript#engineering - 3 min read
Navigating JavaScript Operators
JavaScript operators are the building blocks that perform operations on operands (values or variables) and return a result.
#engineering#javascript - 3 min read
Mastering JavaScript Data Types: A Comprehensive Guide
JavaScript employs a variety of data types to handle information efficiently.
#javascript#engineering