-
Core Java
Java 9 Modules: part 1
In this blog we will go through one of the most important features of java 9, which is ‘Modules’ aka…
Read More » -
Kotlin
Jackson Kotlin extension and reified types
Jackson Kotlin module library is a pleasure to use. It greatly simplifies gnarly code, specifically one’s involvingTypeReference. Consider a sample…
Read More » -
Web Development
How To Get Started With Automated Browser Testing?
If you have a website for consumer products, you must know that some challenges exist only with these websites; one…
Read More » -
Software Development
Top Automation Testing Trends To Look Out In 2021
Back in the old days, software testing was just about finding errors in a product. The goal being – to…
Read More » -
Core Java
The Final Straw
While I’m not quite going to blame Java’s final for the following, I’ve said before how final should have its…
Read More » -
Software Development
14 Best (and Free) Plugins for Eclipse IDE in 2021
1,667 available plugins and solutions on the Eclipse marketplace online! By the time you read this there are probably even…
Read More » -
Enterprise Java
Parameterization with DataProvider in TestNG
Parameterization in TestNG is also known as Parametric Testing which allows testing an application against multiple test data and configurations.…
Read More » -
Core Java
Creating Temporary Files with JUnit 5
This post shows you how to perform unit testing using temporary files with JUnit 5. If you’re still on JUnit…
Read More » -
Ruby
The Best Ruby Gems
Ruby web development is recognized for its simplicity and efficiency. It is also called “launch technology”. However, prototyping web applications…
Read More »