Tag:nodejs
All the articles with the tag "nodejs".
Designing file upload endpoint in REST API
Posted on:November 3, 2023When designing a REST API for file uploads, it's important to consider not only the technical implementation but also the user's needs and the type of content they'll be uploading.
Effective exception handling in browser and Node.js
Posted on:November 14, 2023Exceptions in code are common, and sometimes they sneak by, causing problems for users that we might not see right away. In this article, I'm going to show you how to catch these tricky errors. This is also how tools like Sentry or WatchCat track and report them.