akash javaliblog.akashjavali.com·Sep 6, 2024Exploring Micro Frontends: The Next Step in Scalable Web DevelopmentAs modern web applications continue to grow in complexity, developers are constantly searching for architectural patterns that enhance scalability, maintainability, and team autonomy. One emerging solution is the concept of micro frontends—a frontend...Discuss·28 readsFrontend Architecture
Tuan Tran Vanblog.tuanhadev.tech·Aug 31, 2024Design Patterns Handbook - Part IIIIn Part I and Part II, we’ve covered creational and structural design patterns. Today, we'll dive into the final topic in our Design Patterns series: Behavioral Design Patterns. Let’s begin! Behavioral Design Patterns Behavioral Design Patterns are d...DiscussDeveloper Best Code PracticesBehavioral Design Pattern
Madhav Dhobleydev-madhav.hashnode.dev·Aug 27, 2024Node.js Unveiled #5: Building Scalable APIsOne of the key components of Node.js powered applications is well-designed APIs. RESTful APIs, provide a structured approach to building web services that are easy to understand, maintain, and scale. Key points of RESTful API design: Resource-based: ...DiscussAPIs
Tuan Tran Vanblog.tuanhadev.tech·Aug 9, 2024Design Patterns Handbook - Part IIIn our previous article, we explored five creational design patterns. Now, we'll delve into seven structural design patterns. Let's get started! Structural Design Patterns Structural Design Patterns, as explained in “Design Patterns: Elements of Reus...DiscussDeveloper Best Code Practicesstructural design pattern
Mohit Bhattcodymohit.com·Jul 26, 2024Building Scalable Web Applications with Python Flask: Best PracticesHey there! Ever wonder how some web apps handle millions of users without breaking a sweat? If you're a Python enthusiast looking to build scalable web applications, then you're in the right place. In this blog, we're diving deep into the world of Py...DiscussPython
Muhammad Sufiyaninnosufiyan.hashnode.dev·Jun 17, 2024Scalable System and Its BenefitsScalability refers to a system's ability to handle increased load by adding resources, such as more servers or increasing computational power, without compromising performance. Scalable systems are designed to grow and manage increased demand efficie...Discuss·29 readsSMIT - Batch 10Scalable web applications
Hiikehiike.hashnode.dev·Jun 4, 2024Building Scalable Systems: An Introduction to Load Balancing and CachingIn today's digital age, scalability is a cornerstone of effective system design. As user demand grows, your systems must handle increased loads without compromising performance. Two critical components in achieving scalability are load balancing and ...DiscussScalable web applications
Gaurav Singhsinope.hashnode.dev·Apr 2, 2024Exploring Laravel 11: Revolutionizing Web DevelopmentIn the bustling realm of web development, staying ahead is not just an advantage but a necessity. With the advent of Laravel 11, the latest iteration of the renowned PHP framework, developers are empowered with cutting-edge tools and features that re...DiscussSinope Technologies
Nilesh Rautspeaklouder.hashnode.dev·Mar 2, 2024How to Implement Sharding in MongoDBIn the realm of database management, scaling is a fundamental challenge. As data grows, so do the demands on our systems. MongoDB, with its flexibility and scalability, offers a powerful solution through sharding. In this guide, we'll delve into the ...DiscussSystem Design
Cyborg P3forILenLab's blogdev.ilenlab.com·Aug 27, 2023Steps to Build a Scalable Application from 1 to 1 Million Users on AWSThe scalability of an application is equally important as its features and user interface. It becomes even more important if your app is going to serve more than a million users in the future. In this blog, you will learn how to scale your app up to ...DiscussScalable web applications