Ngozika Nwaneriamiriltd.hashnode.dev·Dec 10, 2024Finally! A Shared-Cache Solution Based on SQL Server Cache!source code: https://github.com/amiriltd/hybrid-output-cache Its no secret that Output caching can significantly improve the performance and scalability of an app by reducing the work required to generate responses from the server. Theoretically, Mic...Discuss·54 readsCost Effective Efficiencyhybridcache
Nicola Cremaschinihaveyoutriedrestarting.com·Dec 9, 2024Building Atomic Counters with DynamoDBDynamoDB, a serverless NoSQL database, is a go-to choice for implementing atomic counters due to its built-in support for atomic operations and managed scalability. This article will guide you through how DynamoDB ensures consistency and replication,...Discuss·31 readsMastering Atomic Counters in Distributed DatabasesDynamoDB
Maheshwar Ligadefortechwastitechwasti.com·Dec 7, 2024Distributed Tracing with OpenTelemetry and Spring Boot 3!As microservices become the backbone of modern applications, understanding and monitoring the flow of requests across distributed systems is crucial. Distributed tracing helps visualize this flow, diagnose bottlenecks, and debug issues effectively. O...DiscussSpringboot
Nan Songtech-veteran.hashnode.dev·Dec 6, 2024Kubernetes Learning Week Series 9Kubernetes Learning Week Series 8 CNI and Network Namespaces — A Complete Guide — Part 1 https://medium.com/@alexandre.mahdhaoui_34782/cni-and-network-namespaces-complete-guide-part-1-b174b21e0f7c This article is the first part of a comprehensive ...DiscussKubernetes Learning Week Seriesdistributed system
Pawan Gangwaniblogs.pgangwani.co.in·Dec 5, 2024Exploring the CAP Theorem: A Fun Guide for Young Tech EnthusiastsIntroduction Hey there, young tech explorers! 🌟 Today, we're going to learn about the CAP theorem, a cool concept that helps us understand how big systems work together. Imagine you're playing a game with friends, and you want to make sure everyone ...DiscussCAP-Theorem
Rafael Câmararafaeljcamara.hashnode.dev·Dec 2, 2024Downstream Resiliency: The Timeout, Retry, and Circuit-Breaker PatternsAs systems become more connected and dependent, downstream resiliency has become a key consideration in service architecture, guiding how an application responds in case dependent services fail. This article will dive into downstream resiliency and h...Discusssoftware development
Milan Jovanovićmilanjovanovic.hashnode.dev·Nov 30, 2024Implementing the Saga Pattern With MassTransitLong-running business processes often involve multiple services working together. Think about an e-commerce order: you need to process the payment, update inventory, and notify shipping. Traditional distributed transactions using two-phase commit (2P...DiscussSaga Pattern
Bosonique ITEdTechblog.bosoniqueitedtech.com·Nov 29, 2024How To Send Messages Between Distributed Applications (AWS SQS)Amazon Simple Queue Service (SQS) is a fully managed message queuing service provided by AWS that enables decoupled and asynchronous communication between distributed systems. It helps applications exchange messages reliably and efficiently, even whe...DiscussAWS Hands-OnAWS
Nan Songtech-veteran.hashnode.dev·Nov 28, 2024Kubernetes Learning Week Series 8Kubernetes Learning Week Series 7 Mastering Kubernetes Networking: A Journey into Cloud-Native Packet Management https://otterize.com/blog/mastering-kubernetes-networking-otterize-s-journey-in-cloud-native-packet-management This article delves int...DiscussKubernetes Learning Week SeriesLearning Journey
Siddhartha Soxyprogrammer.com·Nov 24, 2024Apache Kafka: Architectural Overview and Performance MechanismsIntroduction Kafka is a distributed event store and stream processing platform originally developed by LinkedIn for real-time processing. In 2011, Kafka was transferred to the Apache Software Foundation, and since then, countless software development...Discuss·10 likesDistributed Systemskafka