Taylor Built Solutions

Adventures in Software Engineering

Taylor Built Solutions Logo

Minecraft Bedrock Servers Now Available!

Minecraft Bedrock servers with a Multicraft panel are now available! Get your server and start playing with your friends!

Taylor Built Solutions Logo

Installing Mods On A Minecraft Java Server Using Multicraft And The Fabric Installer

Do you need to install a mod on your Minecraft Java server? If you have Multicraft and the Fabric loader it’s quick and easy!

Taylor Built Solutions Logo

Fixing Network Interfaces On Debian 11

Recently I purchased a few Hyve Zues v1 servers for my project to offer Minecraft Java servers for purchase. I’ve been following this guide for installing Proxmox on Debian 11. I’ve been running into a problem getting the network interface cards to successfully get an IP address from my router. Check /etc/network/interfaces This file contains…
Read more

Taylor Built Solutions Logo

Minecraft Java Servers Are Now Available!

Would you like a Minecraft Java world that is always on that you can share with family and friends? Reach out and we’ll get you started!

Taylor Built Solutions Logo

Have a Hobby

Having a hobby is an important way to keep your mind fresh for work.

Taylor Built Solutions Logo

Git Merge: To Squash Or Fast-Forward?

When merging branches with Git what merge strategy should you use? Fast forward and squash are great options in certain scenarios.

Taylor Built Solutions Logo

Is C++ Still Worth Learning?

Is C++ worth learning these days when web applications and web services are eating the world? Yes! Find out why here.

Taylor Built Solutions Logo

Software Development and Testing Process For Embedded Drivers

How do you go about writing software? Join me in this journey through my software development methodology for writing embedded device drivers

Taylor Built Solutions Logo

How Do C++ Lambdas Work?

I’ve written a post on how to use lambdas in C++ but how do they actually work? Here is an under the hood description of C++ lambdas.

Taylor Built Solutions Logo

Intro to C++ Lambda Expressions

What is a lambda? And how do you use one in C++? This post explains what lambdas are, what they’re used for, and how to use lambdas in C++.