DevOps
-
Microservices, Monoliths, and NoOps
Monolithic Applications A monolith application, in layman terms, is where entire functionality of the application is packaged together as a single…
Read More » -
Deploying Code Fast? Here’s How to Tell If You Broke Something
Here at Takipi, we’re in the error tracking business. Each day, Takipi is used to track more than 500,000 errors…
Read More » -
Aggregate Installation Tips
Aggregate Installation Tips One of the reasons I am writing this blog, is to keep “log” for myself on how…
Read More » -
Minecraft Server on Google Cloud
If you’ve not followed the Minecraft/Bukkit saga over the past few months, Bukkit and CraftBukkit downloads were taken down by DMCA…
Read More » -
Configure JRebel with Docker containers
JRebel allows you to skip build and redeploy process by instantly deploying your application to the application server of your…
Read More » -
Ignore the Hype: 5 Docker Misconceptions Java Developers Should Consider
How can you to take a pragmatic approach to Docker and look beyond the hype? Docker has been getting a…
Read More » -
9 Docker recipes for Java EE Application
Cross-posted from www.voxxed.com/blog/2015/03/9-docker-recipes-for-java-ee-applications/ So, you’d like to start using Docker for Java EE applications? A typical Java EE application consists…
Read More » -
Microservices, DevOps, and the cost of change?
As developers, we all love shiny new things. New technologies (Docker, Kubernetes), new languages (Golang, NodeJS), new hyped conversation starters…
Read More » -
Docker Machine to Setup Docker Host
Running Docker containers typically involve three components: Docker Client is a binary that accepts commands from the user and communicates back and…
Read More »