I had some issues getting the v3 AWS SDK for JavaScript to communicate
with localstack S3, but I found a solution! With the V2 JS SDK, the
configuration object for the S3 client looks likeâ¦
I had a great time last weekend at IndieWebCamp (IWC) Brighton. The first day
was filled with discussions on various IndieWeb related topics. I
attended discussions onâ¦
I've made a couple of small contributions to Node.js in the past. These were
quite esoteric, and unlikely to be discovered or noticed by most developers.
Recently I made a contribution which might be noticed thoughâ¦
Nested resources are common in real life, and when you're a programmer working
on RESTful APIs you may have noticed that there are often trade-offs when it
comes to formatting the routes of nested resourcesâ¦