Best of GitLab2022

  1. 1
    Article
    Avatar of gcgitconnected·3y

    8 minutes to cover 99% of your Git needs

    8 minutes to cover 99% of your Git needs a simpler path to git and understanding main concepts. In this tutorial, we'll walk through the standard project path with the issues that arise and give you the solution to the efficient push of your work on GitHub/GitLab.

  2. 2
    Article
    Avatar of spaceliftSpacelift·3y

    The Most Comprehensive List of DevOps Tools for 2023

    The Most Comprehensive List of DevOps Tools for 2023 gathers some of the most useful and commonly used DevOps tools and technologies. Git Git is the most commonly used distributed version control system and is the clear winner in this space. GitHub GitHub is the default and most broadly used code repository management system.

  3. 3
    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.

  4. 4
    Article
    Avatar of gitlabGitLab·4y

    Want to start hacking? Here's how to quickly dive in

    Johan Carlsson started part-time hacking in May 2021 and is already number 7 on HackerOne's HackerOne Top 10 list. He says he is learning as he goes and has found as much joy and excitement in bug hunting as in actually finding bugs.

  5. 5
    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)

  6. 6
    Article
    Avatar of medium_jsMedium·4y

    Build Your First Mobile Linux App With React And Tauri

    The project outlined here is by no means locked to running on just these devices. The Project The Tauri documentation provides excellent guides on creating new projects from scratch using their command line tool. Tauri will build a.deb and.AppImage binary for running and distributing your application.

  7. 7
    Article
    Avatar of changelogChangelog·3y

    charlax/engineering-management: A collection of inspiring resources related to engineering management and tech leadership

    Management is full of fluffy books that could be summarized in one 100-word article. Turn the Ship Around!: A True Story of Turning Followers into Leaders made me truly understand what empowering local decision means. There are numerous cheesy management books and this is not one of them.

  8. 8
    Article
    Avatar of gitlabGitLab·4y

    Why we're sticking with Ruby on Rails

    When David Heinemeier Hansson created Ruby on Rails he was guided by his experience with both PHP and Java. With its solid, metaprogrammable Smalltalk heritage and good Unix integration, Ruby proved to be the perfect vehicle for DHH to fill that desirable bottom right corner of the table.

  9. 9
    Article
    Avatar of pandProAndroidDev·4y

    Get git-flows differences under your belt

    Gitflow is meant to track, organize your contribution, keep a clean history of your contribution and ease the process of adding new features, maintaining and publishing our software. In this article, I will explain the differences between GitFlow, GitHub flow, Trunk-based, and GitLab flow.

  10. 10
    Article
    Avatar of dzDZone·4y

    Difference Between Jenkins vs. GitLab CI

    Jenkins and GitLab are two of the most popular tools available in the market. The beauty of Jenkins is that it makes it feasible to integrate any type of automation. In the case of GitLab, they offer paid users round-the-clock service.

  11. 11
    Article
    Avatar of gitlabGitLab·3y

    Top 10 technical articles of 2022

    With 2022 coming to a close, we wanted to ensure everyone gets one more chance to explore our top 10 technical blog posts of the year. The ultimate to GitLab 10 will get the most of choosing the right pipelines for the job. How to troubleshoot a GitLab pipeline failure is more frustrating than that red X.

  12. 12
    Article
    Avatar of dzDZone·4y

    Pull Request vs. Merge Request

    Pull Request in Bitbucket and GitHub or Merge Request in GitLab are the features made for more convenient code review and change management. These features do the same git merge command to merge feature branches or forks with the existing code.

  13. 13
    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.

  14. 14
    Article
    Avatar of itsfossIt's Foss·4y

    How to Contribute to Open Source in Hacktoberfest 2022 [Ultimate Guide]

    Hacktoberfest is one such event from DigitalOcean that encourages you to contribute back to your favorite open-source projects. In exchange for your contributions, you either get a gift from Digital Ocean, or you can choose to plant a tree instead. You can also help spread the word, and share the project with the world to improve its social presence.

  15. 15
    Article
    Avatar of towardsdevTowards Dev·4y

    Basics of CI/CD with GitLab

    GitLab provides a feature to use as a platform where it brings DevOps into practice. Development Operations and Security teams can work as a single team. GitLab is powerful as it accelerates software delivery reducing extra costs and ensuring the security of the applications. The effectiveness of the CI/CD process is high when using a GitLab tool.