5 React Best Practices To Learn In 2020
By Shafiqul Islam | 12-September-2021
1. Functional Components over Class Components 2. Higher Order Functions to keep it DRY 3. PropTypes is your friend 4. Keep Components Small and…
Read More
By Shafiqul Islam | 12-September-2021
1. Functional Components over Class Components 2. Higher Order Functions to keep it DRY 3. PropTypes is your friend 4. Keep Components Small and…
By Shafiqul Islam | 22-October-2019
As you know Antivirus software is the major way to prevent and remove computer virus, but this time we
By Shafiqul Islam | 13-December-2018
Continuing on the topic of interview questions for programming and software engineering type positions, I thought I
By Shafiqul Islam | 26-September-2019
Continue Statement:The continue statement tells the interpreter to immediately start the text iteration of the loop and skip remaining code block. ?? ????? ????…