Ahmad W Khanblog.ahmadwkhan.com·Dec 10, 2024Migrating a Python Django DRF Monolith to Microservices - Part 4: Setting Up a CI/CD Pipeline for Kubernetes Deployment Using GitLabWith our microservices deployed on Kubernetes, the next step is to automate the process of building, testing, and deploying updates. Continuous Integration and Continuous Deployment (CI/CD) pipelines streamline these workflows, ensuring consistent an...monolithic architecture
Ahmad W Khanblog.ahmadwkhan.com·Dec 8, 2024Migrating a Python Django DRF Monolith to Microservices - Part 2: Dockerizing the MicroservicesContainerization is a crucial step in preparing your microservices for deployment. By using Docker, we can package each microservice with its dependencies, ensuring consistency across development, testing, and production environments. In this part, w...monolithic architecture
Ahmad W Khanblog.ahmadwkhan.com·Dec 7, 2024Rethinking Software ArchitectureSoftware architecture is not just about choosing a structure for your application; it's about creating a foundation that aligns with your project’s goals, your team’s capabilities, and your organization’s resources. Yet, the industry often reduces th...monolithic architecture
Ahmad W Khanblog.ahmadwkhan.com·Dec 6, 2024Migrating a Python Django DRF Monolith to Microservices - Part 1: Planning the MigrationThis series walks through the step-by-step process of breaking a Django DRF monolith into microservices, containerizing the architecture, setting up CI/CD pipelines, and deploying on AWS using Kubernetes. Each part focuses on a specific phase. Migrat...32 readsmonolithic architecture
Ashutosh Sharmaashutoshsharma.hashnode.dev·Dec 3, 2024Monolithic vs. Microservices: Understanding the BasicsWhen building software applications, developers often face a key architectural decision: Monolithic or Microservices. Both approaches have their pros and cons, and understanding them can help you choose the right one for your project. Let’s break the...monolithic architecture
Daniel Herdanielher.hashnode.dev·Nov 18, 2024Comparing Cloud Architectures: Monolithic, Microservices, and ServerlessWhen building an e-commerce website, selecting the right cloud architecture can make or break your application's scalability, cost-efficiency, and ease of maintenance. Let's compare monolithic, microservices, and serverless architectures using an e-c...AWS
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...31 readsGrafana
Nahidnahidislam.hashnode.dev·Nov 15, 2024Understanding Application Architecture: Types, Functions, and How They WorkIn the world of software development, Application Architecture serves as the blueprint for building applications, defining the structure, interaction, and components that make up a software solution. It essentially outlines how applications are desig...5 likesWeb Application Architecture
Min Htet Santhe-art-by-makisam.cloud·Nov 13, 2024What is Monolithic ? What are Microservices ?Microservices ဆိုတဲ့ စကားလုံးကို ကျွန်တော်တို့ ကြားဖူးကြမှာပါ။ ဒီနေ့မှာတော့ ကျွန်တော်က Microservices Vs Monolith ဆိုတာကို ကျွန်တော် မှတ်ထားတဲ့ notes ပေါ်အခြေခံပြီးတော့ အလွယ်ရှင်းပြပေးပါမယ်။ Monolith ဆိုတာဘာလဲ။ Monolithic ဆိုတာက Traditional approach တ...monolithic architecture
Rickclean-code.dev·Nov 2, 2024Modular Monolith Architecture: A Decade of Implementation InsightsPersonal Journey in Software Development I've had the privilege of developing frontend applications professionally since 2006. My journey in software development, however, began much earlier – at age 14 with Visual Basic 4. By 17, I had achieved nati...coding