9 followers
I am a Front-End Dev with a passion for creating cool web applications. HTML, CSS, JavaScript , React, Next.js π
In this article, I am going to explain the built-in JavaScript method: Array.map() and then look at a few examples of how to use it. Introduction As...
React Hooks? What are they? This is one question I took some time to get an answer to when I first started learning React. When I first heard of them...
Some few years ago, if someone had told me I will be coding now, I would have just laughed, since to me coding was for genius people and I was nowhere...
According to Wikipedia, a CSS grid enables one to create complex responsive web design layouts more easily and consistently across browsers. In simple...
The Document Object Model, popularly known as the DOM is a web application programming interface, (API) that represents a web document as nodes and...
So what is Express? Β· Express is a node.js web application framework. It is an unopinionated web framework, what exactly is the meaning of unopinionated?...