Dockerizing Ruby on Rails app
In this tutorial, I will show you how to Dockerize Ruby on Rails app. You’ve probably already used many of the applications that were built Read More
In this tutorial, I will show you how to Dockerize Ruby on Rails app. You’ve probably already used many of the applications that were built Read More
Kubectl cheat sheet Once the Kubernetes cluster is ready, We can describe our application specs in YAML or JSON format. Here is a list of Read More
Install PostgreSQL 11 on Mac OS X via brew PostgreSQL is a powerful, open source object-relational database system. It has more than 15 years of Read More
In this tutorial, I will show you how to install the latest Python on Mac. Python 3.8.0 is the newest major release of the Python programming Read More
In this tutorial, I will show you how you can do Capistrano slack integration for deployment so it will notify for every deployment. You will Read More
Kubernetes is a container orchestration system that manages containers at scale. It was initially developed by Google based on its experience running containers in production. Read More
In this tutorial, I will show you how to install Python 3.7.0 on Mac. Python 3.7.0 is the newest major release of the Python language, and Read More
In this tutorial, I will show you how to Dockerize Node js app. Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine. Docker Read More
Install teamcity agent on ubuntu 18.04 In this, we will learn how to install teamcity agent on Ubuntu. There are two ways to install agents Read More
How to Dockerize Bash Script In this tutorial, I will show you how to Dockerize Bash Script. Dockerizing an app is the easiest way to Read More