All about Spring boot

Spring meaningful interview Question http://www.springboottutorial.com/spring-boot-interview-questions Spring comparison http://www.springboottutorial.com/spring-boot-vs-spring-mvc-vs-spring what is dependency injection and IOC https://www.codeproject.com/Articles/592372/Dependency-Injection-DI-vs-Inversion-of-Control-IO Spring Data-Rest for Haetos and spring inbuilt api's https://dzone.com/articles/introduction-to-spring-data-rest Details Analysis of Java with Java Framework https://www.edureka.co/blog/interview-questions/java-interview-questions/#JDBC Java Multi threading collable and FutureTask and Java Executor https://www.geeksforgeeks.org/callable-future-java/ Java Comparable Vs Comparator https://www.geeksforgeeks.org/comparable-vs-comparator-in-java/ Must Spring boot Video series https://www.youtube.com/watch?v=WO85d3yXGIM&list=PLQaBzcRBHtnNH2Cjn9w3Dyap4IYookqsb&index=1 Component of … Continue reading All about Spring boot

All about Micro Services

Rest Api's best practice blog https://hackernoon.com/restful-api-designing-guidelines-the-best-practices-60e1d954e7c9 micro service with messaging queues like rabitMQ https://medium.freecodecamp.org/how-to-scale-microservices-with-message-queues-spring-boot-and-kubernetes-f691b7ba3acf learn kubernetes guide of 3 hours https://medium.freecodecamp.org/learn-kubernetes-in-under-3-hours-a-detailed-guide-to-orchestrating-containers-114ff420e882 An introduction to docker and container https://medium.freecodecamp.org/a-beginner-friendly-introduction-to-containers-vms-and-docker-79a9e3e119b Communication between Microservices https://dzone.com/articles/communicating-between-microservices https://dev.to/matteojoliveau/microservices-communications-why-you-should-switch-to-message-queues--48ia Biggest challenge with micro service https://dzone.com/articles/challenges-in-implementing-microservices when to use rabitMQ and kafka https://content.pivotal.io/blog/understanding-when-to-use-rabbitmq-or-apache-kafka tech world video series on micro service different component … Continue reading All about Micro Services

Testing(Junit,Mockito,wiremock)

Basic of Mockito: https://github.com/in28minutes/MockitoTutorialForBeginnersWrite basic Junit test case and mocking service inside test classhttps://www.youtube.com/watch?v=d2KwvXQgQx4Testing rest Api's using spring framework mockmvc.https://www.youtube.com/watch?v=8S8o46avgAwhttps://stackoverflow.com/questions/18164123/how-to-clean-up-mocks-in-spring-tests-when-using-mockitohttps://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/Mockito.html