8 followers
Web developer ☆ Technical Writer @logrocket , http://dev.to and @hashnode ☆ 💖 CSS && JS ☆ open-source enthusiast | hacking @json_db ☆ 🌐 https://elijahtrillionz
The first time I heard about comments, I was told it is meant to document why a code is what/how it is. As nice as it sounded to me, it didn't make so...
A beginner's guide to using TailwindCSS · A few months back, I wrote an article on when to learn React, now in this article, I'm going to do something...
Recursion can be a bit tricky and sometimes beginners struggle with it. But this will help you get started. · Recursion in JavaScript is no different...
Hey everyone! Hope you're doing great! Allow me to interrupt your scrolling or whatever you were doing to introduce to you an ultimate web and mobile...
"JavaScript is a single-threaded and non-blocking language". Chances are you have heard that statement a couple of times and have no idea what it...
Overtime, props have proven to be very useful in passing data across components. But as the application grows, it is almost always certain that most...