-
Software Development
Five Reasons Why High Performance Computing (HPC) startups will explode in 2015
1. The size of the social networks grew beyond any rational expectations Facebook(FB) official stats state that FB has 1.32 billion and…
Read More » -
Enterprise Java
Hosting a Maven repository on github (with sources and javadoc)
How to make a small open sourced library available to other developers via maven? One way is to deploy it…
Read More » -
Enterprise Java
Testing mail code in Spring Boot application
Whilst building a Spring Boot application you may encounter a need of adding a mail configuration. Actually, configuring the mail…
Read More » -
Core Java
Getters/Setters. Evil. Period.
There is an old debate, started in 2003 by Allen Holub in this Why getter and setter methods are evil…
Read More » -
Agile
Nightmare on Agile Street 2: Managed Agile
Blow me down, its happening again… I’m awake. I’m wet, its a cold sweat. Its the small hours of the…
Read More » -
Agile
Agile is a simple topic
Agile manifesto is probably one of the best ever written manifestos in software development if not the best. Simple and…
Read More » -
Software Development
Some quality metrics that helped my teams
I’ve been asked the question “what are the best metrics to improve software quality?” (or similar) a million times, this blog…
Read More » -
Scala
Scala and Java 8 type inference in higher order functions sample
One of the concepts mentioned in the Functional Programming in Scala is about the type inference in higher order functions…
Read More » -
Core Java
Autoboxing
Autoboxing is clear for all Java developers since Java 1.5 Well, I may be too optimistic. At least all developers…
Read More »