Last updated:23rd February, 2021 The term DevOps stands for development and operations. It is the blend of practices, cultural philosophies, and tools that increase an organization’s ability to build, test, and deliver reliable applications at high velocity. Read Full
Tag: docker
Serverless Is Amazing, but Here’s the Big Problem
Despite all its benefits, its adoption rate gives a totally different picture Photo by ETA+ on Unsplash. First, it was Docker. Then microservices. Then Kubernetes. And now, serverless. Servers are a pain in the neck, right? What Read Full
Docker Container Security With Anchore Grype
Run a vulnerability scanner on your container images within CI/CD pipelines Photo by Daniel Cheung on Unsplash. With the advent of the cloud and container orchestrators, containers are becoming more commonplace. Docker is one of the most Read Full
How To Share Jupyter Notebooks With Docker
A quick walk-through example for sharing your Notebooks Image on Unsplash As data scientists, we want our work to be reproducible, meaning that when we share our analysis everyone should be able to re-run it and come Read Full
6 Things To Know When Dockerizing Python Apps in Production
A checklist to run Docker containers with Python in a production environment Photo by J. Kelly Brito on Unsplash. In a previous article, I wrote a checklist for running Node.js applications in Docker in a production environment. Read Full