Tagged: howto

How to install and configure Apache2 on WSL2? 0

How to install and configure Apache2 on WSL2?

I hope you already have WSL2 installed and enabled. So, setting up Apache2 on WSL2 (Windows Subsystem for Linux 2) involves a few steps. Below are the detailed instructions to install and configure Apache2...

How to install NVM on WIndows? 0

How to install NVM on Windows?

Install NVM on Windows Node Js is a JavaScript runtime environment used widely in today’s web application development. If we are working on different Node Js projects then there might be a chance to...

How to reset WSL 2 user’s password? 0

How to reset WSL 2 user’s password?

You can easily reset WSL 2 users’ password, by just following the following steps. You will be asked to enter the password twice and password will not be appear on screen/terminal. Following is the...

Define Private Methods/Functions in Python Class. 0

Define Private Methods/Functions in Python Class.

Python is very powerful and famous language, which allow us to write code as per object orientated programming (OOP) concepts. Encapsulation is one of the fundamental concepts in OOP. In encapsulation, we can wrap...

Laravel 8 error target class controller does not exist. 0

How to use whereHas() and with() in laravel 8?

Laravel is very famous and widely used PHP Framework. Nowadays, I am doing development in Laravel along with other RoR and Java projects. I was working on a Laravel 8 project in which I...