Articles tagged with #intermediate
Handle Javascript errors like in Go
#javascript #intermediate #experimentI've experimented with error handling for Javascript async code. You'll see the usual, the not very common, and something unconventional. Hopefully this may be of use to someone.
Safer types on TypeScript
#typescript #types #intermediateYou can use slightly different types than you would normally use to get stricter assurances on your data.