Simple Minecraft Bedrock Server

Over the past decade, Docker has transformed server hosting by introducing containerization, and Minecraft Bedrock Edition servers are no exception. Containerized servers are lightweight, portable, and easy to manage compared to traditional hosting solutions. In this guide, I’ll walk you through setting up a Minecraft Bedrock Edition server using Docker and Portainer, a user-friendly container … Read more

How to: Create custom code snippets in Visual Studio Code

Visual Studio Code Snippets

Custom Snippets In Visual Studio Code, you have the ability to create custom code snippets that are available via Intellisense. This is really useful when you want to get things done quickly, as there is no limit to how complicated the code in the snippet can be! If you haven’t tried Visual Studio Code yet, you’re missing out on … Read more