Over the weekend, I converted a suite of custom web apps I maintain for my family from using a JS-rendered UI to my preferred PHP Islands Architecture approach. All of the initial HTML is rendered in advanced. Today, I wanted to show you how I turn . ...
Inspired by a Tweet from Christoph Rumpel asking for best practises for importing huge CSV files, I did a write up about how I've imported (so far) 1.7 billion rows of CSV data from Stripe using their API.