VS Code Switch between Editor and Terminal
Let’s say you’re using the Editor and the Terminal at the same time. To switch between them, you need to click, which isn’t the quickest… Read More »VS Code Switch between Editor and Terminal
Let’s say you’re using the Editor and the Terminal at the same time. To switch between them, you need to click, which isn’t the quickest… Read More »VS Code Switch between Editor and Terminal
If you’re here, it means you’re already aware that XAMPP includes MariaDB right from the start. But, if you’re interested in setting up another database… Read More »How to Setup PostgreSQL in XAMPP for Windows
When you select an element in DevTools, you see the CSS rules that apply to it. But, these rules can also apply to other elements… Read More »Highlight All Elements that Match a given CSS Selector
In this step-by-step guide, we’ll be exploring a couple of ways to make VS Code transparent on Windows. You may want to opt for a… Read More »How to make VS Code Transparent
In this step-by-step guide, you’re going to learn how to run a small local project or service in the cloud using VS Code’s local port… Read More »VS Code: Run Local Projects in Cloud with Port Forwarding
VS Code introduced a new useful feature that allows you to try out themes without installing them. 🎥 Check out this video for a showcase of… Read More »Try VS Code Themes Without Installing Them
Usually, when you want to switch branches, you use git checkout branch-name. But let’s say you’re working with two branches and want a quick way… Read More »Switch Between Two Git Branches – Quickest Way!
Did you know the user interface of DevTools is built with HTML, CSS, and JavaScript? This means you can inspect and debug DevTools with DevTools.… Read More »Inspect DevTools with DevTools
Let’s find out how we can detect the user’s browser and the operating system (OS) using plain JavaScript. The Navigator To get such information, we… Read More »Detect User’s Browser & OS Using JavaScript
So you’re trying to quit XAMPP and you’re getting these errors: Error: Cannot create file “C:\xampp\xampp-control.ini” Access is denied Exception EAccessViolation in module xampp-control.exe at… Read More »Fix XAMPP Errors On Quit (2 Ways)