Explore >> Select a destination


You are here

bobbyhadz.com
| | kewah.com
2.5 parsecs away

Travel
| | Example of a AWS CDK to add caching on your API Gateway endpoint that takes query string into account.
| | emasquil.github.io
8.2 parsecs away

Travel
| | Yesterday I found myself googling how to do something that I'd think it was pretty standard: How to download multiple files from AWS S3 in parallel using Python? After not finding anything reliable in Stack Overflow, I went to the Boto3 documentation and started coding. Something I thought it would take me like 15 mins, ended up taking me a couple of hours. I'm writing this post with the hope I can help somebody who needs to perform this basic task and possibly me in the future.
| | betterdev.blog
4.0 parsecs away

Travel
| | I was skeptical about the AWS CDK, but the amount of heavy lifting it does and the vast reduction of a boilerplate code changed my view.
| | blog.scottlogic.com
24.5 parsecs away

Travel
| A brief look into building out a NextJS application which makes use WebAssembly to solve Advent Of Code puzzles in the browser.