Tag
4 posts on this topic.
Oct 26, 2021 · 3 min read
I spent years building UIs by grabbing elements and poking at them with jQuery. Moving to React meant unlearning that habit. Here's the mental shift that finally made it make sense.
Aug 17, 2021 · 3 min read
Two functions that sound similar and get mixed up constantly. Here's the difference, when to reach for each, and small implementations you can read in one sitting.
Oct 8, 2020 · 3 min read
We needed to send order updates and the occasional newsletter to a few thousand users. Here's how I set up Amazon SES, and the SPF/DKIM/DMARC work that kept us out of the spam folder.
Apr 16, 2020 · 3 min read
Notes from putting a CDN in front of an S3 bucket for an e-commerce site - what CloudFront actually does, the cache headers that matter, and the invalidation mistake that cost me an afternoon.