Setting up a local PHP dev environment with WSL. Goodbye Vagrant!

WSL For many years, developers who like Windows OS have lived on dual boots and virtual machines. Microsoft’s introduction of Windows Subsystem for Linux (WSL) was one of the best moves the company made in an effort to make Windows…

Fullcalendar integration using JQUERY, MySQL & PHP with repeating events support

Recently, I was working on a project that required populating events from a MySQL database to a Fullcalendar using PHP and JQuery.The repeating events were set to repeat on a given frequency such as every (n) days/weeks/months/years. The client also…