Automate cross-platform testing with GitHub Actions, using dynamic matrices for efficient, targeted tests.
Unit testing and mocking in Node.js with Sinon, get familiar with basic Spies, Stubs, Fakes, and Mocks, concepts.
AJV & Json Schema, a generic yet effective method for JavaScript API request validation
The advantages of using Map in JavaScript over other Data Types
How can we hide API keys, secrets and passwords in our code, especially if pushing our code to an external repository? How can we run an applicati ...
Unit testing in Node.js can be challenging. After trying various libraries, I found Rewire to be the most practical for testing purposes