Neeraj Guptaminex.hashnode.dev·6 hours agoSimple Docker-Compose Deployment for Todo ApplicationsThis blog will show how to deploy the todo application with a docker-compose file. About application This application setup consists of two main components orchestrated using Docker Compose: a PostgreSQL database and a Todo application. Here's a brie...DiscussDocker
Sumit Kumarsumit01kr.hashnode.dev·Nov 19, 2024Project Name :- Deploying an E-Commerce three tier application on AWS EKS | 8 microservices and 2 databases.Prerequisite:- Configure AWS CLI, Kubectl and eksctl. Clone github repo:- https://github.com/Sumit01kr/three-tier-architecture-demo.git Step1- Create Cluster. eksctl create cluster --name demo-cluster-three-tier-1 --region ap-south-1 Step2- Expor...DiscussEKS
Abraham DahunsiforfreeCodeCampfreecodecamp.org·Nov 19, 2024How to Implement Event-Driven Data Processing with Traefik, Kafka, and DockerIn modern system design, Event-Driven Architecture (EDA) focuses on creating, detecting, using, and responding to events within a system. Events are significant occurrences that can affect a system’s hardware or software, such as user actions, state ...Discuss·10 likesDocker
Siddhartha Soxyprogrammer.com·Nov 18, 2024Understanding CQRS and Event Sourcing: A Path to More Robust Distributed SystemsIntroduction Distributed systems are all the rage these days! With system design gaining traction in the software world, everyone is eager to learn and implement distributed systems. They (Distributed Systems) undoubtedly have their merits and provid...DiscussDistributed Systems#CQRS
Maheshwar Ligadefortechwastitechwasti.com·Nov 17, 2024Compilation in Java: JIT vs AOTJava provides a unique balance of portability and performance through its use of bytecode and the Java Virtual Machine (JVM). When it comes to compiling this bytecode, two primary approaches optimize Java's performance: Just-In-Time (JIT) compilation...DiscussJava
Venkatramananvenkatvk.hashnode.dev·Nov 17, 20243.Exploring Modern Architecture Patterns: Event-Driven, Microservices, Fan-Out ,Schedule & Serverless-Based SolutionsLets a have look at the Overview ,Key features and Real time usecase of Modern Architectures.. Here’s a simple overview of the mentioned architectures, along with their key features and real-time examples: 1. Event-Driven Architecture Overview: An ar...DiscussAWS
Ankur sainiankur0213.hashnode.dev·Nov 16, 2024Backend which Handle 1 Million RequestSource Code : https://github.com/AnkursainiRD/v2_EDA_Project Every time when i saw these big tech giant’s severs i thought how could have they handle the millions of requests. I were very curious about that. So i started learning advanced backend. An...Discuss·27 readsGrafana
Probir SarkarforCyroScriptcryoscript.com·Nov 16, 2024From Monoliths to Microservices: Transitioning Your Backend with Node.jsAs web applications grow in complexity, the limitations of monolithic architectures become more apparent. Transitioning to a microservices architecture can offer greater scalability, maintainability, and flexibility. Node.js, with its lightweight and...Discussbackend
Rishav Paulrpaul.hashnode.dev·Nov 16, 2024Boost Java Service Performance Using Async Non-Blocking IOImagine you're at a busy restaurant. You place your order at the counter and receive a pager that buzzes when your food is ready. While you wait, the staff serves other customers, and the kitchen works on multiple orders simultaneously. When your pag...DiscussJava
George Ezejioforgeorgeezejiofor.com·Nov 15, 2024Implementing Blue-Green Deployment in Kubernetes with TLS Encryption Using Cert-Manager and Nginx IngressIntroduction 🌟 In modern cloud-native environments, ensuring zero-downtime deployments while maintaining robust security is critical. Blue-Green Deployment is a proven strategy that allows teams to switch traffic between different versions of an app...Discuss·1 like·33 readsTLS Certificate