-
Agile
10 Tips for Creating an Agile Product Roadmap
Summary A product roadmap is a powerful tool to describe how a product is likely to grow, to align the…
Read More » -
Enterprise Java
Java EE7 and Maven project for newbies – part 3 – defining the ejb services and jpa entities modules
Resuming from the previous parts Part #1 Part #2 We are resuming for the third part, we already have a…
Read More » -
Desktop Java
JavaFX 8u20 Days of Future Past (Always On Top)
It’s been a long time since I’ve posted topics relating to JavaFX. So, if you are still following along, awesome!…
Read More » -
Software Development
Rest API best(?) practices reloaded
The last one and a half year I’m involved in 2-3 projects that expose a big set of Rest APIs…
Read More » -
Career
When starting a new job
Starting a new job is certainly a mix of feelings and expectations, yet a pretty large amount of topics to…
Read More » -
Software Development
What If I do This?
When I started my career as a developer, there were testers on my team. That was a new concept for…
Read More » -
Core Java
How to find Prime Factors of Integer Numbers in Java – Factorization
One of the common homework/task in programming courses is about Prime Factorization. You are asked to write a program to find…
Read More » -
Software Development
Are Debuggers Crutches?
Debuggers have become powerful tools, but like a drug have we become too dependent on them? Since poor developers spend…
Read More » -
Core Java
OutOfMemoryError on overprovisioned heap
Why am I getting the OutOfMemoryError when allocating a data structure that should happily fit within the heap I have…
Read More »