omkarkasture.hashnode.devGit & GitHub: A Complete Guide & CheatsheetIntroduction Git is a distributed version control system that helps track changes in code. GitHub is a cloud-based platform that hosts Remote Git repositories and enables collaboration. Resources: https://git-scm.com/doc, https://docs.github.com/en...Mar 28, 2025·11 min read
omkarkasture.hashnode.devState Management in React:- Context API and Redux ToolkitSummary: Prop drilling in React involves passing props through multiple component layers, complicating code management, especially in large applications. To avoid this, use solutions like Context API for global state sharing or state management libr...Mar 10, 2025·6 min read
omkarkasture.hashnode.devMaster Linux: A Comprehensive Guide from Basics to AdvancedIntroduction to Linux Linux, an open-source operating system, is built on the Linux kernel, created by Linus Torvalds in 1991. Open source means the software's code is freely available for inspection, modification, and redistribution. Contributions f...Mar 8, 2025·15 min read
omkarkasture.hashnode.devAxios, JWT, useContext, and User AuthenticationSummary: Axios is a promise-based HTTP client that simplifies API calls with features like automatic JSON parsing, request cancellation, and better error handling compared to fetch. It can be used globally in React by creating an Axios instance. JSO...Mar 3, 2025·8 min read
omkarkasture.hashnode.devSetting Up MongoDB Atlas with Node.js, Express, and MongooseThis guide covers setting up MongoDB Atlas, creating a Node.js project, and integrating Express with Mongoose for backend development. The article provides instructions for initializing a Node.js project, setting up an Express server, and connecting ...Feb 26, 2025·5 min read