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
OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Oct 30, 2024Scaling & Data ReplicationFault (Vs) Failure : Fault is the CAUSE , Failure is the EFFECT Fault Tolerance – It will replicates the server , if any one of the server fails also the other replicated server will give the Response to the Customer . it will applicable for DB as we...DiscussFault Vs Failure
OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Oct 28, 2024Rest Api'sREST API’s : REST – Representational State Transfer REST Defines an Guideline how Client and Server can exchange the Representational State of data so its to full fill the Requirements of an Application Guidelines : Client Server Architecture Cacheab...Discuss·10 likesState and Stateless
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
Phani Veludurthiphaniveludurthi.hashnode.dev·Oct 6, 2024High-Level System Design: An Overview of Architectural PatternsSystem Architecture: Definition, Importance, and Goals System architecture is the high-level design of a software system. It defines the components of the system, their relationships, and how they interact to achieve the system's goals. System archit...DiscussMastering System Designarchitectural patterns
Davis Gdavisg.me·Sep 20, 2024Effortless Client Server Communication with Remix and ZodI recently started using Remix for a few projects and I’ve been impressed with the client server model. I enjoy the clear boundaries between server and client and find it easier to reason about compared to NextJS. If you’re not familiar with Remix I’...DiscussRemix
Ahmed Zubairudevahmed365.hashnode.dev·Sep 9, 2024Masterclass: Client-Server Architechture1. Introduction Definition of Client-Server Architecture: Client-server architecture is a foundational model in computing that defines how services are requested and provided across a network. In this model, there are two main components: the client,...Discuss·32 readsArchitecture Design
Kartik Sangalkartik-devops.hashnode.dev·Aug 30, 2024Understanding Cloud Computing and Application ArchitectureWhat is Cloud Computing? Providing on-demand IT resources over the internet is called as Cloud Computing. There are several cloud providers available in the market to provide resources over the internet (AWS, Azure, GCP, Salesforce) IT resource...DiscussLoad Balancing
Nikhil Vibhanitechleadnikhil.hashnode.dev·Aug 25, 2024Optimizing Workload Distribution in Microservice Architectures: A Comprehensive Guide to Load BalancersIntroduction In large-scale distributed applications, handling thousands of requests per second is common. Eventually, the need for horizontal scaling becomes clear: relying on a single machine to manage all incoming requests is no longer feasible. H...DiscussSystem Design
Manish Kumareasyread.hashnode.dev·Mar 4, 2024Client Server Architecture:Introduction to Client-Server Architecture: Client-server architecture is a model for organizing distributed computing in which tasks or workloads are divided between service requesters (clients) and service providers (servers). This architectural mo...Discussclient-server