Error Handling in Node.js

May 6, 2023 Galen 0

It’s important to understand error handling in any programming language, but especially Node.js. If your API isn’t built to handle unexpected values, the server will […]

Intro to Node.js

November 10, 2022 Galen 0

Node.js is a runtime built on Google Chrome’s V8 JavaScript engine (built with C++). Traditionally, JavaScript could only be ran in the browser. Node took […]