Navigate DevTools Faster Using Commands
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 navigate faster through the browser’s DevTools using Commands. To...
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 navigate faster through the browser’s DevTools using Commands. To...
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 + C. Select your favorite annoying element and press Backspace...
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 more readable and consistent, but it can also improve...
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 example: ehco hey You can use CTRL + T...
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 a video to supplement your reading? Check this out:...
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 Apps website or Microsoft Store Git Bash – download...
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 pick a theme that would change the whole visuals...
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 but limits visibility and it’s difficult to understand what...
You probably stumbled upon one of these two errors: bash: mysql: command not found error when you tried to run a MySQL command from the bash terminal ‘mysql’ is not recognized as an internal...
The Profiles feature is now available in VS Code. Let’s have a quick look at it and see what things we can do with it.