2 followers
Web dev surfing on APIs
There are two good articles that touch on some of the concerns and annoyances I also share, but I'll try to cover some of my views about it. I had a...
new Date('YYYY-MM-DD') might not do what you think it does ยท For a long time, I only did Date manipulation in JS via some date library that wrapped over...
Recently I stumbled upon an interesting test case where I needed to cover many possibilities and make sure everything continues to work as intended in...
Some old methods of accessing uploaded file contents inside a Next.js route handler don't work anymore or at least not in a way many tutorials explain...
If you didn't have experience with the web ~10 years or more ago it might be weird to use buttons on the web, especially when you don't want them to...
Quick hint and a reminder for myself: In programming, try not to prefix things with "new". "New" usually doesn't stay new for very long :). It becomes...