DevOps
-
Get a Certificate from AWS Certificate Manager
Recently AWS made the ‘Certificate Manager‘ service available in the Europe region. With this service you will be able to…
Read More » -
What’s New in Docker 1.12? The Top 5 Features You Should Know
What’s new in Docker and how it can affect your code? Docker version 1.12 is out, along with some…
Read More » -
A Beginner’s Guide to the Dockerfile
The humble but powerful Dockerfile is the building block of Docker images and containers. In essence, it’s a list of…
Read More » -
Reducing Your Docker Image Size
When architecting Docker applications, keeping your images as lightweight as possible has a lot of practical benefits. It makes things…
Read More » -
StatsD vs collectd vs fluentd and Other Daemons You Should Know
What are some of the most popular daemons and what can they do? Monitoring is key element in every system,…
Read More » -
Assigning a subdomain to a Beanstalk application with AWS Route 53
In a previous post I wrote about how to run a Spring Boot application on AWS by using Elastic Beanstalk.…
Read More » -
What’s New in JVM Bloggers – Docker Compose and Views Counter
As some of you may be aware, for the last year I am working on a pet project called JVM…
Read More » -
6 Docker .NET App Templates To Get You Started On Containers
This is the first blog of a three part blog series that discusses the automated deployment of .NET applications on…
Read More » -
System Observability: How to Make Your Production Environment Great Again
Observability is not just about monitoring your system, it’s about understanding it Monitoring your production environment is essential. Performance issues,…
Read More »