Developing a Ruby on Rails app with Docker Compose
Docker Compose is a great tool to develop your Ruby on Rails application locally. It allows you to easily isolate your ruby environment, database, and even Redis if you use something like Sidekiq.
The latest News and Information on DevOps, CI/CD, Automation and related technologies.
Docker Compose is a great tool to develop your Ruby on Rails application locally. It allows you to easily isolate your ruby environment, database, and even Redis if you use something like Sidekiq.
Writing Go applications in an isolated environment with Docker comes with some great advantages. You get a clean GOPATH, the bare essentials for developing, and you can easily change which Go version you’re developing against. In this quick tutorial, we’re going to show you how to structure a Go application with Docker Compose as your development environment.
FireHydrant.io has a changelog feature with a Kubernetes integration. Building this integration was challenging because the knowledge about creating an event oriented system with the Kubernetes client-go project was not as easy to understand as I would have hoped.
Find out how Cloudsmith + Cargo combine to provide you with world-class support for the Rust ecosystem. Get your own private Cargo repository today.
New Relic is one of the industry leaders for SaaS-based application performance management. However, many are starting to look for new relic alternatives. Probably about half of those alternatives are available as SaaS APM.
We’re on the verge of something here, people. A growing number of companies are shipping software in minutes. Yeah, you read that right. Minutes. Not hours, not weeks, months, or longer. Minutes. Often, teams struggle to ship software into the customer’s hands due to lack of consistency and excessive manual labor. Continuous integration (CI) and continuous delivery (CD) deliver software to a production environment with speed, safety, and reliability.
How many recipes do you have in your cookbook? This isn’t off topic, for today I’ll be exploring the ins and outs of Chef logging to help you maintain the state of your kitchen. (Last of the bad puns.) For those unfamiliar, Chef is a configuration management and platform automation tool that sits in the same space as Puppet (which we wrote about previously).