PRParma Raminparma.hashnode.dev·Mar 2, 2023 · 3 min readMy First Open Source Project Contribution: A Journey of Learning and GrowthIntroduction: Hello everyone! My name is Parma Ram, and I’m excited to share my experience of making my first open-source project contribution. I’ve always been passionate about coding and learning new things, and contributing to an open-source proje...00
PRParma Raminparma.hashnode.dev·Feb 4, 2023 · 1 min readWhat is MERN Stack ?MERN Stack is a full-stack web development stack consisting of MongoDB, Express, React, and Node.js. It is a popular stack for building modern web applications as it provides a way to build both the front-end and back-end of a web application with Ja...00
PRParma Raminparma.hashnode.dev·Jan 22, 2023 · 2 min readBest practices for designing and implementing a RESTful APIUse HTTP methods correctly: RESTful APIs should use the standard HTTP methods (GET, POST, PUT, DELETE, etc.) to indicate the desired operation. For example, use GET for retrieving data, POST for creating new resources, PUT for updating existing resou...00
PRParma Raminparma.hashnode.dev·Jan 21, 2023 · 1 min readWhat is javascript ?JavaScript is a programming language primarily used to create interactive front-end web experiences. It can be used to create dynamic web pages, interactive forms, and responsive user interfaces. JavaScript is also used for server-side programming ...00