-
Enterprise Java
Spring Batch Restartability
First of all, I’d like to give a big thank you to the wonderful folks from Spring who have given…
Read More » -
Groovy
Grails Anti-Pattern: Everything is a Service
The context Grails makes it very easy to put any logic of your application in a service. Just grails create-service…
Read More » -
Software Development
Why does my code slow down sometimes (and how to find out who’s behind all this)?
Part 1 – Seeing is believing Most of us will face this problem at some point. Our code (in various…
Read More » -
Enterprise Java
Use Spring Cloud Config as externalized configuration
One of the most important practices when it comes to continuous delivery is building your binaries only once and use…
Read More » -
Software Development
[MEGA DEAL] Pay What You Want: Learn to Code 2017 Bundle
A Price You Pick Gets You 156 Hours of Premium Coding Instruction, From Python to Ruby & Everything In Between…
Read More » -
Core Java
How to Effectively Sweep Problems Under the Rug in Java
Because software bugs can make us appear bad as developers and lead to others thinking less of us, it is…
Read More » -
Groovy
Grails Anti-Pattern: Locally Optimized Dynamic Finders Everywhere
The context Grails makes it very easy to persist and find stuff using domain classes. It uses GORM (Grails’ Object…
Read More » -
Enterprise Java
Testing the Java EE 8 Specifications
The Java EE 8 Platform has definitely been moving along within the past couple of months. Specifications have been releasing…
Read More » -
Software Development
SOLID Is OOP for Dummies
You definitely know the SOLID acronym. It stands for five principles of object-oriented programming that, if followed, are supposed to…
Read More »