PinnedHow to be a better react Developer.I want to talk about something different today. I want to share some tips and strategies that will help you write cleaner and better code…Nov 17, 20206Nov 17, 20206
Published inGeek CultureNodejs Modules in Five Minutes: The Path Module.Node js has bunch of modules that ease our lives as developers and among those is the path module. The path module, in my opinion, is one…Apr 5, 2021Apr 5, 2021
How to build a react project without create-react-app.The memory of my first react app is still fresh in my memory. I can remember how ridiculously easy it was to set up a new project is using…Mar 16, 2021Mar 16, 2021
Advice on technical coding interviews.Technical test are scary for someone with no prior experience. I remember my first interview. It was a live coding test and I was…Nov 17, 2020Nov 17, 2020
What, Why, When redux for state management in react.Redux, without saying, is the most popular state management library for React. But sometimes it comes off as intimidating to beginners…Nov 17, 2020Nov 17, 2020
Array methods you must know as a JavaScript DeveloperArrays are crucial part of javascript. They let us store multiple elements in a single variable. Imagine you have 100 contacts, creating a…Apr 8, 2020Apr 8, 2020