Node.js Error Handling: Operational vs Programmer Errors
Error handling is where a lot of Node.js applications quietly fall apart. Not with a dramatic crash — with a request that hangs forever because a rejected Promise went unhandled, or a process that die
amanksinghin.hashnode.dev6 min read