Spring Cloud EureakaWhat is Eureka? In simple word Eureka is a service Registry or we can say it is an embedded server provided by Netflix third party which...
Introduction to Active JDBCWhat is ActiveJDBC? ActiveJDBC is a lightweight ORM and it focuses on simplifying the interaction with databases by removing the extra...
Exception Hierarchy in JavaWhy we can’t say Checked Exception is Compile Time Exception? So before discuss about above concept let’s have a look on Exception...
Pivotal Cloud FoundryWhat is Cloud Foundry? Cloud foundry is an open source platform as service offering provided by pivotal Let’s discuss what is platform as...
GraphQL(Graph Query Language)Introduction to GraphQL: GraphQL is a query language for your API, and a server-side run time for executing queries by using a type...
Micros Services ArchitectureMicro services based architecture has got a lot of media traction during the last few years. Plenty of blogs and articles have already...
How to configure Lombok in eclipseWhat is Lombok? Lombok is a tool and it used to reduce boilerplate code for model/data objects, e.g., it can generate getters and setters...