DevOps
-
Microservices and DevOps Journey at Wix
Wix.com started their journey on DevOps and Microservices about two years ago and recently switched from a monolithic application to a microservices-based…
Read More » -
7 Monitoring Tools to Prevent Your Next Production Doomsday
What are some of the most useful monitoring tools for Java developers? Monitoring is an essential function in production environments…
Read More » -
Setting up your own VPC with AWS
When you are using AWS resources like EC2 instances they will be assigned to a default VPC. However, by using…
Read More » -
Docker 1.7.0, Docker Machine 0.3.0, Docker Compose 1.3.0, Docker Swarm 0.3.0
Docker 1.7.0 is released (change log) and so time to update Docker Hosts, CLI, and other tools. Docker 1.7.0 Docker Host is…
Read More » -
Long-term log analysis with AWS Redshift
You will aggregate a lot of logs over the lifetime of your product and codebase, so it’s important to be…
Read More » -
Heroku PostgreSQL vs. Amazon RDS for PostgreSQL
PostgreSQL is becoming the relational database of choice for web development for a whole host of good reasons. That means…
Read More » -
Does DevOps Reduce Technical Debt – or Make it Worse?
DevOps can help reduce technical debt in some fundamental ways. Continuous Delivery/Deployment First, building a Continuous Delivery/Deployment pipeline, automating the…
Read More » -
Containerizing Opinionated Applications
Containerizing an in-house application can be complex; a great resource for guiding this process is Docker’s list of Dockerfile best…
Read More » -
ZooKeeper for Microservice Registration and Discovery
In a microservice world, multiple services are typically distributed in a PaaS environment. Immutable infrastructure, such as those provided by…
Read More »