DevOps
-
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 » -
Batch Deployment in AWS Elastic Beanstalk
Zero downtime deployment — i.e., making sure your application can be deployed without negative impact to your customers — is…
Read More » -
Ubuntu->VMware->MINIX 3
Unix-like Microkernel Open-Source Operating System Meet MINIX 3 a Unix-like, robust and compact operating system that is capable of recovering from…
Read More » -
Software Architecture in DevOps
A new book by Len Bass, Ingo Weber and Liming Zhu “DevOps: A Software Architect’s Perspective”, part of the SEI…
Read More » -
Docker Compose on Windows with Python And Babon
Compose is a tool for defining and running complex applications with Docker. With Compose, you define a multi-container application in…
Read More » -
Spark Monitoring: How to Handle 10B Requests a Day
Taboola’s Spark monitoring architecture for handling 10B+ daily user events They say unicorns don’t exist, but of course you know…
Read More »