-
Agile
Cost, Value & Investment: How Much Will This Project Cost? Part 1
I’ve said before that you cannot use capacity planning for the project portfolio. I also said that managers often want…
Read More » -
Career
Job Search Trap: I Can Network Only By Computer
I gave a talk at a networking group recently about Manage Your Job Search. When the members checked in at…
Read More » -
Agile
How To Waste Estimations
We like numbers because of their symbolic simplicity. In other words, we get them. They give us certainty, and therefore…
Read More » -
Core Java
Java 9 – The Ultimate Feature List
This post will be updated with new features targeted at the upcoming Java 9 release (last updated: 9/9/2014) The…
Read More » -
Enterprise Java
Simple Java SSH Client
An execution of a shell command via SSH can be done in Java, in just a few lines, using jcabi-ssh:…
Read More » -
Core Java
Getting Started with Gradle: Creating a Binary Distribution
After we have created a useful application, the odds are that we want to share it with other people. One…
Read More » -
Enterprise Java
Stateless Session for multi-tenant application using Spring Security
Once upon a time, I published one article explaining the principle to build Stateless Session. Coincidentally, we are working on…
Read More » -
Enterprise Java
Java Method Logging with AOP and Annotations
Sometimes, I want to log (through slf4j and log4j) every execution of a method, seeing what arguments it receives, what…
Read More » -
Software Development
AngularJS: Introducing modules, controllers, services
In my previous post AngularJS Tutorial: Getting Started with AngularJS we have seen how to setup an application using SpringBoot…
Read More »