Page 99 of 128 (2549 total posts)

April 2021

06-04-2021
How to Build an Effective Initial Deployment Pipeline

How to Build an Effective Initial Deployment Pipeline

Source: toptal.com

With this GitLab CI/CD deployment pipeline configuration, every push is tested, the master branch is deployed to staging servers with a fresh database dump from the production server, and versioned tags are deployed to production with backups and migrations running automatically. All for free.

Tags: deployment devops cd ci pipeline scale deploy build rails docker howto
06-04-2021
Microservices for Startups: An Interview with Khash Sajadi of Cloud66

Microservices for Startups: An Interview with Khash Sajadi of Cloud66

Source: hackernoon.com

Microservices for Startups: An Interview with Khash Sajadi of Cloud66 URL: https://hackernoon.com/microservices-for-startups-an-interview-with-khash-sajadi-of-cloud66-3df2ca945972?source=userActivityShare-d383785221d0-1525694185 Type: link Domain: hackernoon.com

Tags: microservice microservices
06-04-2021
Quick and Dirty Data Analysis with Pandas

Quick and Dirty Data Analysis with Pandas

Source: machinelearningmastery.com

Before you can select and prepare your data for modeling, you need to understand what you've got to start with. If you're a using the Python stack for machine learning, a library that you can use to better understand your data is Pandas. In this post you will discover some quick and dirty recipes for Pandas to improve the understanding of your

Tags: data-analysis pandas