How to create and host a Sunkenland dedicated server

How to create and host a Sunkenland dedicated server

Having your own Sunkenland server offers you a number of advantages: You decide what happens in the game and who can take part in the adventure. If you outsource the hosting, you can even run your server around the clock. Here, you’ll learn about the requirements of a Sunkenland…

Read more
How to install Yarn

How to install Yarn

The package manager Yarn enables you to use and send code even better. We explain how to install Yarn and set it up. We also show you some of the most important commands for getting started with it, as well as a few alternative solutions.

Read more
Docker vs virtual machinesTimofeev VladimirShutterstock

Docker vs virtual machines

Choosing between Docker and virtual machines is a crucial decision in IT infrastructure. Each of the two technologies has its own approach for deploying and isolating applications, meaning that they come with different advantages and disadvantages. In this article, we explain…

Read more
How to install MariaDB on Ubuntu 22.04Mr. KosalShutterstock

How to install MariaDB on Ubuntu 22.04

MariaDB has been a recommended alternative to MySQL for a while. Integrating the SQL server into your LAMP stack can be done easily without any problems. In this dedicated guide, we explain how to install MariaDB on Ubuntu 22.04, and then how to configure it and implement…

Read more
How to install MariaDB on Debian 12NDAB Creativityshutterstock

How to install MariaDB on Debian 12

Since MariaDB is included in Debian’s repository by default, you can easily install the SQL server. In this article, we will explain how to install MariaDB on Debian 12, how to configure the software afterwards, and what options are available to enhance the server’s security. We…

Read more
How to install MariaDB on Debian 11

How to install MariaDB on Debian 11

MariaDB packages are included by default in Debian. So, if you wish to use the SQL server with the operating system as part of the LAMP stack, it can be done easily. In this article, we will walk you through the step-by-step process of installing MariaDB on Debian 11, and also…

Read more
How to use SQL SELECT TOP

How to use SQL SELECT TOP

Large data sets can quickly get confusing! Commands like SQL SELECT TOP, LIMIT and ROWNUM allow you to limit query results to a number of your choosing. That makes results easier to read and increases efficiency and performance. In this tutorial, we show you how to use SELECT TOP…

Read more
How to use SQL OR

How to use SQL OR

When working with complex datasets, it’s important to be able to perform efficient, precise searches. One tool that can help with that is the logical operator OR. SQL’s OR returns records that meet at least one of two conditions. In this tutorial, we explain everything you need…

Read more
How to use SQL SELECTREDPIXEL.PLShutterstock

How to use SQL SELECT

When analysing and processing data, it’s essential to be able to select relevant records. SQL SELECT is the main tool for selecting relevant columns and records in SQL. When combined with other operators and commands, SELECT has a wide variety of potential uses. In this tutorial,…

Read more
How to use SQL SUMPaolo Schorlishutterstock

How to use SQL SUM

Whether you need to calculate total costs, sales, order quantity or any other value, SQL SUM can do a large part of that mathematical work for you! As an aggregate function that adds up all the values in a column, it is an indispensable tool in SQL. In this tutorial, we show you…

Read more
Page top