Tag: Cicd
-
Fully automated zero downtime deployments with Floating IPs on DigitalOcean Droplets
Posted on March 4, 2019, Level intermediate Resource Length long
Tutorial by Marco Ebbinghaus in which he explains how he has implemented a zero downtime deployment (blue-green like) of a small web application which is running on a DigitalOcean Droplet.
Tags devops docker cicd
-
Running Concourse-based CD on Azure Kubernetes
Posted on February 12, 2019, Level intermediate Resource Length long
Roman Alekseenkov published this straightforward tutorial about getting Concourse based continous delivery running on Azure Kubernetes. The author guides you through what it takes to stand up and operate your own full CD stack on Kubernetes.
Tags web-development devops azure software-architecture cicd
-
Getting started with Jenkins X
Posted on December 4, 2018, Level beginner Resource Length short
Dave Johnson wrote blog post about starting with Jenkins X. Jenkins X provides continuous integration, automated testing, and continuous delivery to Kubernetes.Jenkins X-managed projects get a complete CI/CD process with a Jenkins pipeline that builds and packages project code for deployment to Kubernetes and access to pipelines for promoting projects to staging and production environments.
Tags containers devops cicd java tdd
-
Deploy Node.js App with GitLab CI/CD
Posted on December 1, 2018, Level intermediate Resource Length medium
An article by Seulkiro Park in which he sheds the light on deployment process utilizing continuous integration and continuous delivery tools offered by GitLab.
Tags devops cicd programming nodejs
-
The three types of performance testing
Posted on October 31, 2018, Level intermediate Resource Length long
Harry from csswizardy.com shared this post about performance testing and where it sits within software development life cycle. Often performance testing ownership is not clear and this is a common reason why performance gets overlooked.
Tags tdd programming cicd web-development software performance
-
Automate build, test and deploy of a static Jekyll site
Posted on October 30, 2018, Level intermediate Resource Length medium
Blog post by German engineer Lars Lühr in which he focuses on CICD for Jekyll. Jekyll is a static web site generator written in Ruby. In this post he wants to provide a complete tutorial on how to automatically build, test, integrate and deploy a Jekyll site to a FTP server.
Tags devops programming cicd web-development
-
Using Behave framework for Selenium BDD testing
Posted on September 4, 2018, Level intermediate Resource Length long
An article by Dzmitry Ihnatsyeu published by guys from BlazeMeter about automating the testing of an application. There are many ways of testing -- like unit testing, test-driven development, keyword-driven development, behavior-driven development and so on. In this article, autho talks about one of the most popular approaches to test automation -- BDD or behavior-driven development.
Tags tdd software browsers agile python code-refactoring cicd learning
-
Quadrupling Ansible performance with Mitogen
Posted on August 25, 2018, Level intermediate Resource Length medium
David Wilson article about writting Ansible extension for Mitogen. Ansible is the simplest way to automate apps and IT infrastructure. Application Deployment + Configuration Management + Continuous Delivery. Mitogen is a Python library for writing distributed self-replicating programs.
Tags devops ansible cicd how-to
-
Understanding Android Gradle build
Posted on August 18, 2018, Level beginner Resource Length medium
Łukasz Wasylkowski article about Android Gradle builds. In his post he'll write, step by step, Gradle configuration files for a single Android project in order to take some of the magic away.
Tags android java app-development cicd
-
Code review best practices
Posted on August 2, 2018, Level beginner Resource Length long
Palantir Technologies article about insights and best practices for code reviews. Organizations with deep cultural reluctance to peer reviews may want to consult Karl E. Wiegers' excellent essay on Humanizing Peer Reviews before trying to follow this guide.
Tags programming code-refactoring cicd learning
-
A sysadmin's guide to Ansible: How to simplify tasks
Posted on July 26, 2018, Level beginner Resource Length medium
Jonathan Lozada De La Matta from RedHat wrote this article about sysadmin tasks automation. There are many ways to automate common sysadmin tasks with Ansible. In this article you will find several of them.
Tags cicd ansible devops
-
CI/CD with Kubernetes: tools and practices
Posted on July 8, 2018, Level beginner Resource Length short
Rob Scott intro into Continuous Integration and Continuous Deployment (CI/CD) with Kubernetes. Setting up a CI/CD pipeline on top of Kubernetes will speed up your release life cycle — enabling you to release multiple times a day -- and enable nimble teams to iterate quickly.
Tags kubernetes containers devops cicd