© 2026 Hashnode
GitHub is the go-to platform for hosting and collaborating on code. If you’re new to Git or GitHub, this guide will make setting up your GitHub repository using the Git command line interface (CLI) simple and straightforward. Whether you have an exis...

So recently, I was cleaning up my GitHub profile — and I realised I had so many random public repos 😅Some were test projects, some half-done college stuff, and a few experiments I never even finished. I didn’t want people to see all that junk, but G...

Setting up version control for your project is essential. This guide will help you initialize a Git repository locally and create a corresponding repository on GitHub using the GitHub Command Line Interface (CLI). Step 1: Initialize a Git Repository ...

What if we could script the creation and configuration of a GitHub Repository so that it is ready to provision or deploy Azure resources from a GitHub Actions pipeline? We will do that in this article using the Azure CLI and GitHub CLI. The Objective...

In my dream of owning a housing estate, I will name it "The Terminal". It would encompass everything a city needs to survive and flourish and I will never have to leave it. ~ Patrick Okafor Introduction Context switching kills productivity. Every ti...
