A simple blog with posts about tech :)
Hi! My name is Arthur and I work with web and server-side technologies since mid 2018. I enjoy the coding community in general and I'm always seeking to help others.
I am mainly writing about web technologies, software engineering, and the open-source community.
You can follow new published posts by subscribing to the available blog feed.
- ~9 min read.
Implications of choosing State instead of Cache
The guide towards the implications of choosing to use State to handle remote data. - ~6 min read.
How return await can slow down your code
Awaiting a promise before returning it slows down your code.