Mathias Nitzsche
blog.mathiasnitzsche.de

blog.mathiasnitzsche.de

Follow
homeTechManagementLife
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

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

Dec 21, 2022

Much simpler but slightly slower... ยท Whenever you write plain JS without access to external libs, here is a quick hack on how to cache API responses,...

JS fetch: HTTP Caching instead of LocalStorage