30 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 element should be positioned in a document which causes the element to behave differently. In this ...
Do you have duplicate content on different websites and want to tell search engines the original version for better SEO ranking? Here's how...
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.
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, the more difficult they are to manage. When you create a local branch, most of the time you would pus...
In this article, we'll walk through a tutorial showing how to build a source plugin for Hashnode posts in a Gatsby application.
this is an inherently (automatically) created variable at the creation of every function. In this article, you'll learn how it works in Javascript.