As I was writing the last article, Why you should learn React in 2021 I’ve realized that it’s already been 7 years that React was
Category: Coding
Welcome Guildsmen! You know I have been coding in React for about 3 and a half years now and I have been loving every second
In the previous article we have created a basic tennis scoring system using test driven development. We’ve implemented player scoring and end of the game.
In the previous article we have setup our TDD environment in JS, so we are ready to dip our toes into the pool of test
Today we will have a look at what’s TDD and why some developer teams use it. Personally I haven’t used TDD a lot, I think
In this article we are going to look at how to transpile ES6+ to ES5 in NodeJS by using babel without Nodemon. If you don’t
Today we will have a look at how to setup your NodeJS project, have fun 🤩 . Check your nodeJS version First of all if