-
DevOps
Running a Private Docker Registry on EC2
Docker provides an open source registry implementation called “Distribution,” making it simple for anyone to run a private Docker registry.…
Read More » -
DevOps
Fabric8 Kubernetes and Openshift Java DSL
Intro The first releases of the Fabric8 v2 have been using a JAX-RS based Kubernetes client that was using ApacheCXF. The…
Read More » -
DevOps
Zero Downtime Deployment with AWS ECS and ELB
As development teams push farther toward continuous delivery, deploying updates to an application without disruption to users is constantly becoming…
Read More » -
Enterprise Java
How does FlexyPool support both Connection proxies and decorators
Proxies FlexyPool monitors connection pool usage and so it needs to intercept the connection close method call. For simplicity sake,…
Read More » -
Android Core
Android Data Binding Tutorial
This post describes one of the most interesting feature in Android recently introduced and still in beta version: Android Data…
Read More » -
Scala
Divided We Win: an event sourcing / CQRS prospective on write and read models separation. Commands and Events.
In today’s post we are going to unveil some very interesting (in my opinion) architecture styles: event sourcing and command…
Read More » -
DevOps
Kubernetes Application – Package Multiple Resources Together
Deploying an application in Kubernetes require to create multiple resources such as Pods, Services, Replication Controllers, and others. Typically each resource…
Read More » -
Software Development
Divided we Stand: Optional
Our recent article “NULL is Not The Billion Dollar Mistake. A Counter-Rant” got us a lot of reads, controversial comments,…
Read More » -
Software Development
Regarding team building and bonding – on developer teams
This is something I wanted to write for some months now, especially after my relocation to a new country and…
Read More »