Luis Gustavo Ganimiluisgustavoganimi.hashnode.dev·Sep 30, 2024Understanding AWS Route 53: The Backbone of Domain ManagementIn the vast realm of the internet, navigating through web addresses and server locations can seem complex. At the heart of this digital navigation is the Domain Name System (DNS). AWS Route 53 plays a pivotal role in simplifying these processes, acti...Discussdns
Shaileshshaileshpashte.hashnode.dev·Jul 16, 2024Day 37: Beginner's Tutorial: Setting Up Route 53 Records📝, EC2, and Understanding TTL⏱Introduction Amazon Route 53 is a scalable DNS web service designed to route end users to Internet applications. After registering our first domain as per Day 36 blog, this blog post will cover creating your first DNS record, setting up EC2 with Rout...DiscussAWS
Divya MahajanforPartner Penspartnerpens.hashnode.dev·Jun 25, 2024Handling Cache Expiry Notifications in a Redis-Based ApplicationIntroduction Imagine you have a web app, like an online game or social media platform, where users log in and out. To keep things running smoothly and quickly, we need to remember each user's session data (like their login status and settings) tempor...Discuss·182 readskeyspace
CloudGagsblog.cloudgags.in·Jun 16, 2024AWS Lambda@Edge: How to control cache TTL?Hello friends! Today we will see how we can control the cache generated by the AWS CloudFront using the AWS Lambda@Edge functions. As we all know, AWS CloudFront is a Content Delivery service which helps us in boosting our content delivery. AWS Clou...Discusscache-control
Utkarsh Mauryamasterutkarsh.hashnode.dev·Sep 9, 2023Navigating the World of 8-Bit TTL: From Concept to SchematicIntroduction Greetings, fellow tech enthusiasts and future engineers! I'm a sophomore student in Electronics and Communication Engineering, and today, I want to take you on a journey through the fascinating realm of 8-bit Transistor-Transistor Logic ...Discuss·10 likes·46 readsTTL
Luukcloudengineer.hashnode.dev·Jul 20, 2022Improving DynamoDB's TTL accuracy to minutes (or better)Everybody knows how annoying it is when things drag on way too long! Whether it's a refinement meeting that never seems to end, a story from a coworker that just won't get to the point, or an item in your DynamoDB table you specifically told to be go...Discuss·453 readsDynamoDB
Kai Niemiblog.cloudneutral.se·Jul 9, 2022Keeping different copies of state in sync with CDC and the Outbox pattern in CockroachDBBackground Distributed architectures are common nature these days in most business domains. Driven by the urge to decompose monoliths into more independent microservices or to adopt event-driven principles when building shiny new things. The goal is ...Discuss·160 readsChange data capture for CockroachDBSpringboot