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…


5 Must follow rules for a cleaner JavaScript Code

JavaScript Frameworks such as VueJs, React and Angular, have considerably helped Junior developers in getting up to speed within the Front End industry. Unfortunately, this “easy of learn” has also resulted into a multitude of “bad practices” and “lack of development principles”, as covered in my blog post “Which JavaScript framework should I learn first“…


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…


Video: 5 Minutes of Dev Series – Tools and Resources

In this video, I am going to share with you some of the tools and resources that I use on a day to day bases. This short video will be divided in 5 different topics: Quick DevelopmentLocal DevelopmentSource ControlDesign and prototypeTraining Resources DISCLAIMER: I have no affiliation, and or gain anything by sharing the links…


How to get started with IndexDb, and why..

If you have never heard of IndexDb before, do not worry, you are not going to be the first. IndexDb is a low level api that provide a non relational database, directly in your browser. This browser feature can support development in writing fully featured PWA ( progressive web app), with offline support. In today’s…