© 2026 Hashnode
Introduction: Version control with Git and GitHub is an essential skill for every developer. In this post, I’ll start by setting up an SSH key for secure communication with GitHub in both Windows and Linux. 🔑 What is an SSH Key & Why Do We Need It? ...

Table of Contents Introduction Launch Instance Configuration Steps to Launch Instance Introduction In previous blog we already know about EC-2 instance if to add up few things service interface allows you to obtain and configure capacity with m...

What is Virtualization? Virtualization is a technology that allows you to create and run virtual versions of physical resources, such as servers or operating systems. This means you can have multiple "virtual" computers running on a single physical m...

Creator: Walter Jhon G. Salibay Course: BSITSubject: SYSTEM INTEGRATION AND ARCHITECTURE 2 1. Get version of you Git. Type "git --version". 2. Config your git bash Author name and email. Type "git config --global user.name "Put name here". Type "gi...

TLDR: If you're using git bash in VS Code and notice it slows down and/or starts printing random characters, here's how to fix it. The Problem After a recent VS Code update, I noticed git bash really slowed down. Sometimes it even output random weird...

Introduction Using platforms like GitHub and version control systems like Git is crucial for any developer or anyone hoping to collaborate on projects or display their work. Contributing HTML files to repositories is a basic part of using GitHub and ...
