Archive
Blog Archives
Installing MongoDB in Laragon Windows
Installing MongoDB in Windows can be very confusing when you’re a beginner. Your first thought was probably to just google and find a article that will summarize it for you, well you came to the right place. Let’s dive into the installation right away Download and install the latest version of the following if you […]
How to install Xdebug in Laragon
Setup Xdebug PHP profiling tool in your laragon server in less than 3 minutes.
Connecting an ASP.NET MVC Application to MySQL
Learn how to connect an ASP.NET MVC application to MySQL
Setting up Bcrypt for Rails on Windows
Demonstrates how to properly setup bcrypt on Windows and to solve the error bcrypt_ext.so (LoadError) message in your terminal
Installing MongoDB in XAMPP Windows
Install and configure MongoDB in XAMPP with Windows environment.
Change Password using AJAX and jQuery in WordPress Front-End
The feature is easy to do using just plain PHP and HTML, but if you are like me who wants to take small bits of modules into the next level then you might probably want to check out this tutorial on how to