-
Software Development
Premature Microservices
Building your app from the very start as microservices is not a great idea! Their deployment is complex – regardless…
Read More » -
DevOps
Create a Slack Docker proxy in Go – Part 1
Last year I had the opportunity to work with lots of cool tools and technologies. A couple of those were…
Read More » -
Core Java
Still Unsafe: The Major Bug in Java 6 That Turned into a Java 9 Feature
What does the future hold for sun.misc.Unsafe? With 2015 having just drawn to a close, we thought this would be…
Read More » -
Enterprise Java
A Refresher – Top 5 Java EE 7 Frontend
The series continues. After the initial overview and Arjan’s post about the most important backend features, I am now very…
Read More » -
Software Development
#GeekListener v.10
Hello everyone! It’s 10th release of #GeekListener digest. You probably noticed that last week there wasn’t any #GeekListener activity. That’s…
Read More » -
Software Development
Business Oriented Programming: Your key for rapid development
I believe that the key to build a successful project with great time-to-market is first to understand the business requirements. Many…
Read More » -
Software Development
5 key aspects for a successful open-source project
I love open-source: for me it is great way to develop any product, to acquire new skills, to have fun…
Read More » -
Enterprise Java
Pimp your config with configuration meta-data in Spring Boot
There were many updates released in the Spring Boot 1.3.0 but one of them stood out to me because I…
Read More » -
Core Java
Value types in Java: why should they be immutable?
Value types need not be immutable. But they are. In the previous post I discussed the difference between pointers and…
Read More »