Blogs
Debounce in Js and its Importance
(July 07, 2020)
An explantion of debounce function and its importance to improve code performence
On Declarative Styling
(July 19, 2019)
By limiting the amount of CSS we can write, we improve the quality of the CSS we do write.
Request Timeouts With the Fetch API
(March 30, 2019)
The Fetch API is great, but didn't ship with the ability to timeout requests. There's a new API to help with that.