tiwariparth.hashnode.devBuilding a Dynamic To-Do App with Mongoose: Unveiling the Power of ODMsWelcome back!, fellow developers, to another thrilling chapter in our journey from frontend to backend mastery! Today, we're diving deep into the world of MongoDB with Mongoose, as we embark on the exhilarating quest of building a dynamic to-do appli...Feb 20, 2024·5 min read
tiwariparth.hashnode.devMongoDB: A Friendly Introduction for Frontend DevelopersWelcome to the fifth installment of our series, where we transition from the enchanting realm of frontend development to the mysterious depths of backend magic! Today, we're venturing into the world of MongoDB, a NoSQL database that's as versatile as...Feb 16, 2024·3 min read
tiwariparth.hashnode.devA Guide to React Props: Passing Data in Your ComponentsReact is a JavaScript package that is popular for creating user interfaces because of its component-based design. A React application's building pieces, and components, can be utilized to construct reusable, modular UI elements. Props is one of the f...Sep 30, 2023·3 min read
tiwariparth.hashnode.devWhat the heck is HOOKS?React Hooks for Beginners - A Comprehensive Guide React Hooks provides a way to use state and other React features without writing a class. They let you split one component into smaller functions based on what pieces are related (rather than forcing ...Sep 21, 2023·3 min read
tiwariparth.hashnode.devNode ModulesHello Everyone! this will be my 3rd blog of my Backend Development series. In this blog, I will be sharing my understanding of node modules and also I will showcase how to use a module named file system (fs). What are modules ? Modules In Node Js is ...Sep 13, 2023·3 min read