muizzyranking.
aboutprojectstoolswritingrésumé ↓

~/blogcategory

# Version Control

3 posts

Bye Bye Personal Access Token: Cloning and Pushing to GitHub with SSH

SSH is a simpler and more secure alternative to personal access tokens that lets your machine authenticate with GitHub automatically once it is set up.

GitGithubVersion Control
28 Aug 20233 min read

Mastering Git and GitHub

Git and GitHub are essential tools for every developer: Git tracks your code history locally, and GitHub makes collaboration seamless by hosting your repositories and enabling structured code review through pull requests.

GitGithubVersion Control
26 Aug 20235 min read

Git, GitHub, and the Art of Version Control

Version control is an essential tool for tracking changes to your code over time, and Git is the industry standard that every software engineer should get comfortable with early.

GitGithubVersion Control
25 Aug 20235 min read