-
Python
Python Trim String Example
1. Introduction White spaces are good to have, but sometimes they appear where they are not needed. White spaces are…
Read More » -
Core Java
Top 10 + 1 common mistakes every Java learner makes
It is said, “Your friend will swallow your mistakes, your enemy will present them on a plate”. I am definitely…
Read More » -
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 »