Tag: Cicd
-
Sprint goal template
Posted on March 25, 2020, Level intermediate Resource Length short
The Sprint Goal is mentioned numerous times in the Scrum Guide, however it can be overlooked by many teams or seen as an "oh yeah" moment when teams are finishing Sprint Planning. By Steve Trapps.
Tags agile teams cicd management
-
Zero downtime Laravel deployments with Laravel Deployer and Github Actions
Posted on March 23, 2020, Level intermediate Resource Length medium
Michael Brooks is author of this blog post about Github actions and how they can automate your entire workflow. From building your assets to running your testing and deployment strategies.
Tags php devops web-development cicd
-
The ultimate (free) CI/CD for your open-source projects
Posted on January 20, 2020, Level beginner Resource Length medium
Yohan Lasorsa published this guide about how to approach your open source project development. If you plan to maintain an open-source project in the long run, what you must do is automate.
Tags web-development cicd containers
-
Using GraphQL to improve data hydration in our customer care platform and beyond
Posted on December 24, 2019, Level intermediate Resource Length long
Kunyao Liu from Uber Engineering about their Customer Obsession Engineering team and how they designed and developed a new web application to help solve customer support tickets with aggregated data hydrated across Uber's tech stack.
Tags big-data data-science cicd
-
Do you know what's in Helm 3?
Posted on November 20, 2019, Level intermediate Resource Length long
Understand new capabilities and migration options for Helm 3, the package manager for Kubernetes. By Martin Hickey on IBM Developer Blog.
Tags kubernetes devops containers cicd web-development
-
Intro guide to Dockerfile best practices
Posted on October 20, 2019, Level intermediate Resource Length medium
Tibor Vass wrote this piece about best Dockerfile practices. There are over 1 million Dockerfiles on GitHub today, but not all Dockerfiles are created equally. Efficiency is critical, and this blog series will cover five areas for Dockerfile best practices to help you write better Dockerfiles: incremental build time, image size, maintainability, security and repeatability.
Tags cicd containers docker devops software-architecture
-
Why every test automation engineer needs Jenkins
Posted on October 19, 2019, Level beginner Resource Length medium
Continuous Integration (CI) is a game-changer for increasing the adoption of test automation for every step of the software development process. In this article, the author will describe how CI affects the working day from a test automation engineer's point of view and what are the achievable benefits of CI. By Vincenzo Marrazzo.
Tags cicd containers docker devops
-
How to build a serverless web crawler
Posted on September 19, 2019, Level intermediate Resource Length medium
James Beswick wrote this piece about how to use serverless to scale an old concept for the modern era. It describes a client project which involved the need to crawl a large media site to generate a list of URLs and site assets.
Tags serverless containers cicd web-development
-
How to use GitLab and Ansible to create infrastructure as code
Posted on July 5, 2019, Level intermediate Resource Length short
Sara Kassabian and Brad Downey wrote this piece for GitLab.com exploring GitLab CI and how this powerful tool can be used for a number of things, including infrastructure as code. GitLab is tool agnostic, but they use Ansible in this demonstration because it's a language commonly used by developers for infrastructure as code.
Tags ansible cicd devops
-
How to manage access control lists with Ansible
Posted on May 18, 2019, Level intermediate Resource Length medium
Taz Brown (from Red Hat) wrote this post in which she explains how automating ACL management with Ansible's ACL module is a smart way to strengthen your security strategy.
Tags ansible web-development devops cicd
-
7 continuous integration tools for PHP Laravel developers
Posted on May 10, 2019, Level intermediate Resource Length long
Tomas Fernandez created an article so you can learn about 7 tools that you can use to set up a rock-solid continuous integration (CI) process for your PHP project. Together, these tools increase code quality, reduce development time, easily reveal errors and will generally make your life easier.
Tags php cicd web-development
-
Continuous Delivery and software distributors
Posted on May 3, 2019, Level advanced Resource Length medium
Thoughts from Robert Collins on luck of continuous delivery in Free / Libre and Open Source Software projects. He outlines how continuous delivery could work for such a project.
Tags web-development agile cicd