My Coding Knowledge Base
-
Fix Common Merging Issues in GIT Flow
This article demonstrates common problems which software development teams face when developing Java applications with Apache Maven and Git Flow and also how these problems can be easily resolved by the Maven Flow project. Setup Demo Project The article will use a demo library project on GitHub. For better understanding, I highly recommend that you…
-
Host a WordPress Website with Docker Compose
In a previous post, we discussed how to set up your VPS to host multiple websites. Now it is time to host our first website with WordPress. Prerequisites The Setup 1. Create a Directory for WordPress Create a directory for your WordPress website setup. For example: If you plan on hosting multiple WordPress websites, you…
-
Host Multiple Websites on a Single VPS with Docker Compose
In this post I will demonstrate how you can easily set up your VPS to host multiple websites using docker compose and Nginx as a reverse proxy. Features Prerequisites Setup 1. Create a Directory for Nginx Create a directory for your Nginx setup. For example: 2. Define Reverse Proxy Services In the new directory, create…
Got any book recommendations?