SASuraj Auwalinmakingsenseofcode.hashnode.dev·Feb 26, 2021 · 12 min readReact without create react app. Start building your react project like a professionalThe 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. But as I go deeper into front end Development, I learned that CRA has many limitations. Don’t get me wrong, CRA is an a...00
SASuraj Auwalinmakingsenseofcode.hashnode.dev·Feb 26, 2021 · 8 min readArray methods you must know as a JavaScript DeveloperThis article is a follow up of my object methods article Arrays are crucial part of javascript. They let us store multiple elements in a single variable. Imagine you have 100 contacts, creating a variable for each one will be very hard. With arrays,...00
SASuraj Auwalinmakingsenseofcode.hashnode.dev·Feb 26, 2021 · 8 min readHow to be a better react Developer.Hi everyone! I hope you're safe and good. 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 in react. Most of what I've written or will write in the future are ...00
SASuraj Auwalinmakingsenseofcode.hashnode.dev·Feb 26, 2021 · 6 min readNode js modules simplified: The Path module.This article was originally written on dev.to The path module is one of the most used at the same time misunderstood modules in node js. Node js has a bunch of modules that ease our lives as developers. What is the Path module in node? From the nod...00