1 follower
My Name is Bonaventure Chukwudi. I am a passionate Full-stack web developer.
Snippets are small pieces of codes. They are used to code faster and not to worry about small details. Below is an example of a snippet. It is really easy to create a snippet and I am going to guide you. Steps On mac, go to code, then preferences...
Hello everyone! While coding with ReactJs you can face countless errors and warnings but this two occurs most frequently. Error 1. Can't perform a React state update on an unmounted component solution The complete error code looks like this: As y...
Hello everyone!!! Sending mails to your users is like a must do for every developer; it can be a verification mail, a password reset mail, or maybe a simple reminder mail for a service. The good news is that with NodeJS it is very easy to setup. So, ...
Whoa! Such a Cool effect in the gif above, right? Let's create it. Step 1 - HTML Create an element and add two classes such as the one below. make sure you create it in your html file. <p class="text typewriter">My stuff is so cool</p> Step 2 -...
Things you didn't know about CSS Cursors CSS which means Cascading Style Sheet is on a different level in its own world of wonders - You know why ??? It isn't a programming language (oops! or is it?), It is cumbersome. (CSS has 520 properties and...