badhon495.hashnode.devTypes of Variables: A Quick GuideWhen learning programming or working with tools like Linux, APIs, or automation platforms, you often hear about different types of variables. Terms like local variable, global variable, or environment variable can feel confusing at first. This articl...Dec 27, 2025·3 min read
badhon495.hashnode.devShare Your Local HTML Website on Mobile Using VS Code Live ServerWhen developing a simple HTML website, testing it directly on a mobile device connected to the same WiFi network is often more reliable than using browser emulators. Visual Studio Code provides an easy way to make your local site accessible on your p...Nov 23, 2025·2 min read
badhon495.hashnode.devLinux Command Superpowers: From Hidden Tricks to Process ControlLinux is full of powerful shortcuts and commands that can save you time and make you look like a pro. This article explains some of the most useful ones from two YouTube videos — covering both everyday command-line tricks and process management basic...Oct 6, 2025·3 min read
badhon495.hashnode.devThe Secret Powers of Ctrl+Z, Ctrl+X, and Ctrl+C in Your TerminalWhen using the terminal, you often need to stop or control running commands. Three common shortcuts are Ctrl+Z, Ctrl+X, and Ctrl+C. They may look similar, but each one works differently. Ctrl+C This shortcut stops a running command. It sends a signal...Oct 6, 2025·1 min read
badhon495.hashnode.devGithub Authentication SetupSo, you’ve installed Git, written some code, and now… boom—GitHub says: “Permission denied (publickey).” Don’t worry, it’s not you—it’s your missing SSH authentication. Let’s fix that. Step 1: Generate Your SSH Key Run this in your terminal (repla...Aug 19, 2025·1 min read