2022-11-28
|~4 min read
|641 words
It turns out there are some issues with how Axios handles time outs. In my case, the code was simply never firing, even when the request…
2022-11-28
|~3 min read
|507 words
Security for applications is a huge topic and it’s only growing in importance. Today, I was reviewing the OWASP Cheat Sheet for Cross-Site…
2022-11-28
|~4 min read
|751 words
When making network requests with Javascript there are a number of options. One of my favorites is fetch, native and promise based it…
2022-11-28
|~2 min read
|382 words
I was unifying multiple micro services into a single front-end. To do this efficiently, I wanted to create a single proxy that sat in front…