Ghost is a wonderful blogging platform but what if you wanted to include something dynamic ? Nothing more easy ! <canvas id="universe"></canvas> <script type="text/javascript" src="https://lab.openbloc.fr/way-of-life/js... (more…)
Read more »
Javascript is a powerful language, but sometimes it doesn’t always do what you expect it to. Take the following expression for example. It’s a simple if statement that checks to see if true and then runs the code within the block. Running the code results... (more…)
Read more »
ES2020 or ECMAScript 2020 brings exciting features to JavaScript. In this article, I want to talk about my favourite features from ES2020. That means the article does not cover all the additions. Thus, let us see my favourite new additions: (more…)
Read more »
In the wake of the Internet of Things revolution and the healthy lifestyle trend, wearable technologies have taken the world by storm. Every wellness enthusiast on the street sports an activity band of some kind, monitoring how they move, sleep and train....
Read more »
This is post # 30 of the series, dedicated to exploring JavaScript and its building components. In the process of identifying and… (more…)
Read more »