Docker is an amazing tool for developers. It allows us to build and replicate images on any host, removing the inconsistencies of dev environments and reducing onboarding timelines considerably. To provide an example of how you might move to containerized development, I built a simple todo API with Python, Django REST Framework, and PostgreSQL using Docker Compose for development, testing, ...
Read More »Home »
Pro Tips for Better Pipeline Notifications
Getting notifications from your Continuous Integration pipeline can make a significant difference in response times. We all know they are important, but getting the most out of notifications and not just extra noise can have big impact. Let’s take a look at some tips that can help you get the most out of your Codeship Notification Center. Tighten Up Slack ...
Read More »Using Docker Compose for NodeJS Development
Docker is an amazing tool for developers. It allows us to build and replicate images on any host, removing the inconsistencies of dev environments and reducing onboarding timelines considerably. To provide an example of how you might move to containerized development, I built a simple todo API using NodeJS, Express, and PostgreSQL using Docker Compose for development, testing, and eventually ...
Read More »Using Docker Compose for Ruby Development
Docker is an amazing tool for developers. It allows us to build and replicate images on any host, removing the inconsistencies of dev environments and reducing onboarding timelines considerably. To provide an example of how you might move to containerized development, I built a simple todo API with Ruby on Rails and PostgreSQL using Docker Compose for development, testing, and ...
Read More »