frankylee kellyfrankylee.hashnode.dev·Aug 20, 2024GitLab CI Pipelines with 1Password and private Flutter packagesImagine you're used to using a specific tool (GitHub) and suddenly you're required to use a new tool (GitLab) so you have to figure out a whole new system for your CI pipeline. We've all been there. This guide will walk you through setting up a GitLa...GitLab-CI
Aniket Purohitaniketpurohit.hashnode.dev·Aug 8, 2024Mastering GitLab CI/CD: How Runners, Executors, and the GitLab Server Work TogetherGitLab is a powerhouse for DevOps, simplifying the software development lifecycle with features like version control, issue tracking, and CI/CD pipelines. Let’s break down how GitLab’s core components—the server, runner, and executor—work together to...10 likes#GitLabRunne
Shivam Akhouririder.hashnode.dev·Dec 31, 2023How to Host Your Own GitLab for free | Gitlab-Part 1GitLab is a powerful online platform that helps teams of all sizes manage their entire SDLC from start to finish. It offers a wide range of features, including Version control, Issue tracking, CI/CD, Security, and Collaboration. GitLab stands out as ...152 readsGit
Ashwin Padiyarpadiyar.hashnode.dev·Feb 21, 2023SSH- {S}ecure {SH}ell ProtocolThe purpose of SSH, why it was needed, and how things were before SSH? Before the internet became widely available, computers needed a way to communicate with one another. They did this through a protocol called telnet.Telnet allowed computers to con...33 readsssh
Abhinav Gorantlabitmagnet.abhinavgorantla.me·Dec 13, 2022Using GitHub SSH Keys for Auth from terminalSteps Generate SSH keys on your machine. Add ssh keys to your local ssh-agent. Add your public ssh key to your GitHub account. Test your SSH key from your machine. Push code! 1. Generate SSH Keys To generate ssh keys on any computer running a ...29 readsGitHub