-
Core Java
How to put Java application behind Apache HTTP server
In the “old days” it was very common thing to put Apache HTTP server in front of your Java application…
Read More » -
DevOps
How to Docker-ise your Java application with Maven plugin
There are two maven plugins that you can use, in order to add your Java Applicatoin into Docker in an…
Read More » -
Software Development
Protocol Buffers basic stuff you need to know
Protocol Buffers is binary protocol, it was developed in Google and made publicly available. First publicly available version was Protocol…
Read More » -
Enterprise Java
Writing better unit tests in less time with Junit Parameters
Most of people understand the importance and benefits of unit tests and why you should have them in projects you…
Read More » -
Software Development
Production Driven Development a.k.a. Delivery Driven Development sure way to achive great results
Motivation for defining Production/Delivery Driven Development is lack of focus on most important part of software development in all other…
Read More » -
Enterprise Java
Serverless, Java and FN Project, first steps
Serverless isn’t a new thing, but it is fair to say there is still a lot of hype about it…
Read More » -
Enterprise Java
Gentle intro to GraphQL in Java World
A lot of people think that GraphQL is for Front End and JavaScript only, that it doesn’t have the place…
Read More »