44 followers
Software Engineer and Developer Advocate | Technical Writer @TheWorld
CSS has different positions that can be applied to elements. They include static, relative,absolute, fixed, and sticky. These positions specify how an...
Do you have duplicate content on different websites and want to tell search engines the original version for better SEO ranking? Here's how... · In this...
Side effects such as API calls, DOM updates, timeouts and so on, happen a lot in React applications. Here is why you should also clean them up. · Well,...
The idea of branches in git is a nice feature as it allows to work on separate parts of a project at the same time. But, the more branches you have,...
In this article, we'll walk through a tutorial showing how to build a source plugin for Hashnode posts in a Gatsby application. · Gatsby is a React...
this is an inherently (automatically) created variable at the creation of every function. In this article, you'll learn how it works in Javascript. ·...