Mehdi Jaimjdev.vercel.app·Nov 2, 2024Code Design: Chapter 2 - Development MethodologiesIntroduction Software development methodologies help organize and optimize the process of building software. They shape how teams approach coding, testing, and collaboration, ultimately leading to higher-quality software with lower maintenance costs....DiscussCode DesignDDD
Tanishka Marrottcloud-design-diaries.hashnode.dev·Sep 23, 2024The Multi-Tier Architectural Pattern. Making complex things *simple*I’ve been in the cloud for quite a few years now; and among the most widely adopted and trusted approaches is the multi-tier design pattern. The reason for this? It elegantly divides an application into its core components, making it easier to manage...Discuss·2 likesMulti-Tier Architecture
Himanshu Bhoirhimbhr.hashnode.dev·Aug 17, 2024How the Web Works: Unraveling the MysteryHave you ever wondered what happens behind the scenes when you visit a website? It’s like magic, but there’s actually a lot of simple technology making it happen. Broadband: The Global Connection The internet connects everything through a network of...DiscussWeb Development
Tk Codestkcodes.hashnode.dev·Feb 11, 2024What Happens When You Type "google.com" and Press EnterYou might think that its all magic when you type "google.com" in your browser and press enter. Well, you may call it magic but there is a whole lot that happens under the hood. It's a complex dance of technologies, protocols, and servers working in h...DiscussWeb Architectures,
I Lendev.ilenlab.com·Feb 11, 2024Scaling Distributed System From Single User to Millions User: Step-By-StepHow to build a scalable distributed system from scratch that would be able to handle traffic from huge user base, potentially tens of millions of users, with large number of concurrent users. Designing a system that supports millions of users is chal...DiscussWeb Architectures,
Olutayo Ogunladeolutayoogunlade.hashnode.dev·Oct 31, 2023A Comprehensive Guide to Web Infrastructure DesignIntroduction Web infrastructure design refers to the planning and arrangement of the components and technologies necessary to support the operation of websites, web applications, and online services. It involves creating a structured and reliable fra...Discuss·3 likes·733 readsWeb Development
I Lendev.ilenlab.com·Aug 30, 2023Guide to Web Application ArchitectureTake a walk through our guide to explore about the web application architecture, its components, models, types, and the best practices to follow. Quick Summary: Web application architecture plays a vital role in setting up the foundation of your busi...Discuss·1 likeWeb Architectures,
I Lendev.ilenlab.com·Aug 28, 2023What Are Microservices: Pros, Cons, Use Cases, and MoreLearn extensively about microservices architecture for rapid, frequent, & reliable delivery of large & complex applications and reduce costs. Quick Summary: A microservices approach to application development enables IT organizations to be more agile...Discuss·11 likesMicroservices
I Lendev.ilenlab.com·Aug 28, 2023Serverless Architecture – What It Is? Benefits, Limitations & Use casesCheck out this blog on serverless architecture to know how it works, its advantages, limitations, and when to use it. Quick Summary: Managing infrastructure, configurations, and resources can be a daunting task. Serverless helps you manage all the re...DiscussServerless Architecture
Idris Yakubdriiisdev.hashnode.dev·Aug 16, 2023The Journey of a Web Request: From Typing "https://www.google.com" to Loading the PageIntroduction: In today's interconnected world, browsing the web has become an integral part of our daily lives. Have you ever wondered what happens behind the scenes when you type a URL like "https://www.google.com" into your browser and hit Enter? T...DiscussWeb Architectures,