Microservices
Microservices Architecture and its implementation using Spring Framework
50 microservices interview questions for Java developers
Upasana | November 22, 2020 | 2 min read | 1,250 views | microservices-architecture
50 Spring Microservices interview questions for experienced Java Developers - core concepts, oauth2 security, testing microservices, deployment patterns, and best practices
Read ArticleSpring Cloud and its advantages
Upasana | December 25, 2019 | 2 min read | 169 views
Spring cloud provides solution to challenges of distributed systems - service discovery, latency, redundancy, load-balancing, security, deployment and logging
Read ArticleWhat is Spring Boot and what are its advantages
Upasana | August 05, 2019 | 2 min read | 118 views
Spring Boot makes it easy to create stand-alone, production grade Spring based applications that you can just run with an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss.
Read ArticleIs it a good practice to deploy multiple microservices in a single tomcat container
Upasana | May 27, 2019 | 1 min read | 1,308 views
As stated in 12 factor app, we should deploy each microservice in a separate process to allow independent scaling.
Read ArticleWhy Microservices are better than Monoliths
Upasana | May 27, 2019 | 2 min read | 50 views
Microservices architecture is meant for developing large distributed systems that scale with safely.
Read ArticleCracking Spring Microservices Interviews - question bank
Upasana | May 27, 2019 | 5 min read | 1,068 views
Topics and questions covered in my ebook Cracking Spring Microservices Interviews: core concepts, introduction to microservices, design patterns and best practices, handling security in microservices communication, Testing microservices, DevOps and deployment.
Read ArticleHow will you Partition a typical e-shop into Microservices Architecture
Upasana | May 26, 2019 | 2 min read | 86 views
How will you Partition a typical e-shop into Microservices Architecture
Read ArticleSingle Responsibility Principle
Upasana | January 08, 2018 | 2 min read | 11 views
Single Responsibility Principle
Read ArticlePartitioning the System into Microservices Architecture
Upasana | December 31, 2017 | 1 min read | 24 views
Partitioning the System into Microservices Architecture is a art and there are number of strategies to do the decomposition
Read ArticlePopular Tags
Trending Posts
- What is Spring Boot and what are its advantages
- Is it a good practice to deploy multiple microservices in a single tomcat container
- Why Microservices are better than Monoliths
- Cracking Spring Microservices Interviews - question bank
- 50 microservices interview questions for Java developers
- Spring Cloud and its advantages
- How will you Partition a typical e-shop into Microservices Architecture
- Single Responsibility Principle
- Partitioning the System into Microservices Architecture