© 2022 Hashnode
#frontend
Front-end developers are the ones who create the “look and feel” of a website by controlling the site’s layout, design, and interactive features. They are responsible for everything that is visible on…
NOTE: This is issue #070 of my newsletter, which went live on Monday, June 27th. If you find this information useful and interesting and you want to receive future issues as they are published, ahead …
Most of all what i've built are either social media apps or features of common social media apps, and kind of makes me feel my niche is on building social media apps, cool!. Currently working on the b…
Introduction Typescript has taken a ton of previous work for major applications. It is also popular. And all that is, an improved version of JavaScript. TypeScript took a lot of JavaScript, looked at …
NOTE: This is issue #069 of my newsletter, which went live on Monday, June 20th. If you find this information useful and interesting and you want to receive future issues as they are published, ahead …
In Javascript everything comes down to Objects but what are these Objects? You will get a lot of questions in your interviews related to Objects which might be tricky and I am writing this blog to mak…
NOTE: This is issue #068 of my newsletter, which went live on Monday, June 13th. If you find this information useful and interesting and you want to receive future issues as they are published, ahead …
Have you guys ever faced this issue where your styles are not getting applied to your component and you no idea why? Well, I have certainly faced this issue many times. Which is why I tried to learn m…
Async vs Defer* the most confusing topic. A lot of programmer want understand this. Don't worry after this blog you will never be confused about this topic. Basically we use async and defer in script…
Hi readers, Welcome to my first post here on Hashnode. I am Abolarinwa, and I am here to explain the useState hook in react. React is a Javascript library which was created by Facebook in 2012. It was…