Enterprise Java
-
Introduction to Spring Boot
In this tutorial, we’ll take a look at Spring Boot and see how it’s different from the Spring framework. We’ll…
Read More » -
How to Launch an EC2 Instance in AWS
Hello Friends, In this tutorial,we will see how we can spin an EC2 instance in AWS in no time. Prerequisite…
Read More » -
How to make an API call in Flutter (REST API)
In this post, we’ll take a look at how we can make an API call in flutter and consume a…
Read More » -
Streaming live updates from a reactive Spring Data repository
This post details a naive implementation of streaming updates from a database to any other components that are interested in…
Read More » -
Selenium Scripting Tips and Tricks
If you have just started learning selenium then the below tricks and tips will act as a saviour. These tips…
Read More » -
Monitor Your Java Apps with Spring Boot Actuator
Friends don’t let friends write user auth. Tired of managing your own users? Try Okta’s API and Java SDKs today.…
Read More » -
How-To: Spring Boot 2 Web Application with Multiple Mongo Repositories and Kotlin
First of all, a disclaimer: if you’re writing a microservice (which everyone does now right?) and want it to be…
Read More » -
Selenium Waits: Implicit, Explicit, Fluent And Sleep
Selenium waits for page load play an important part in your Selenium scripts. They help to make them less flaky…
Read More » -
Web socket Java client for Stomp-Spring server side
Problem : As an analysis for an issue I had to write a simple java web socket client site code…
Read More »