Best of CI/CDOctober 2022

  1. 1
    Article
    Avatar of devtoDEV·4y

    From Zero to DevOps Engineer - DevOps Roadmap for YOUR specific background 🔥

    A part of DevOps skillset is to create a process of handling discovered issues in production instead of having a panic mode.

  2. 2
    Article
    Avatar of ossOpen 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. 3
    Article
    Avatar of freecodecampfreeCodeCamp·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. 4
    Article
    Avatar of medium_jsMedium·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. 5
    Article
    Avatar of rhdevRed 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. 6
    Article
    Avatar of infoworldInfoWorld·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. 7
    Article
    Avatar of gcgitconnected·4y

    Dynamic Angular Microfrontends

    Dynamic Angular Microfrontends Introduction is a step by step guide on how to create a simple angular application that consumes modules of another application… levelup.gitconnected.com.

  8. 8
    Article
    Avatar of newstackThe New Stack·4y

    Install Dozzle, a Simple Log File Viewer for Docker

    Dozzle offers a web-based UI for the viewing of Docker container logs. Use the command: 1 docker logs --follow mymongo. You can also follow the logs, which will keep outputting new information as events occur.

  9. 9
    Article
    Avatar of semaphoreSemaphore·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. 10
    Article
    Avatar of sitepenSitePen·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. 11
    Article
    Avatar of circleCircleCI·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. 12
    Article
    Avatar of spaceliftSpacelift·4y

    8 Popular Terraform Alternatives You Should Know

    Hashicorp’s Terraform has been a major IaC tool, and I have covered a lot of content about Terraform on this blog. We will explore a few Terraform alternatives with respect to the above pointers.