Saurabh Gerasaurabhgera.hashnode.dev·Nov 9, 2024Saurabh Gera: A Technical Leader in Network, Security, and Cloud ArchitectureSaurabh Gera is a Principal Architect at UnitedHealth Group, recognized for his leadership in network, security, and cloud infrastructure within large-scale organizations. With over 15 years of experience, Saurabh is known for his technical expertise...DiscussAI/ML in Network Security
Team TechAheadtechaheadsoftware.hashnode.dev·Nov 7, 2024Serverless Vs. Microservices: Which Architecture is Best for Your Business?One of the core challenges in computer science is problem decomposition, breaking down complex problems into smaller, manageable parts. This is key for addressing each part independently; programming is about mastering complexity through effective or...Discussserverless vs microservices
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
Mohammed Saad Sayyedsaad-devops.hashnode.dev·Oct 2, 2024What is Docker and How to Install It: A Beginner’s GuideWhat is Docker? Docker is a platform designed to simplify the development, deployment, and operation of applications by using containers. It’s an open-source tool, written in Go, that enables OS-level virtualization. Containers allow applications to ...DiscussDocker
Saurabh Gerasaurabhgera.hashnode.dev·Sep 23, 2024**Saurabh Gera: Research-Driven Architect in Network, Security, and Cloud Infrastructure**Saurabh Gera, a Principal Architect at UnitedHealth Group, has built a distinguished career in architecting and delivering network, security, and cloud infrastructures for large-scale, enterprise environments. With over 15 years of hands-on experienc...DiscussSD-WAN Optimization
Bilal Ajahabilalajaha.hashnode.dev·Sep 6, 2024Understanding Load Balancers, Reverse Proxies, and API Gateways: Key Differences and Use CasesAre 𝗟𝗼𝗮𝗱 𝗕𝗮𝗹𝗮𝗻𝗰𝗲𝗿, 𝗥𝗲𝘃𝗲𝗿𝘀𝗲 𝗣𝗿𝗼𝘅𝘆 and 𝗔𝗣𝗜 𝗚𝗮𝘁𝗲𝘄𝗮𝘆 same or different? Let's find out.𝘈𝘭𝘭 𝘵𝘩𝘳𝘦𝘦 𝘢𝘳𝘦 𝘶𝘴𝘦𝘥 𝘵𝘰 𝘰𝘱𝘵𝘪𝘮𝘪𝘻𝘦 𝘢𝘯𝘥 𝘮𝘢𝘯𝘢𝘨𝘦 𝘸𝘦𝘣 𝘵𝘳𝘢𝘧𝘧𝘪𝘤. 𝘏𝘰𝘸𝘦𝘷𝘦𝘳, 𝘵𝘩𝘦𝘺 𝘷𝘢𝘳𝘺 ...DiscussWeb Traffic Optimization
Nile Bitsnilebits.hashnode.dev·Jun 30, 2024Using Multiple DbContexts in a Single Query ExecutionIntroduction to DbContexts This article delves into how to manage and use multiple DbContexts in a single query execution efficiently. We will explore various techniques, their pros and cons, and provide ample code examples to illustrate the concepts...Discuss·150 reads.NET
Venkat Rvenkatr.hashnode.dev·May 25, 2024The Future of API-First Development: Trends and PredictionsIntroduction to API-First Development API-first development is a software design approach that prioritizes the creation and management of APIs (Application Programming Interfaces) before building the applications that will consume them. In this model...DiscussAPI-First Development
Vineetadevbeats.hashnode.dev·May 18, 2024Microservices with Spring Boot & Spring Cloud- part1In this article series, we will explore microservices in the context of Spring Boot by creating a project using Spring Boot and Spring Cloud. We will create sample microservices with their own databases and use Spring Cloud-related services and patte...Discuss·38 readsMicroservices
Hari Sapna Nairharisapnanair.hashnode.dev·May 10, 2024Top Microservices Design Patterns for Microservices ArchitectureImagine breaking down a single functional unit into multiple mini-service units. That is exactly what microservices do to the traditional monolithic architecture. But there is more to it than meets the eye. Microservices are the go-to solution for al...DiscussMicroservices