all

Showing Posts From

Javascript

Building Better Objects

Building Better Objects

## Building Better Objects One of the things which is most remarkable about the jQuery source, if ...

Adding a cache buster to esbuild

Adding a cache buster to esbuild

You've got a great JS app, your users love it. But every time you want to deploy new code, you stru...

JS Wickedness

JS Wickedness

We are all familiar with the famous [WAT](https://destroyallsoftware.com/talks/wat) talk (and if yo...

MkObj - VanillaJS Library for Instance-safe objects

MkObj - VanillaJS Library for Instance-safe objects

Part of my job as an instructor at [Lighthouse Labs](http://lighthouselabs.ca) is to teach Prototyp...

My Current Stack

My Current Stack

As JS developers, we experience a lot of toolchain fatigue. All you have to do is subscribe to a f...

Object Constructors vs. Object Literals – Theory and Practice

Object Constructors vs. Object Literals – Theory and Practice

I have noticed recently some discussions about the comparison/contrast between object literals and ...