A new website, and a 3D printed logo!
Paul Lewis
https://aerotwist.com/blog/ · 6 posts · history since 2016 · active
15 Jan 2025
18 Jun 2022
I suppose it's time I responded...
10 Dec 2016
Do libraries and frameworks prioritize components on boot? If so, how, and if not what can we do? And, in exploring that question, I discovered that Server-Side Rendering isn't a silver bullet!
30 Aug 2016
I recently made a 3D Card Flip element as part of my Supercharged YouTube video series, and I ran into some challenges with the shadows. I decided I should explain how I approached the solution.
15 Feb 2016
I'm often asked by other developers about parts of the pixel workflow, and what fires when and why, so I figured it might be worth putting up a little reference for what's involved in shipping pixels to screen.
25 Jan 2016
Image decoding can be a source of checkboarding and jank. What if there was a way to work around it without resorting to a cluster of horror hacks? Step right up and meet my new friend createImageBitmap!