Monorepos are all the rage right now. Modern projects are all using NX to set up a monorepo. But why would you introduce such a complex tool into your...
I had a great weekend following the Learn Go with Tests online book. I spent about 15 hours going through the book and firing up a few practice...
Install dependencies # Yarn yarn add -D prettier eslint-config-prettier eslint-plugin-prettier # NPM npm install -D prettier eslint-config-prettier...