Gopal Adhikarigopal-adhikari.com.np·an hour agoMastering the MERN Stack: A Comprehensive Guide for Aspiring DevelopersThe MERN stack — an acronym for MongoDB, Express.js, React, and Node.js — is one of the most popular technology stacks in web development today. It is favored for its flexibility, full-stack JavaScript environment, and the ability to create powerful,...DiscussTech StackMERN Stack
Thomas Cansinothomaslearnscoding.hashnode.dev·13 hours ago[DAY 108-112] I built my first full-stack app with CRUD and auth loginsHi everyone! Welcome back to another blog where I document the things I learn in web development. I do this because it helps retain the information and concepts through active recall. On days 108-112, I built a simple blog website that create, read, ...Discuss·10 likesfull stack
wirayudaforWirawirayuda.hashnode.dev·Sep 4, 2024A Step-by-Step Guide to Set Up Stripe Webhooks and Efficiently Store Data in Your Database for Seamless Transactions!Welcome to our comprehensive guide on optimizing your website's payment processing system! In this tutorial, we'll walk you through the process of setting up Stripe webhooks using Node.js and Express, while seamlessly integrating them with your React...Discussstripe
SANKALP HARITASHsankalp-haritash.hashnode.dev·Sep 4, 2024Understanding the V8 Architecture: The Heart of Modern JavaScriptWhen I first started working with JavaScript in-depth, especially within the context of Node.js, I quickly realized the importance of understanding the underlying engine that powers it: V8. Developed by Google, V8 is an open-source JavaScript engine ...Discuss·44 readsv8 engine
Arun Kumararunp.hashnode.dev·Sep 4, 2024Ultimate Backend API Starter Kithttps://github.com/arunkumar201/rest-api-using-tsEdit this text Features Type-safe API development with TypeScript, and Zod for schema validation. Caching Layer using Redis. Seamless data modeling and interaction with MongoDB using Mongoose. Type...DiscussNode.js
Ishika kesarwaniishikkkkaaaa.hashnode.dev·Sep 3, 2024Unlock the Power of MERN: The Ultimate Stack for Modern Web Development 🚀Are you ready to dive into the dynamic world of web development? Whether you're building a sleek new app or enhancing an existing project, understanding the MERN stack is crucial. This all-star lineup of technologies empowers developers to create rob...DiscussDatabases
Arsalan Yaldramyaldram.hashnode.dev·Aug 31, 2024Gen AI for JavaScript Devs: Building a Pizza Chatbot with Node.js – Part 1Introduction In our ongoing series, we've explored the OpenAI SDK and dived into various LLMs (Large Language Models) and their SDKs. In the previous post we've covered prompting techniques gaining a solid foundation in generative AI. Now, it's time ...Discuss·1 likegenerative ai
Sagar Guptasagarguptadevelopment.hashnode.dev·Aug 31, 2024When Not to use indexing in MongodbWhen to Avoid Indexing in MongoDB & Understanding Compound Indexing In this video, we'll explore: When NOT to use indexing in MONGODB - High write volumes - Large data sets with frequent updates - Unnecessary indexing leading to slower write performa...DiscussYouTubeplaylist
M. H. Nahibmhnahib.hashnode.dev·Aug 30, 2024Guide to Using React as Static Files in Express.jsIn modern web development, seamlessly combining front-end and back-end technologies is crucial for building efficient and maintainable applications. Have you thought of a process in which React.js can serve as static files from an Express server? May...Discuss·11 likes·44 readsReact
Utkarsh Dhimanutkarshdhiman.hashnode.dev·Aug 29, 2024How to Set Up Absolute Imports in Node.js and TypeScript with NodemonTLDR Switching from relative to absolute imports in TypeScript can greatly enhance code readability and manageability. By updating the tsconfig.json settings to use a fixed path from your project's root, you can simplify import statements. Additiona...Discuss·26 readsExpress