Reflect is a built-in object that provides methods for interceptable JavaScript operations. The methods are the same as those of proxy… (more…)
Read more »
Constants can be confusing and easy to misuse in Go if you are coming from an untyped language. In this article we will learn what constants are, and when it is best to make use of them. Most of the points I make here apply to general-purpose programming ... (more…)
Read more »
Learn everything about first-class functions and anonymous functions in JavaScript... (more…)
Read more »
Typesafe Article: The logic behind Javascript Tag Functions - Why it is good to know how tag functions work... (more…)
Read more »
This week I encountered AMP + PWA more than ever before. After twitter lite launch, it’s clear progressive web applications have some… (more…)
Read more »