Sort JSON Documents & Keys 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
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
VS Code isn’t that great when it comes to customizing the color of the comments. A couple of ways you can customize them is to… Read More »VS Code Better Comments Extension
VS Code isn’t that great when it comes to folded code blocks. As you can see in the image below, it gets the job done… Read More »VS Code Better Folding Extension
In this post, we’re going to find out what a typical HTML 5 boilerplate template looks like. If you don’t know what a boilerplate is,… Read More »Basic HTML Boilerplate Template for Any Project
If you go to a website and inspect its page source, you’ll notice this <!DOCTYPE html> declaration before the <html> element. In this post, you’re… Read More »DOCTYPE HTML: A Comprehensive Explanation