-
Software Development
Open Source Projects – Between accepting and rejecting pull request
Lately I have done a lot of work for the sbt-native-packager project. Being a commiter comes with a lot of…
Read More » -
Career
So You Want to Use a Recruiter Part II – Establishing Boundaries
This is the second in a three-part series to inform job seekers about working with a recruiter. Part I was “Recruit Your Recruiter”…
Read More » -
Enterprise Java
Java EE Pitfalls #1: Ignore the default lock of a @Singleton
EJB Singleton Beans were introduced by the EJB 3.1 specification and are often used to store cached data. This means,…
Read More » -
Enterprise Java
Java EE 8 – Deliver More Apps to More Devices
If there’s one thing I dislike about summer, it is the fact that there isn’t much news to share or…
Read More » -
Career
How to Handle Incompetence?
We’ve all had incompetent colleagues. People that tend to write bad code, make bad decisions or just can’t understand some…
Read More » -
Agile
More #NoEstimates
Quite an interesting conversation and reaction to the #NoEstimates post. Good questions too, and frankly, to some I don’t have…
Read More » -
Software Development
Using Git- Part -I : Basics
Introduction Git is popular distributed version control system created by Linus Torvalds, creator of Linux OS. So, as you might…
Read More » -
Core Java
A closer look at the Java Identity API
Before I jump into the nitty-gritty, let’s take a look at some of the quick facts about Java Identity API…
Read More » -
Core Java
Getting Started with Gradle: Our First Java Project
This blog post describes how we can compile and package a simple Java project by using Gradle. Our Java project…
Read More »