Let’s get straight into it. I needed a LAMP stack and to install and configure PHP plugins for something I was working on, I think it came out pretty well, not to be used in production but as a small test server it works great for me. docker-compose.yml As you can see, main services are […]
Wanting to add some functionality to query your application for a status, or start an action? maybe you want to write a whole web ui/control panel separately from the application. Well, let’s take a look at a very basic approach of how we can do this. First of all, your project needs to be .NET […]
Node.js is a powerful JavaScript runtime that allows you to build server-side applications with ease. In this tutorial, we’ll walk through the process of creating a basic Node.js application and setting up a simple web server that can serve content to your users. By the end of this guide, you’ll have a working web server […]