Showing Posts From
Javascript
- February 4, 2011
Building Better Objects
## Building Better Objects One of the things which is most remarkable about the jQuery source, if ...
- September 1, 2023
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...
- March 31, 2017
The Dialog Tag
So far this year, I have been exploring many of the lesser-known HTML5 tags that are becoming more ...
- February 11, 2018
JS Wickedness
We are all familiar with the famous [WAT](https://destroyallsoftware.com/talks/wat) talk (and if yo...
- December 27, 2014
MkObj - VanillaJS Library for Instance-safe objects
Part of my job as an instructor at [Lighthouse Labs](http://lighthouselabs.ca) is to teach Prototyp...
- April 26, 2020
My Current Stack
As JS developers, we experience a lot of toolchain fatigue. All you have to do is subscribe to a f...
- March 23, 2012
Object Constructors vs. Object Literals – Theory and Practice
I have noticed recently some discussions about the comparison/contrast between object literals and ...