/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.pesky.moe
| | juffalow.com
6.3 parsecs away

Travel
| | In one of my previous blog posts, I wrote about how to Extend logs in Node.js with unique trace ID. It is a great starting point to improve logging and tracing of your application. But... can it be upgraded to somehow connect the trace IDs into a usable diagram?
| | shpota.com
7.7 parsecs away

Travel
| | So you've built a website, and you want to release it to the world? There are many unique ways this can be done. One of them is using AWS S3. It is simple, c...
| | blog.ryanjarv.sh
7.8 parsecs away

Travel
| | [AI summary] The article details a cybersecurity vulnerability in AWS Route 53 where an attacker with stale account access can silently redirect DNS traffic and persists control even after access is revoked, preventing detection via standard API calls
| | coornail.net
26.6 parsecs away

Travel
| Cloudfront enables you to host your static website via s3. You should set your root object to index.html to rewrite https://yourdomainname.com to https://yourdomainname.com/index.html for cleaner urls. However you might run into an issue of having subdirectories in your s3 bucket that you want to do the same for (for example on hosting a hugo blog). Unfortunately Cloudfront doesnt support this by default.