Ahmad W Khanblog.ahmadwkhan.com·4 hours agoMigrating 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...Discussmonolithic 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...Discussmonolithic 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...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·28 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...Discuss·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 တ...Discussmonolithic 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...Discusscoding
JOY SAM RAJjoysam.hashnode.dev·Nov 1, 2024Monolithic Django and React.js: Tips and TricksIn early stage of startup we use Django React in Monolithic architecture to reduce over complexity and make things simple and clean. Since we don't have any CI/CD tools we are forced make some automation in our existing Monolithic architecture to mak...DiscussDjango
Enoch Olutunmidawww.thatsametechguy.com·Oct 30, 2024Microservices vs. Monoliths: Making the Right Choice for Your Engineering Needs.In the ever-evolving field of software engineering, you may have found yourself at a crossroads where you must decide: microservices or monoliths? Having been in this position a few times myself, I've gathered valuable insights along the way. Whether...DiscussMicroservices
OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Oct 25, 2024Applications / ServicesApplication / Services Here we can take example of client – server architecture In Client side the piece of code is running , and the Server side piece of code is running these both will I tract to each other and provides the required data Client App...DiscussApplications