Hey there, tech explorers! I'm MEHAK BAHAR, your guide through the digital wilderness at "From Novice to Neural Nets: My Tech Odyssey ". Picture this blog as my personal tech diary—warts and all.
STATE MANAGEMENT IN FUNCTIONAL COMPONENTS · Why to use any of these when you have props? USE CASE:This is an interesting one! I can give a number of...
Alternatives to Bootstrap That Will Blow Your Mind! · Tell me you’ve run into this problem before. You need to add some custom functionality, such as a...
JAVASCRIPT TIPS & TRICKS · Consider of a case in JavaScript var a = [1,2,3,4,5]; var b = a; b.pop(); console.log(b);// output will be...
A wonderful attribute of JavaScript that I recently came across throughout my learning journey is the ability to call a function in JavaScript code...