Web Developer, Entrepreneur
See more
I found that writing simple code is a bit faster for me in Node.js than in C#. To me that is because most simple applications (REST APIs, console application, helpers, …) take advantage of having more…
On and off over the last few years, I’ve gone all-in on TypeScript full time and racked up more than a year of hands-on daily experience. I …
if (success) { console.log('token refreshed, retrying', monitoredAction.type) yield put(monitoredAction) } else { console.log('token …