If you’re just learning to code, the first thing you need to do is choose a text editor for writing code, after deciding what to … “How to choose a text editor”
A quick intro to setState in React
The first thing to be aware of is that the setState function in React works in an asynchronous manner. This may annoy some developers, as … “A quick intro to setState in React”
How to pick the best learning rate for your machine learning project
A common problem we all face when working on deep learning projects is choosing the learning rate and the optimizer (hyper-parameter). If you’re like me, … “How to pick the best learning rate for your machine learning project”
How to program a calculator with jQuery
Previously, I showed you how to use the CSS border-radius property to create the following calculator. Now I will show you how to use jQuery … “How to program a calculator with jQuery”