Best of CI/CD — October 2022
- 1
- 2
Open Source Way·4y
Write documentation like you develop code
The Docs as Code approach involves writing documentation using the same tools and workflows used for developing code. It's common to run code linters, tests, and other quality checks that a machine can do itself. Documentation projects can get the same treatment, with tools like Vale to do prose linting and check for correct heading styles,
- 3
freeCodeCamp·4y
Learn Docker and Kubernetes – Free Hands-On Course
Guy Barrette teaches this Docker Containers and Kubernetes Fundamentals course for beginners. Guy is a developer & trainer with more than 25 years of experience. He is a Microsoft MVP, frequent conference speaker, and was leader of the Montreal.NET User Group for more than 23 years.
- 4
Medium·4y
The 10 Platform Engineering Tools To Use in 2022
Platform Engineering is the process of enabling software engineering teams to autonomously perform end-to-end operations of the application life cycle in a cloud environment. Humanitec is part of this revolution Powered by a centralized software catalog, Backstage restores orders to your microservices and infrastructure and enables your product teams to ship high-quality code quickly.
- 5
Red Hat Developer·4y
The ultimate CI/CD resource guide
Continuous integration (CI) and continuous deployment (CD) are development processes making use of automated tools to produce high-quality software. CI ensures that any code submitted by each developer works together with all other code in the project.
- 6
InfoWorld·4y
The best open source software of 2022
The best open source software of 2022 InfoWorld’s 2022 Bossie Awards celebrate the most important and innovative application development, devops, data analytics, and machine learning tools of the year. SvelteKit and Nuxt, as well as newer entrants like Blitz.js, are exploring new approaches and techniques.
- 7
- 8
- 9
Semaphore·4y
17 DevOps Metrics To Measure Success
17 DevOps Metrics To Measure Success Productivity in software development has always been tricky to measure. People don’t act the same when they feel observed, and it can create undue pressure. The CI pipeline’s average duration should be measured in minutes. We should aim for less than 10 minutes in order to keep developers engaged and code flowing.
- 10
SitePen·4y
Intro to Feature Toggles
Feature toggles are an engineering practice aiming to control application behavior without the need to deploy a code change. The behaviors that toggles can affect range from hiding under development features, limited feature release (canary) to a subset of users. There are several feature toggles services available such as Optimizely and Launchdarkly.
- 11
CircleCI·4y
What is container orchestration?
Docker Swarm offers decentralized access, making it easy for distributed teams to work on and manage the environment effectively. Mesos Apache Mesos works between the application layer and the OS, making deploying and managing applications in large-clustered environments more straightforward and efficient.
- 12