Best of CI/CDNovember 2021

  1. 1
    Article
    Avatar of hashnodeHashnode·5y

    Git basics: Conventional commits

    Conventional commits is a set of rules to help you describe a commit message. It's not a golden standard in the industry, some companies use it, and some have their commit structure. Conventional Commits helped me make commit messages so much easier and more precise for my team. Here are some real-world examples, here are some fantastic resources.

  2. 2
    Article
    Avatar of ghblogGitHub Blog·5y

    10 GitHub Actions resources to bookmark from the basics to CI/CD

    GitHub Actions offers powerful automation and CI/CD functionality that’s platform-native and accessible right from your repository on GitHub. Try the following steps to learn how automation on GitHub works and how it can simplify your workflows. Try building your own workflows with GitHub Actions templates, testing your actions, and monitoring your workflow with the visualization graph.

  3. 3
    Article
    Avatar of circleCircleCI·5y

    Testing an API with Cypress

    Cypress is a JavaScript frontend testing framework for frontend developers. It makes HTTP requests on behalf of the web applications as it is executing. In this tutorial, I will guide you through using Cypress to test an API. The tutorial covers the following:Setting up Cypress framework Understanding how Cypress makes HTTP calls to APIs Understanding how to use Cypress cyrequest() method.

  4. 4
    Article
    Avatar of ghblogGitHub Blog·4y

    5 DevOps tips to speed up your developer workflow

    From CI/CD to containerization management and server provisioning, DevOps gets a lot of buzz in tech today. From learning YAML to scripting with Bash, here are a few simple tips for developers who want to speed up their workflows. Here are three “DevOps tools’ that can speed up your workflows and let you focus on building great software.