-
Programming
Overview of TypeScript Types
In this article, I’m going to be covering TypeScript types you will want to be using on a day to…
Read More » -
Database
Typescript – Finding Duplicate Elements in an Array
Have you ever wanted to find some duplicate elements in an array? Lets take a look at how to do…
Read More » -
Node JS
JSON Web Tokens
What are JSON Web Tokens JWT is an acronym for JSON Web Token. They are little packages of data that…
Read More » -
Node JS
Importing CSV Data Into MySQL
We’re going to be looking at how to read a CSV file and how to dump that data into a…
Read More » -
Blog
How important are ‘Best Practices’ Really?
As the title suggests, I’m going to try and explain what I found about best practices means in the real…
Read More » -
Database
NodeJS – Insert Multiple Records Into MySQL
Preamble (Insert Multiple Records) So lets assume you have a large array of data, and you’d like to insert all…
Read More » -
node.js
Enviroment Variables in Node.js
[vc_row][vc_column][vc_column_text]Environment variables are very simple to use, and amazinlgy useful to have! What do they do? Well, think of them…
Read More » -
Phaser 3 Tutorial
Creating An Animated Sprite In Phaser3 Beta
[vc_row][vc_column][vc_column_text] Creating A Animated Sprite In Phaser 3 Beta! -In this tutorial we will go over how to create a…
Read More » -
Pixi Tutorial
Dynamically Changing Sprite Texture In PIXI JS
[vc_row][vc_column][vc_column_text]-In this tutorial we will go over how to dynamically change a sprites texture. What we will cover: How to…
Read More » -
Tutorial
Typescript Interfaces – Part 4 Implements
If you are new to interfaces, go and checkout part 1 of series of articles on typescript interfaces or go here for part 2 or part…
Read More »