Tag: Devops
-
How To Build Android Apps with Jenkins
Posted on May 7, 2017, Level intermediate Resource Length medium
Digital ocean article you will learn how to setup Jenkins to build Android apps. It will mostly talk about the new build system called Gradl.
Tags app-development cicd devops
-
Crypto Tools for DevOps: git-crypt
Posted on April 18, 2017, Level beginner Resource Length short
Eric Mann's short and sweet article about crypto tools for DevOps -- help explain a specific utility that empowers developers to keep credentials and the code that uses them in the same place.
Tags crypto devops
-
Hands-on: Create Your First Serverless Application in Apache OpenWhisk
Posted on February 3, 2017, Level beginner Resource Length medium
Janakiram MSV article about an open source serverless platform from IBM, OpenWhisk. OpenWhisk is available in two modes, hosted and on-premises. Developers can easily get started with it for implementing event-driven, loosely coupled functions.
Tags devops serverless
-
Learn Why and How to Use Infrastructure as a Code
Posted on February 2, 2017, Level beginner Resource Length medium
In recent years, the term infrastructure has emerged as code in the software development terminology. In the modern sense, an infrastructure is considered as all elements of a project solution, but excluding the application. Configured web servers and operating systems among other components make up the infrastructure.
Tags software-architecture devops
-
The Classes of Container Monitoring
Posted on January 29, 2017, Level intermediate Resource Length long
Brian Brazil superb article about wide array of practices considered to be monitoring in an operational, container and cloud-based context.
Tags containers devops
-
Operating System Containers vs. Application Containers
Posted on January 19, 2017, Level beginner Resource Length long
Gabor Nagy - full stack in marketing - older but to the point and detailed article about various types of containers.
Tags containers devops
-
Understanding the Docker Internals
Posted on January 19, 2017, Level beginner Resource Length medium
Nitin Agarwal neat article about Docker internals. Docker takes advantage of several features of the Linux kernel to deliver its functionality.
Tags containers devops
-
Rotate Passwords with Ansible and HashiVault
Posted on January 13, 2017, Level intermediate Resource Length medium
Doug Bridgens post on how to rotate passwords. Rotating application layer passwords is hard. Not because changing a password in some database is difficult, it's often only a single command.
Tags devops infosec