-
Software Development

How to Coach: A Programmers Cheat Sheet
“The effect you have on others is the most valuable currency there is.” — Jim Carrey At some point in…
Read More » -
Enterprise Java

Session Management using Spring Session with JDBC DataStore
In web applications, user session management is very crucial for managing user state. In this article, we are going to…
Read More » -
Software Development

More Bugs, Please
A bug is something we find in a software product that “doesn’t look right” (this is my personal definition). A…
Read More » -
Software Development

Leading Through Shared Goals
As a product manager or product owner, you guide and lead the development team and stakeholders. But you usually don’t…
Read More » -
Android Core

TIP: Stop Editing
Device only bugs are the worse. You need to go through a device build and reproduce/rinse/repeat. Thankfully these bugs are…
Read More » -
Software Development

CLR vs JVM: How the Battle Between .NET and Java Extends to The VM-Level
The battle between Java and .NET is never ending, find out how differences at the VM-level affect this debate We’ve…
Read More » -
Core Java

JDK 9: NotNullOrElse Methods Added to Objects Class
JDK 9 added some new methods to the Objects class including two static methods highlighted in this post: requireNonNullElse(T,T) and…
Read More » -
Core Java

Java 8: Bastion of Long-term Support
Stephen Colebourne‘s post “Java 9 has six weeks to live” starts, “Java 9 is obsolete in just six weeks.” Colebourne…
Read More » -
Core Java

Java 9 Example – Factory Methods for Collection – Creating Unmodifiable List, Set, and Map
Hello guys, this is my first article in Java 9 features on this blog and today you’ll learn about my…
Read More »




