Nahidnahidislam.hashnode.dev·Sep 19, 2024Microservices, Containerization and VirtualizationMicroservices: This is an architectural approach where an application is broken down into small, independent services that each handle a specific function. Instead of one large application, you have multiple small services that work together, which m...DiscussMicroservices
Kanza Syedknz.hashnode.dev·Sep 13, 2024Using the Allow-Unrelated-Histories Flag to Merge Different HistoriesGit Documentation: https://git-scm.com/docs/git-merge#Documentation/git-merge.txt---allow-unrelated-histories Understanding the Problem Consider this use case: A company uses a microservice architecture to offer services in 25 domains. One of these...DiscussGit
Vishwas Acharyavishwasacharya.hashnode.dev·Sep 7, 2024Essential Microservices Best Practices: Design, Deploy, and Scale EfficientlyIntroduction to Microservices Architecture You've probably heard a lot about microservices. Well, let me break it down for you in simple terms. Imagine you have a giant, complicated machine that does a lot of different things. In the past, we used to...DiscussMicroservices
Narendra Jalamkarcodern.hashnode.dev·Sep 3, 2024Introduction to ADO.NETHello guys...I know this blog is comming after very long time, but comming to point I would like to share you that from this point of time I would like to share all of my learning about Microsoft .NET Technology. In this blog i will share some of bas...Discuss·1 likeado.net
Opaluwa Emidowo-ojotech-on-diapers.hashnode.dev·Aug 30, 2024Implementing Microservices Architecture with ASP.NET Core Web APIsHello! Have you ever wondered what a microservice architecture is or how to use Web APIs for microservices? Don’t worry—you're in the right place! Think of a microservices architecture as a big machine made up of many small, specialized parts. Each p...Discuss·20 likesMicroservices
ADELEKE OLUWAFUNMILAYOafunmex.hashnode.dev·Aug 9, 2024what is distributed denial of service?A Distributed Denial-of-Service (DDoS) attack is a malicious attempt to disrupt the normal traffic of a targeted server, service, or network by overwhelming it with a flood of internet traffic. This is achieved by using multiple compromised computer ...DiscussMicroservices
Linet Kendislina.hashnode.dev·Aug 9, 2024Building a Well-Architected Microservices Application and a CI/CD Pipeline with AWS ServicesArchitecture Diagram Project Overview and Objectives In this project, we will leverage at least 11 AWS offerings to build a microservices and continuous integration/continuous development (CI/CD) solution. By the end of this project, we will have ac...Discuss·82 readsCloudMicroservice Architecture
HKHair77.hashnode.dev·Aug 5, 2024gRPC가 뭔데?gRPC: 현대적인 마이크로서비스 통신의 핵심 gRPC: MSA 시대의 효율적인 통신 솔루션 마이크로서비스 아키텍처(MSA) 시대에 주목받고 있는 gRPC에 대해 알아보려고 합니다. 최근 많은 기업들이 MSA를 도입하면서, 서비스 간 효율적인 통신의 중요성이 크게 부각되고 있습니다. 이런 상황에서 gRPC는 MSA 환경에 최적화된 강력한 통신 솔루션으로 주목받고 있다. 그럼 gRPC가 무엇이고, 왜 MSA 환경에서 강점을 가지는지 자세히 살펴보...DiscussgRPC
Rashid Mahmoodcodewithrashid.hashnode.dev·Jul 26, 2024Introduction to Modern System DesignWhat is System Design? System design is the process of defining the architecture, components, modules, interfaces, and data for a system to satisfy specified requirements. It involves creating a detailed plan that ensures the system is scalable, reli...Discussscalability
Nguyen Thuy Linhlinkie.hashnode.dev·Jun 20, 202410 microservices best practices for a strengthened architectureMicroservice architectures have gained significant popularity in recent years due to their ability to enable scalable and maintainable systems. However, building an effective microservice architecture requires adherence to certain best practices. Her...DiscussMicroservices