VS Code Compact Folders
If you have single-child folders, VS Code will automatically compact them. Which is not always what we want. In this post, you’re going to find… Read More »VS Code Compact Folders
Second most tallest chap in the neighbourhood. Sometimes my sense of humor causes abdominal pain. I am not yet famous for something.
If you have single-child folders, VS Code will automatically compact them. Which is not always what we want. In this post, you’re going to find… Read More »VS Code Compact Folders
If you work extensively with DevTools and want to increase your efficiency, I have good news! In this guide, we will look at how to… Read More »Navigate DevTools Faster Using Commands
Let’s get rid of popups and annoying stuff on websites using your browser’s DevTools. Press F12 to open the DevTools. Press CTRL + SHIFT +… Read More »Remove Annoying Page Elements with DevTools
Do you know how many whitespace characters are hiding in your file? 🕵️♀️ Let’s find out! Go to View -> Appearance and check Render Whitespace. 🎥 Want… Read More »Show/Hide Whitespace Characters in VS Code
If you’re working with JSON documents, you may want to clean them up and sort all the object keys alphabetically. This can make the files… Read More »Sort JSON Documents & Keys in VS Code
Let’s learn how to quickly fix typos by swapping characters and words in the terminal. Swap characters Let’s take this command with a typo for… Read More »Swap Characters & Words in Terminal
In this post, you’re going to learn how to install Kali Linux in a VirtualBox virtual machine on a Windows 10 host. 🎥 Want to watch… Read More »How to Install Kali Linux in VirtualBox on Windows
Let’s look at how to add Git Bash to Windows Terminal in just a few steps. Prerequisites Windows Terminal – download from the Microsoft Windows… Read More »Add Git Bash to Windows Terminal
In this post, you’re going to learn how to create and then use the .bashrc file on Windows 10. First and foremost, to be able… Read More »How to Create and Use .bashrc File on Windows 10
Grab a cup of your favorite warm or cold beverage because in this tutorial we’re going to build from scratch a super simple stopwatch with… Read More »Build a Super Simple Stopwatch in JavaScript