Building a twitter bot with NodeCreating a Twitter bot was something on my to-build list and I definitely didn't start building it because I thought Twitter was done(credits to Sir Elon Musk). So let's walk through how I built this Twitter bot. About Project The project was creatin...Jan 22, 2023路4 min read
Map, Filter, and Reduce in JavaScript under 5 minutesIntroduction Map, Filter and Reduce are Array Methods that are used for iterating over an array and returning value/array. It returns a new Array and it doesn't change the original Array. These methods are also very important in React JS which is a v...Nov 20, 2021路4 min read
Get hold of THE CSS BOX MODELBoxes are something you need to be familiar with while working with CSS. Because they are everywhere, everything in CSS is a box whether it be a square or a rectangle. So learning how to manage, structure, and design the Box is one of the fundamental...Sep 23, 2021路3 min read