MongoDB Install MongoDB on Windows with WSL Ubuntu In this article, we will install a local MongoDB 6 database on Windows using a WSL Ubuntu subsystem. MongoDB is a document-based database, often referred to as NoSQL database. If you do not know what WSL is and you want to learn how to set it up, go to my
Ghost Ghost GDPR compliance: How to gain more compliance In this article, I will show some general points to make Ghost more compliant to the General Data Protection Regulation (GDPR). The GDPR is the European regulation on data privacy. Its objective is to give European citizens the control over their personal data. All companies that operate in the European
Ghost Create a Ghost theme with Tailwind CSS In a previous article, I talked about how to setup a local Ghost development environment on Windows using WSL. If you want to learn how to setup Ghost locally for theme development go back reading the previous article: Install Ghost CMS on Windows with WSL UbuntuInstall the Ghost CMS with
WSL Install Ghost CMS on Windows with WSL Ubuntu In my previous article, I talked about how to install Ubuntu as Windows subsystem and how great it is for developers. If you do not know what WSL is and want to learn how to install it on Windows check out the article: Install Linux on Windows with WSLInstall Linux
WSL Install PHP, Apache, MySQL and WordPress on Windows with WSL Ubuntu In a previous article, I talked about how to install WSL on Windows and how it enables you to easily build local development environments on a Windows system. If you do not know about WSL and did not setup it up yet, start with reading the previous article: Install Linux
WSL Install Linux on Windows with WSL When I was temporarily without any Mac, but still had my Windows gaming PC, I wanted to continue coding on the latter. But Windows can be very clumsy for developers. To install e.g. node.js or PHP, you always have to go to a website and download an executable.