Best of GitLab2023

  1. 1
    Article
    Avatar of jetbrainsJetBrains·3y

    Master Git and GitHub in 5 Hours

    Master Git and GitHub in 5 Hours in 5 hours. JetBrains Academy's Introduction to Git learning track is here on Hyperskill. You can start the track right now with a free account and join hundreds of others in mastering Git and version control.

  2. 2
    Article
    Avatar of itsfossIt's Foss·3y

    Top GitHub Alternatives to Host Your Open Source Projects

    The focus here is on GitHub alternatives that offer some sort of free service. GitLab GitLab is the number one choice to replace GitHub. SourceForge is a popular name on the list of GitHub alternatives. Launchpad is a software collaboration platform by Canonical, the parent company of Ubuntu.

  3. 3
    Article
    Avatar of codemotionCodemotion·3y

    The Ultimate Code Review Checklist for Developers

    Code reviews are crucial for identifying errors, enhancing code quality, and promoting collaboration within development teams. A code review checklist helps ensure functionality, code readability, performance, error handling, security, testing, code duplication, code clarity and dependencies, documentation, and compliance with coding standards.

  4. 4
    Article
    Avatar of pointerPointer·3y

    Codium-ai/pr-agent: 🚀CodiumAI PR-Agent: An AI-Powered 🤖 Tool for Automated PR Analysis, Feedback, Suggestions and More! 💻🔍

    CodiumAI is an open-source tool aiming to help developers review PRs faster and more efficiently. It automatically analyzes the PR and can provide several types of feedback: Auto-Description: Automatically generating PR description. PR Review: Feedback about the PR main theme, type, relevant tests, security issues, focused PR, and various suggestions.

  5. 5
    Article
    Avatar of phProduct Hunt·3y

    Free Static Site Hosting - Fast, secure websites deployed to the edge (260+ locations)

    Easily deploy your static site to an edge cache, ensuring fast and secure access for your visitors.

  6. 6
    Article
    Avatar of developercomDeveloper.com·3y

    GitHub versus GitLab

    GitHub and GitLab are popular programmer tools built on the Git framework that help developers collaborate, manage code repositories, streamline workflows, and more. This guide will break down the features, pros, cons, and pricing so you can choose the better fit for your needs.

  7. 7
    Article
    Avatar of colkgirlCode Like A Girl·3y

    Git 101- Merge, Rebase, Cherry pick, and Commit Hashes

    Both methods combine changes from one branch into another but differ in their approach and the resulting commit history. Merging is relatively straightforward, especially for teams and projects with multiple developers. Rebasing, on the other hand, is the process of moving or combining a sequence of commits to a new base commit.