Blogs
AWS Lambda turns ten – looking back and looking ahead | AWS News Blog
I have a very vague memory of a 2013-era meeting with my then-colleague Tim Wagner. The term serverless did not exist, but we chatted about various ways to allow developers to focus on code instead of on infrastructure. At some I recall throwing m...
How a BBC navigation bar component broke depending on which external monitor it was on - Josh Tumath
Recently, my team and I fixed an absolutely bizarre bug that only one person in the team could reproduce. And to make it even weirder, she was only able to reproduce the issue when using her work laptop at home; it worked fine with the same laptop...
Before you buy a domain name, first check to see if it's haunted | Bryan Braun - Frontend Developer
In mid-2022 I bought a new domain name.
The name was musicbox.fun. I got it for a side-project, an interactive online music box that I had built and hosted at musicboxfun.com. The new name was shorter and more quirky. I felt lucky to have grabbed...
Vercel Makes Changes to Next.js To Simplify Self-Hosting - The New Stack
The Next.js team rolled out improvements to the Next.js core and new documentation that will make it easier for frontend developers to self-host Next.js, said Vercel’s Vice President of Product Lee Robinson during the October Next.js conference in...
Why would anyone need JavaScript generator functions?
Generators are an odd part of the JavaScript language. And some people find them a bit of a puzzle. You might be a successful developer for decades and never feel the need to reach for them. Which raises the question, if you can go so long without...