Javascript

Modern javascript - read about VueJS, AngularJS, jQuery.
Parsing JSON objects as custom classes in Typescript and Vue

Parsing JSON objects as custom classes in Typescript and Vue

Short snippets showing how I usually parse JSON objects from API responses into a custom Typescript class, and how it's used in VueJS.
Aug 19, 2021
Resetting Algolia's vue-instantsearch when clicking a result

Resetting Algolia's vue-instantsearch when clicking a result

Fiddling with Algolia's vue-instantsearch component to reset the search input when selecting a result.
Mar 10, 2021
Encoding / Decoding JSON objects in Python

Encoding / Decoding JSON objects in Python

A summary of how to serialize and deserialize from Python data structures into JSON-compatible strings, which is especially useful when working with API requests and responses.

Mar 12, 2019
Introduction to Client-Side Javascript in 2018

Introduction to Client-Side Javascript in 2018

My notes for introducing a junior engineer to client-side Javascript for the first time, touching briefly on vanilla JS, jQuery, and VueJS.

Sep 30, 2018
Supercharged Javascript and CSS animations

Supercharged Javascript and CSS animations

Summary notes from the Browser Rendering Optimization course on Udacity focussed on building 60 fps apps.

Apr 22, 2015
Overview of basic terms in AngularJS

Overview of basic terms in AngularJS

A glossary of terms commonly used in Angular JS documentation and tutorials.

Mar 26, 2015
Testing a $rootScope broadcast event with Jasmine

Testing a $rootScope broadcast event with Jasmine

A short snippet for testing AngularJS with Jasmine.

Feb 24, 2015
Should I use AngularJS or jQuery?

Should I use AngularJS or jQuery?

AngularJS has a good balance of maturity, community support, and productivity - suitable for use either by itself or together with jQuery in production apps.

Jan 31, 2015
Made with JoyBird