Darshit Anjariadarshitanjaria.hashnode.dev·Dec 28, 2024Caching 101: Unlock High-Performance Backend Systems with Redis and MemcachedIntroduction In the world of high-performance backend systems, speed and efficiency are non-negotiable. Slow response times can drive users away and strain your infrastructure. Fortunately, caching offers a proven solution to these challenges. By tem...caching
Fatih Yıldızmfyz.hashnode.dev·Oct 16, 2024A quick way to tweak CDN/Edge TTL to radically improve site performance (and SEO)I want to talk about a quick tweak you can do in your CDN TTL settings to radically improve your site’s performance. Direct impact on Time-To-First-Byte (TTFB) metric, but as a halo effect, pretty much every other Web Vital. You can do this in any CD...cloudflare
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...dns
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...AWS
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...716 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...cache-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 ...10 likes·53 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...551 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 ...178 readsChange data capture for CockroachDBSpringboot