Smooth Upgrades to Vue 3 Using the Migration Build

Smooth Upgrades to Vue 3 Using the Migration Build

Vue 3 introduces some compelling new features, but also many breaking changes. The question is, how do you get there? Fortunately, the Vue.js team has recently released the Migration Build, which makes it possible (and easy) to make a smooth transition from v2 to v3.

Unlocking the Web Audio API

Unlocking the Web Audio API

“It’s going to be a music machine – like, full keyboard and everything – but
each of the keys is going to be mapped to – wait for it – cat sounds! We’ll call
it the ‘Meowsic Machine’! Oh, and we need it to be accessible to everyone via the
Web. Which is easy, right?
You are reminded that the universe can be a cruel place.
It’s now your job to make this happen.

More PWA to Ya! (Progressive Web Apps, Part 2)

More PWA to Ya! (Progressive Web Apps, Part 2)

Last time, we got into the nitty-gritty on how to make your web application into a Progressive Web Application (PWA to its friends). I promised we’d dig even deeper this time, and show you how to make your web app a little more ‘native’ on Android...
More PWA to Ya! (Progressive Web Apps, Part 1)

More PWA to Ya! (Progressive Web Apps, Part 1)

It’s project kickoff time, and you’re having a conversation with your client about what form the application will take: Client: I’m thinking mobile app. Our users will definitely be using this on the go. Dev: Sure, we can do a native mobile- Client:...
Go Fetch 2! (JavaScript Fetch API)

Go Fetch 2! (JavaScript Fetch API)

Last time we discussed the Fetch API in general, taking a look at how it differed from the XMLHttpRequest API, and some of its advantages. Today, we’re going to take a look at a little library that you can include in your projects today that offers you localStorage caching for the Fetch API.