-
Career
5 Skills Every QA Engineer Must Have
Undoubtedly everyone nowadays has the idea of what software developers do in general, but not many people outside IT are…
Read More » -
Enterprise Java
Java Batch Tutorial
In today’s world internet has changed the way we live our lives and one of the major reasons for that…
Read More » -
Core Java
Templating with Rocker
In this post we will have a quick look at Rocker, a statically typed and fast Java 8 template engine.…
Read More » -
Enterprise Java
VMWare vijava – The curious case of “incorrect user name or password” exception
In one of the projects I have been involved in, we use yavijava (which is a fork of vijava) library to interact…
Read More » -
Enterprise Java
Apache Ivy 2.5.0-rc1 released – Now allows timeouts on resolvers
A few weeks back, we released the 2.5.0-rc1 version of Apache Ivy. Apache Ivy is a dependency management build tool,…
Read More » -
Enterprise Java
Vaadin Tutorial
1. Introduction When you are a backend developer, you know the pain which is caused when you hear people saying…
Read More » -
Core Java
Java’s @Serial Annotation
The JDK may be getting another standard (predefined) annotation with JDK 11: @Serial. JDK-8202385 [“Annotation to mark serial-related fields and…
Read More » -
Scala
Dockerize your Scala application
Dockerizing a Scala application is pretty easy. The first concern is creating a fat jar. Now we all come from…
Read More » -
Enterprise Java
Spring Security with Spring Boot 2.0: UserDetailsService
As we have seen on a previous post the username and password for our spring application was configured through environmental…
Read More »