How you can turn slack into your perfect project management tool

Slack has become a great productivity tool for teams working remotely. It is a virtual office that has stood the test of time and competition such as Microsoft Teams. It has enabled individuals to work from home and remain organized…

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…

Selling digital products and services online – my experience

Selling products or services online requires a solid e-commerce platform. There are numerous sites out there that offer e-commerce services but finding the right one can be a challenge. Many are overloaded with features that you end up paying for…

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…