All Stories

How to install Golang, VSCode and set environment variables in Linux

Setup the Programming Environment on Linux (Go and VSCode)

How to setup WordPress Multisite using subdirectories on Warden

Setting up WordPress with Apache is usually an easy task. The autogenerated .htaccess file on installation makes things very easy. However, if youโ€™re using Nginx or Docker orchestration, it can...

Setting up PHP dev environment made easy with Warden & Docker

Setting up a development environment can be a tedious and time-consuming task. It requires installing and configuring various tools and dependencies. However, with Warden, you can set up your development...

Debug PHP Using XDebug on Visual Studio Code

The hassles of debugging with echo-exit, print r-exit, console.log(), and other debugging tactics that most of us use in our everyday work must be well known to PHP web application...