How to Fix MySQL Command Not Found on Windows
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… Read More »How to Fix MySQL Command Not Found on Windows
Second most tallest chap in the neighbourhood. Sometimes my sense of humor causes abdominal pain. I am not yet famous for something.
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… Read More »How to Fix MySQL Command Not Found on Windows
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.
Usually, when you want to run Command Prompt as Administrator, you would go to Start, search for CMD, right-click on it, and then Run as… Read More »Always Run Command Prompt as Administrator
Visual Studio Code now prevents you from accidentally opening large files by popping up a confirmation alert. This comes in handy, especially in remote… Read More »VS Code — Open Large Files Confirmation
Sometimes you just need a large file to test some web forms, APIs, or disk performances. Usually, you would go to a site to download… Read More »Generate File of Specific Size in Windows (Very Simple)
Let’s have a quick look at the Hex Editor extension. This extension allows you to view and edit files in their hexadecimal representation. You may… Read More »VS Code — Hex Editor Extension
In this article, we will discuss 3 ways to check if a file exists using Laravel’s functionalities. Storage Facade Let’s start off with the Storage… Read More »How to Check If File Exists Using Laravel
Today I would like to share with you the ChatGPT extension. This extension allows you to harness the power of OpenAI’s famous ChatGPT chatbot. Let’s… Read More »VS Code — ChatGPT Extension
In this article, we will discuss how to get the current URL inside Blade templates. We can use the request() global helper function… Read More »How to Get Current URL Inside Blade Templates
Let’s look at how to generate Lorem Ipsum text in VS Code in a quick and simple way. Generate Lorem Ipsum We’re going… Read More »Generate Lorem Ipsum Text in VS Code