GitHub
How to Configure SSH-Based Signed Commits in GitHub for the 'Verified' Badge
In the world of open-source and collaborative coding, identity matters. By default, Git allows anyone to configure their local environment with your …
GitHub Security: Detecting and Addressing Vulnerabilities for Safer Repositories
This article talks about the security features offered by the GitHub. Discusses what are vulnerabilities and their types. Also, talk about methods of …
Experimenting GitHub Container Registry
Recently GitHub announced public beta availability of their Container Registry and I thought I will give it a try. So in this article I will take you …
Self hosted runners for GitHub Actions
In this article, I will take you through setting up self hosted runners for GitHub Actions. It is similar to Azure Devops Pipelines Build Agents and …