-
Software Development
REST Messages And Data Transfer Objects
In Patterns of Enterprise Application Architecture, Martin Fowler defines a Data Transfer Object (DTO) as: An object that carries data…
Read More » -
Scala
Scala snippets 3: Lists together with Map, flatmap, zip and reduce
You can’t really talk about scala without going into the details of the Map, flatMap, zip and reduce functions. With…
Read More » -
Enterprise Java
Building dynamic responsive multi-level menus with plain HTML and OmniFaces
Recently, I had to create a responsive multi-level menu with JSF 2.2. Requirements: the menu should: …
Read More » -
Career
Soft Skills: The Developer’s Life Manual – Book review and Coupon
John Sonmez, member of our JCG Program, is the founder of Simple Programmer, where he tirelessly pursues his vision of…
Read More » -
Enterprise Java
What’s up with Java EE 8 ?
Work on Java EE 8 is well on it’s way. Time to catch up! Dive in without further ado… Don’t…
Read More » -
DevOps
Continuous Deployment: Strategies
This article is part of the Continuous Integration, Delivery and Deployment series. Previous article provided introduction to continuous deployment. In…
Read More » -
Enterprise Java
Spring Data JPA Tutorial: Getting the Required Dependencies
Before we can create an application that uses Spring Data JPA, we need to get the required dependencies. This blog…
Read More » -
Software Development
A Tech Lead Paradox: Technical Needs vs Business Needs
Agile Manifesto signatory Jim Highsmith talks about riding paradoxes in his approach to Adaptive Leadership. A leader will find themselves…
Read More » -
Software Development
Checking Sanity in TDD Testing
Whether you’re in the process of fully adopting Test Driven Development (TDD), providing unit tests after you have written your…
Read More »