This is really cool, I've recently been vibe coding a 2D Fractal Renderer, mainly for experimentation on what modern API's in the browser can do! I plan to write a blog post all about it “soon”. For anyone interested,…
Whole host of his videos are on Youtube, many hours worth: https://www.youtube.com/watch?v=YnH7cw0ql1I https://www.youtube.com/watch?v=v74p0djZ_zc https://www.youtube.com/watch?v=9g-bFr9qjDo…
I'd be very careful recommending this method for loading webfonts. By Base64 encoding your fonts into a CSS file you are adding 1000's of bytes into a browsers critical path (since CSS is render blocking). You are also…
This is really cool, I've recently been vibe coding a 2D Fractal Renderer, mainly for experimentation on what modern API's in the browser can do! I plan to write a blog post all about it “soon”. For anyone interested,…
Whole host of his videos are on Youtube, many hours worth: https://www.youtube.com/watch?v=YnH7cw0ql1I https://www.youtube.com/watch?v=v74p0djZ_zc https://www.youtube.com/watch?v=9g-bFr9qjDo…
I'd be very careful recommending this method for loading webfonts. By Base64 encoding your fonts into a CSS file you are adding 1000's of bytes into a browsers critical path (since CSS is render blocking). You are also…