21 followers
Learning to program with @neogcamp Tinkering with code and writing!
Life, Philosophy, Coding, Community.
Netlify Deployment - things to consider. · Introduction I was building React projects as part of Neogcamp cohort and we faced some issues here and there...
Step by step guide for installing simple React App. · Note: This article was first published here: (Vite Deploys (github.com)) PART 1: Creating a basic...
Destructuring Arrays In the case of an array, the key for each element is fixed: that is the index; so we can write any variable name in destructuring...
Introduction: I was confused at first about what callback functions mean so I tried a few simple examples to understand what it does. In this article...
What we will cover: Note: This article is updated with corrections about truthy and falsy values In the previous article, we read about map, filter...
Let's get it straight, map, filter and find, saves some time by writing less code and delivering the right output. Understanding how it works will be...