Drawing with SVG & JS — the dynamic duo
Drawing with SVG was a chore — until now! Enter: JavaScript…
Hi there! Welcome to my own personal space on the world wide web.
Saving myself the trouble of Googling for 2 hours in the future:
Safari has one of the most stubborn caches when it comes to XHR requests. If you need to display realtime data via API, switch the request method from GET
-> POST
. POST
isn't susceptible to the caching GET
gets.
🚀
Drawing with SVG was a chore — until now! Enter: JavaScript…
SVG's can get messy and bloated. Let's squeeze every last kilobyte possible out of 'em before they go online!
5 years after a fresh start, I thought it would be a good idea to completely rewrite and update my personal website…