-
Kotlin
5 Kotlin Features That Every Android App Developer Must Know
Java is considered to be the heart of the Android operating system and so for every Android developer, there is…
Read More » -
Core Java
How to Install Multiple Versions of Java on the Same Machine
Some time back I have written one articleJava Lambda Expression Explained with Example but it was easy for me to…
Read More » -
Enterprise Java
More about Spring Cache Performance
This is a follow up to our last post about Spring’s cache abstraction. As engineers, you gain valuable experience by…
Read More » -
Software Development
Golang – The database/sql package
This post is part of a series where I do my best to organize my thoughts around Go: its paradigms…
Read More » -
Software Development
Software Project Review Checklist
A few years ago I wrote about the independent technical reviews any software project must regularly go through in order…
Read More » -
Agile
Product Roles, Part 1: Product Managers, Product Owners, Business Analysts
We have many words for people who shepherd the business value of a product. The many words aren’t a problem,…
Read More » -
Enterprise Java
Spring Boot – How to skip cache thyemeleaf template, js, css etc to bypass restarting the server everytime
The default template resolver registered by Spring Boot autoconfiguration for ThyemeLeaf is classpath based, meaning that it loads the templates…
Read More » -
Software Development
How Are Robotics Going to Change the Field of Automated Testing?
It’s quite staggering to think about just how much testing needs to be done across the world on a daily…
Read More » -
Angular
Angular 6 Reactive Forms Validation Example
Welcome readers, in this tutorial, we will learn the basic of Reactive Forms in angular and perform custom validations on…
Read More »