JavaScript articles written by JavaScript developers

We have worked with JavaScript for over 20 years; here are some of our articles on it.

We've spent over 20 years working with JavaScript. We've done everything from animations to single page web apps. We've worked through the `document.write` days and lived to tell the tale.

Making web-banners that would display a random banner on each page load was how Toby cut his teeth in JS. Followed by serious work in jQuery and now more mature frameworks like Meteor, Backbone, Ember and React.

We write performant, production ready JavaScript that doesn't compromise on performance and doesn't try and do too much.

Hopefully you enjoy what JavaScript writings we have to share.

If you have any suggestions for things we should write about please do get in contact, or perhaps you would like to work with us?

Recent posts View all

Web Dev

Updating payment method email addresses in Stripe

You can't update the email address associated with a payment method in Stripe via their dashboard, you need to use the Stripe CLI

Ruby

Irreversible Rails Migrations

What are irreversible migrations and how might we use them to our advantage?