2 followers
I am an undergrad, computer science student and a self taught web developer.
Subscribe to my newsletter and never miss my upcoming articles
using javascript!
For the vast majority of us, unit tests are short bits of throw-away code that we write to make sure our programs "worked". We will painstakingly write our classes and methods and then we concoct some ad hoc code to test them. Typically this would in...
Yeah, you heard me right, the react js that you love so much, now you can use it to build CLI tools. This means all those nice features that react supports, you can use them in your CLI tool, conditional rendering, hooks, state management, and many m...