Apple is already prepping a fresh crop of M3 Macs for 2023

Leave a Reply

Next Post

JS monorepos in prod 4: unit testing with Mocha and Should.js

Unit testing is essential for every long-term project and allows you to pull down functionalities of your code into isolated testable units. Indeed the main goal of a unit test is to verify if an independent piece of code compiles to the expected behavior. As such unit tests should have […]
JS monorepos in prod 4: unit testing with Mocha and Should.js