Read my latest post:

How to deploy a static site for free

Every so often, I need to launch a quick landing page. Nothing too fancy, it's usually just a static site connected to a Google Forms (learn how to add responses to a Google

Jul 10, 2020

Technical

A collection of 2 posts

let vs const vs var: when to use which

Variable used to be the norm in JavaScript, but now there are better players on the playing field: let and const. The main difference? Scope. See, scope is important in programming. In most

1 min read - Published: 4 years ago