-
Software Development
Creating beautiful release notes with git, gradle and markdown
During the last days I asked myself how to generated releases notes from information that are available in commit /…
Read More » -
Enterprise Java
SpringMVC4 + Spring Data JPA + SpringSecurity configuration using JavaConfig
In this article we will see how to configure and integrate SpringMVC4, Spring Data JPA with Hibernate and SpringSecurity using…
Read More » -
Core Java
8 new features for Java 8
NOTE: Make sure to also check our detailed tutorial Java 8 Features – The ULTIMATE Guide. Jdk 1.8 aka, Java…
Read More » -
Core Java
The Optional Type API
Java 8 introduces the Optional class. In a nutshell, instead of returning null, and then checking for null, you return…
Read More » -
Core Java
5 Features In Java 8 That WILL Change How You Code
Java 8 is packed full of some really exciting features at both the JVM and language level. While some of…
Read More » -
Core Java
Happy 8th Birthday Java!
It’s been another longer journey but yesterday, exactly two years, seven months, and eighteen days after the release of Java…
Read More » -
DevOps
Frustration-Driven Development – Towards DevOps, Lean, Clojure
My wife has mentioned that she likes my passion for doing things right in software development. That made me thinking,…
Read More » -
Enterprise Java
Akka Toolkit 2.3 released
The release of 2.3.0 version of Akka toolkit was recently announced. Akka is a very useful toolkit and runtime for…
Read More » -
Android Games
Android App tutorial:Peg board game
I released in Github the source code of an app that can be used to play peg board. This app…
Read More »