-
Groovy
Grails 3.3 has Spock 1.1
You’ll be glad to know that milestone 1 of Grails 3.3 has been released 3 days ago — and is…
Read More » -
Agile
Why do devs hate Agile?
Someone asked me this the other day: “Why do devs hate agile?” and as I worked through my answer I…
Read More » -
Enterprise Java
Short Retry vs Long Retry in Apache Camel
Camel Design Patterns book contains 20 patterns and numerous techniques and best practices for designing Apache Camel based integration solutions.…
Read More » -
Android Core
[MEGA DEAL] The Professional Android Developer Bundle: Lifetime Access (98% off)
5 Courses to Help You Start Programming for the World’s Most Popular Mobile OS Hey fellow geeks, This week, on…
Read More » -
Software Development
Event Logs
Most system have some sort of event logs – i.e. what has happened in the system and who did it.…
Read More » -
Enterprise Java
Testing Spring Data + Spring Boot applications with Arquillian (Part 2)
In previous post, I wrote about how to test Spring Data application using Docker with Arquillian Cube. The test looked like: @RunWith(SpringRunner.class) @SpringBootTest(classes =…
Read More » -
Enterprise Java
Clean Code from the trenches
Clean Code from the trenches – Validation Let’s directly start with an example. Consider a simple web service which allows…
Read More » -
Enterprise Java
Apache Camel 2.19 Released – Whats new
Apache Camel 2.19 was released on May 5th 2017 and its about time I do a little blog about what…
Read More » -
Software Development
The difference between a compiler and an interpreter
According to their definitions, the difference between a compiler and an interpreter seems clear enough: interpreter a program that directly executes…
Read More »