Tag: webdevsimplified

  • Build A Calculator With JavaScript Tutorial

    Projects are the best way to learn JavaScript, and a calculator is one of the best projects to choose. A calculator covers all the complex interactions with UI and JavaScript while still being simple enough for people of any skill level. In this video I will walk you through the steps it takes to build…

  • Build Real Time Face Detection With JavaScript

    In this video we will be setting up real time face detection through a webcam using AI. This AI is so quick that we are able to draw in real time the various faces and expressions of every person in the video without much performance overhead. We will be using the Face API JS library…

  • Code Review – Small JavaScript Projects

    In this video I review a viewer submitted website consisting of many small JavaScript projects. The code of these projects is overall really strong, but there are plenty of places where I go through ways to clean up the code and make it more usable and readable. This is mostly done through using modern ES6/ES7…