-
Scala
Dockerize your Scala application
Dockerizing a Scala application is pretty easy. The first concern is creating a fat jar. Now we all come from…
Read More » -
Enterprise Java
Spring Security with Spring Boot 2.0: UserDetailsService
As we have seen on a previous post the username and password for our spring application was configured through environmental…
Read More » -
Enterprise Java
Spring Security with Spring Boot 2.0: Simple authentication using the Servlet Stack
Spring security is a great framework saving lots of time and effort from the developers. Also It is flexible enough…
Read More » -
Agile
The MoSCoW Prioritization
One of the hardest part when it comes to implement new ideas and features through the lifecycle of a project…
Read More » -
Enterprise Java
Host your maven artifacts using Google Cloud Storage
If you use Google Cloud and you use Java for your projects then Google Cloud Storage is a great place…
Read More » -
Enterprise Java
Host your maven artifacts using Amazon s3
If you use amazon Web Services and you use Java for your projects then Amazon S3 is a great place…
Read More » -
Enterprise Java
Host your maven artifacts using Azure Blob Storage
If you use Microsoft Azure and you use Java for your projects then Azure Blob Storage is a great place…
Read More » -
Core Java
Creational Design Patterns: Prototype Pattern
The prototype pattern is used in order to create a copy of an object. This pattern can be really useful…
Read More » -
Core Java
Creational Design Patterns: Singleton Pattern
The singleton design pattern is a software design pattern the restricts the the instantiation of a class to one object.…
Read More »