Spring Boot
Unlock the power of Spring Boot microservices architecture with this invaluable resource, packed with free interview questions, in-depth answers, and practical problem-solving exercises. Whether you’re a seasoned developer or an aspiring microservices enthusiast, this comprehensive learning package will elevate your expertise and equip you to ace your next technical interview.
-
Interview Preparation, J2EE, Java 11, Java 14, Java 16, Java 17, Java 8, Maven SVN + Git, Microservices, MySQL, SOA Architecture, Spring Boot, Spring/Azure/AWS Cloud, Tomcat container
Spring Boot : Steps to Configure and Fine-Tune HikariCP DataSource
1. For better performance and concurrency in microservice architecture, HikariCP is recommended along with Spring Boot application. Main question is how to configure HikariCP in our microservice? Answer is, its simple and straight…
-
Angular, Docker and Kubernetes, Frontend, Interview Preparation, J2EE, Java 11, Java 14, Java 16, Java 17, Java 8, Maven SVN + Git, Microservices, SOA Architecture, Spring Boot, Spring/Azure/AWS Cloud
CI/CD DevOps: Steps To Create a CI/CD Pipeline With Jenkins, Containers, and Amazon ECS
CI/CD Pipelines with Docker is best way for an organization to improve code quality and deliver software releases quickly without any human errors. We hope this blog will help you about the…
-
Docker and Kubernetes, Interview Preparation, Java 11, Java 14, Java 16, Java 8, Microservices, Spring Boot, Spring/Azure/AWS Cloud
AWS Cloud Top 100 Interview Questions & Answers (2023 Update)
Here are AWS Cloud interview questions and answers for fresher as well as experienced candidates to get the dream job. Basic AWS Interview Questions 1. Define and explain the three basic types of cloud…
-
Interview Preparation, Microservices, OSGI Blueprint with Camel, Red Hat Fuse ESB, Red Hat JBoss Developer Studio, SOA Architecture, Spring Boot, Spring Boot with Apache Camel, Spring/Azure/AWS Cloud
Red Hat JBoss Fuse ESB + Top 100 Interview Questions & Answers (2023 Update)
Here are Red Hat JBoss Fuse ESB interview questions and answers for fresher as well as experienced candidates to get the dream job. 1. What is Red Hat JBoss Fuse ESB? 2. What are…
-
Interview Preparation, Java 8, Maven SVN + Git, Microservices, Spring Boot, Spring/Azure/AWS Cloud, Tomcat container, Tools SoapUI, Postman etc.
Spring Boot OAuth2 SSO Implementation with AWS Cognito
Here, I am going to use AWS Cognito for OAuth2 SSO as below. Technology Stack What is AWS Cognito? How to Configure AWS Cognito? In summary; the Cognito User Pool stores all…
-
Spring Boot + Spring Data Apache Cassandra + Rest API + Example
In this blog, we will learn Spring Boot integration with NoSQL database Apache Cassandra with the help of a working example, along with Python and Apache Cassandra installation steps on Windows OS.…
-
Spring Cloud Netflix OSS + Tracing in Microservices with Sleuth + Zipkin
In this blog, we are going to understand the Microservices Distributed Tracing using Zipkin and Spring Cloud Sleuth framework. Lets take a look at a simple example having two microservices which use…
-
Interview Preparation, Java 8, Microservices, MySQL, Spring Boot, Spring Data, Tools SoapUI, Postman etc.
Spring Boot + Spring Data MongoDB + Rest API + Example
High Level Application Architecture Here is the high level application’s architecture with MongoDB integration. Why MongoDB? What are the differences between SQL and NO-SQL databases? A relational database is based on a relational…
-
Spring Boot + SSL [https] Configuration + Securing REST API + Example
High-Level Application Architecture Here is the high-level application’s architecture with HTTPS-enabled functionality. In this working example, a rest API (/secured) has been exposed over HTTPS protocol. For enabling HTTPS in our application…