Posts tagged: “javascript”
Resizing and Cropping Images with Canvas
A tutorial for Codrops on using HTML5 canvas to crop and resize images on the client side.
Determine the quality of light in live video streams
Some early experiments with WebRTC.
Offline content with service workers
My experience implementing service workers to cache and serve content offline.
What is this in JavaScript?
My attempt at a very basic explanation of the 'this' keyword in JavaScript.
Getting the heck out of React
React has limitations when it comes to working with persistent stateful media objects. In this article I discuss techniques for working with media elements like canvas, video and third-party libraries in React.