Mathias Nitzsche
blog.mathiasnitzsche.de

blog.mathiasnitzsche.de

Follow
Mathias Nitzsche

Mathias Nitzsche

1 follower

I will try to make posting a habit to practice my writing, and improve my thinking.

Optimizing the hell out of JS Code

Dec 21, 2022

In this post, I want to share a few of the learnings I made (over)optimizing the hell out of a tiny JavaScript app. Background The basketball league,...

Optimizing the hell out of JS Code
JS fetch: HTTP Caching instead of LocalStorage
Hello World