Saurabh SikchiforThe Remote Clubsaurabhsikchi.hashnode.net·Aug 19, 2020gRPC and protobuf: 101In a distributed architecture, how do microservices communicate with each other? For the traditional browser client model, JSON and XML is the answer. But is that really optimal if you have control over both the client and the server? The overhead of...Discuss·39 likes·1.2K readsMicroservices
Bhaskar SharmaforBhaskar's Blogmarsgo.hashnode.net·Feb 14, 2023How to use Traefik and Docker to route traffic to different services part 1Last week I was exploring traefik. I had to deploy two microservices on the same server. Treafik is a proxy that helps you deploy microservices. I did not expect this but I liked and also saved me time. This post has two parts. In this part, I will s...Discuss·10 likes·41 readsTraefik
Kumar PallavforPallav - The Coding Saintkumarpallav.hashnode.net·Aug 23, 2021Saving the Superheros - Micronaut JDBC Data AccessIn our series we have created an application which can call superheroes to save the world. But every time we call the superheroes we generate new ones on the fly using Faker , it's good for show of but we need to create real superheroes who can live ...Discuss·205 readsMicronautJava
Bhaskar SharmaforBhaskar's Blogmarsgo.hashnode.net·Feb 14, 2023How to use Traefik and Docker to route traffic to different services part 1Last week I was exploring traefik. I had to deploy two microservices on the same server. Treafik is a proxy that helps you deploy microservices. I did not expect this but I liked and also saved me time. This post has two parts. In this part, I will s...Discuss·10 likes·41 readsTraefik
Veera solaiyappanforCloudnloud Tech Communitycloudnloud.hashnode.net·Sep 12, 2022Monolithic Vs MicroserviceA monolithic application is built as a single unified unit while a microservices architecture is a collection of smaller, independently deployable services. Which one is right for you? It depends on many factors. we can learn about monolithic and mi...Discuss·316 readsFull Stack Dev Series - Monolithic ApplicationMicroservices
Apedu.coforApedu's Blogsapedu.hashnode.net·Dec 27, 2021Micro Frontends using Module Federation and AngularWhat is Micro Frontend? A micro frontend is an architectural design pattern to build robust, highly scalable, distributed applications. Where a monolithic application is broken down into smaller pieces or subdomains and developed and deployed indepen...Discuss·438 readsMicroservices
Rishabh JaishwalforRishabh's Blogrishabhjaishwal.hashnode.net·Sep 13, 2021The concept behind API GatewayOnce again I am here with an informative topic of microservice which is required to understand. We definitely need to know the purpose of API Gateway in the microservice world. And I am sure after reading this blog you will know everything about API ...Discuss·134 readsMicroserviceMicroservices
Kumar PallavforPallav - The Coding Saintkumarpallav.hashnode.net·Aug 23, 2021Saving the Superheros - Micronaut JDBC Data AccessIn our series we have created an application which can call superheroes to save the world. But every time we call the superheroes we generate new ones on the fly using Faker , it's good for show of but we need to create real superheroes who can live ...Discuss·205 readsMicronautJava
Saurabh SikchiforThe Remote Clubsaurabhsikchi.hashnode.net·Aug 19, 2020gRPC and protobuf: 101In a distributed architecture, how do microservices communicate with each other? For the traditional browser client model, JSON and XML is the answer. But is that really optimal if you have control over both the client and the server? The overhead of...Discuss·39 likes·1.2K readsMicroservices
Arnab Roy ChowdhuryforArnab's blogarnabrchowdhury.hashnode.net·Aug 3, 2018How to Test a Microservice Architecture ApplicationIf you are working in the testing domain, you probably have heard about microservices. Many organizations who have moved into modern DevOps practices are also investing in converting or building new projects into Microservice based architecture. Bein...DiscussMicroservices