Category: Coding

How to deploy from Git to your Shared host using CircleCI

The web is full of fantastic tutorial, all explaining how to easily create a full Continuous integration pipelines using new services such as AWS, Firebase and Azure. Unfortunately, there are still lots of project still hosted on simple shared host environments like Ionos (former 1and1), GoDaddy and Hostpapa. This hosts are great for the value…


How to use CSS Animations

CSS animations have been around for quite some time, and implementing them is easier than you think. Join me in this article, where we are going to define all that you need to know to learn how to use CSS animations. When shall I use CSS Animations It is quite hard to find the right…


CSS3 Transition vs CSS3 Animations

If you have ever wondered what are the main differences between Animation and Transition. This article is what you were looking for. What is an animation in CSS Before we jump into the main differences, we need to describe what we refer as an animation in CSS. CSS animations take place when one or more…


How to deploy Phaser 3 to Cloud using AWS Amplify

This post is going to provide a step by step tutorial to deploy your Phaser game to the AWS servers using the Amplify services. If, like me, you have been using Phaser 3 and fell in love with it, you will also be aware that at some point in time you may be required to…


How to flat an array in Javascript

At one point in you career you will require to flat an array. There are plenty of solution out in the web, all with advantages and disadvantages. If you are looking for the right solution to meet your need you have come to the right place. In this article we are going to cover the…