tModLoader

Modding Terraria – Part 5 adjusting loot tables

Modding Terraria is a fun method to add and adjust features in a playful way and learn more about programming. In this part, we will cover adjusting loot tables in… View Article

tModLoader

Modding Terraria – Part 4 Adding a mount

Modding Terraria is a fun method to add and adjust features in a playful way and learn more about programming. In this part, we add a custom mount! This post… View Article

Tower-of-Fantasy-How-to-Get-a-The-Chaser

How to get the Chaser mount – Tower of Fantasy

In this post we will show you how to get the Chaser mount in Tower of Fantasy. Tower of Fantasy is a new massively multiplayer online (MMO) game created by… View Article

Key fundamentals of web design

The key principles of web design

Web design is a very important topic which should be carefully executed in order to create a user-friendly and great looking website. There are many tools you can use to… View Article

How to grant a SFTP user access to web-related files

How to grant a SFTP user access to web-related files

In this post, we will teach you how to grant a SFTP user access to web-related files. It can happen in your work environment that one day you’re greeted with… View Article

Testing JavaScript with Jest

Testing JavaScript code with Jest

In this post, we will get into the art of testing JavaScript code with Jest. There are many ways to test your code and many frameworks and tools to help… View Article

How to create a JavaScript Stopwatch

How to create a JavaScript Stopwatch

In this guide, we will teach you how to create a JavaScript stopwatch. We will create a vanilla version of this stopwatch. The term vanilla means in its most basic… View Article

How to setup and configure ESLint

How to setup and configure ESLint

In this post, we will teach you how to setup and configure ESLint. How to setup and configure ESLint – Prerequisites What is ESLint? Installing ESLint Testing our ESLint install… View Article

Create a Python clipboard copy script

How to create a Python clipboard copy script

In this guide, we will teach you how to create a Python clipboard copy script. We will accomplish this by piping the output of one command to our Python script… View Article

Create a Magento 2.4 module

How to create a Magento 2.4 module

In this post we will teach you how to create a Magento 2.4 module. We will be making a password checker module. Our module will validate the customer’s password against… View Article