techbylakshay.hashnode.devBuilding any ProjectINTRODUCTION Starting a new project can be both exciting and daunting. There are a lot of things that you need to define before you start working on a project. There are several problems that you might encounter if you start a project immediately, li...Apr 27, 2024·4 min read
techbylakshay.hashnode.devCoding is Play: 7 Mindset Shifts to Rediscover the Fun in Coding"I don't have time to explore new languages or projects." "I'm not skilled enough to share my work with others." "Coding is just to get a job." These are the limiting beliefs that hold back many programmers every day. Do you remember your childhood? ...Mar 30, 2024·3 min read
techbylakshay.hashnode.dev14 Steps to Set up a Professional Backend in Node JSStep 1: Initialize Your Project with npm Begin by creating an empty folder for your project. Then, start the setup process by initializing a new npm package using the following command: npm init Follow the prompts to provide the necessary informatio...Feb 24, 2024·5 min read
techbylakshay.hashnode.devMastering React Hooks: Everything you need to get startedHello everyone! In this blog, I'll be dissecting the most common React hooks that are heavily utilized in React application development.There are two types of components in React: state components and functional components. Initially, React didn't su...Feb 11, 2024·5 min read