Best of GitLabNovember 2022

  1. 1
    Article
    Avatar of pointerPointer·4y

    milanm/DevOps-Roadmap: DevOps Roadmap for 2022. with learning resources

    This is a step by step guide on how to become a DevOps engineer, with links to relevant learning resources. The road map will guide you if you are confused about what to learn next, rather than encouraging you to pick what is hype and trendy.

  2. 2
    Article
    Avatar of devtoDEV·4y

    Hexagonal architecture as a solution to the obsolescence of UI frameworks

    Hexagonal architecture is an architecture pattern created by Alistair Cockburn. The team announces the end of the development of the framework and an end of maintenance on December 31, 2021 (https://blog.angular.io/stable-angularjs-and-long-term)

  3. 3
    Article
    Avatar of gitlabGitLab·4y

    How to automate testing for a React application with GitLab

    GitLab is a popular JavaScript library for building user interfaces. In this tutorial, I'll show you how to create a new React application with GitLab React. Run unit tests as part of the CI process in GitLab, and output the test results and code coverage into the pipeline. Define a test stage for your pipeline by adding the following code to your.gitlab-ci.yml file.