Posts tagged: “JavaScript”
Fuse.js: JSON vs JS object literal speed tests
Which is more efficient?
Preventing zooming on mobile
How to stop users pinching or double-tapping to zoom.
Tripods: an HTML5 puzzle game
I spent part of lockdown finishing a game I began building in 2013.
Building an animated piano keyboard with JavaScript and MIDI
How I built a simple on-screen keyboard for my jazz piano tutorial website JazzKeys.fyi.
Keeping audio and visuals in sync with the Web Audio API
Audio and visuals out of sync when using the Web Audio API? There’s a property for that.
Using the GitHub REST API to fetch and display gists
Authenticating with the GitHub API, enabling cross-domain Ajax fetching with CORS, implementing a basic caching system, installing a custom npm dependency, and more.
Writing some JavaScript to download files from the web, with help from an AI chatbot
A real-life example of boosting your productivity as a web developer with ChatGPT.