Detect User’s Browser & OS Using JavaScript
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
Second most tallest chap in the neighbourhood. Sometimes my sense of humor causes abdominal pain. I am not yet famous for something.
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)
In this post, you’re going to learn step-by-step how to change the favicon on tab switching using plain JavaScript. We’re going to implement it so… Read More »How to Change Favicon on Tab Switching Using JavaScript
If you accidentally type a command wrong, Git will try to figure out what you meant and list similar commands that you might have been… Read More »Autocorrect Git Commands
I think customizing the cursor can make your coding experience more enjoyable and efficient. That’s why in this post I’m going to show you how… Read More »VS Code: Change Cursor Color, Style & Animation
If you find yourself trying to group multiple console.log() like this: Then allow me to show you a better alternative. You can use console.group() to… Read More »Group console.logs in JavaScript
Laravel provides two common methods for retrieving configuration data: env() and config(). While they may seem similar at first, there are important differences between them.… Read More »env() vs config() in Laravel — What’s the Difference?
Do you think back to the good ol’ days when it was snowing on your desktop or when random sheep would run and jump around… Read More »Play with Pets in VS Code
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