How to Set Up an SSL Certificate in Localhost for XAMPP
In this tutorial, we’re gonna be looking at how to set up a self-signed SSL certificate on localhost using XAMPP, Apache, and OpenSSL. By the end of the article: you will know what...
In this tutorial, we’re gonna be looking at how to set up a self-signed SSL certificate on localhost using XAMPP, Apache, and OpenSSL. By the end of the article: you will know what...
In this post, we’re going to have a look at how to display or hide Editor tabs in Visual Studio Code. Let’s get started! Hide Editor Tabs To hide the Editor tabs, right-click in...
VS Code allows you to pin the editor tabs. But did you know you can now display pinned tabs on a separate row? This way, it makes it easier to differentiate between pinned tabs...
If you work with a lot of open editor tabs and want to save as much screen space as possible, VS Code comes with a new option that allows you to adjust the height...
Let’s assume that in your Laravel application, you have a form in which you use a Form Request to validate several fields, including the email. To validate the email address, you use the email...
When you initiate a new repository, the name of the main branch is automatically set as master. Many people have become aware that the terminology master/slave should be replaced with something more appropriate. Most...
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 nor the most efficient method. That’s why in this...
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 management system, like PostgreSQL, you’ll need to go through...
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 in the page. Let’s see how to easily spot...
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 transparent VS Code primarily for the aesthetics. Sometimes transparent...