Ogunuyo Ogheneruemu Biruemu.hashnode.dev路Oct 29, 2024Building a Comprehensive User Authentication Flow with React and Node.js (Part 2)In this blog post, we鈥檙e delving into the front-end setup for our crypto exchange platform鈥檚 user authentication. Following the backend setup we explored earlier, let鈥檚 now build a user-friendly, responsive React interface that includes registration,...DiscussReact
NotRealrequest.hashnode.dev路Oct 28, 2024Request Management SystemNotReal003鈥檚 Request Management System Are you tired of managing support requests in scattered messages or outdated forms? Meet NotReal003鈥檚 Request Management System鈥攁n open-source solution that simplifies report and support request handling through...DiscussReact
Ayush Khatriayushkhatri.hashnode.dev路Oct 6, 2024Building a Powerful Backend with Next.js, Prisma, and PostgreSQL: Best PracticesIntroduction In today鈥檚 web development, having a fast and scalable backend is essential. Prisma and PostgreSQL work great together to help build strong and reliable APIs. This blog will walk you through how to set up a Next.js backend using Prisma a...Discuss路10 likesNext.js
Bodheeshbodheesh.hashnode.dev路Sep 22, 2024Node.js Interview Questions and Answers: Part 8Table of Contents Introduction Key Features of Node.js Non-blocking I/O in Node.js Concurrency Handling in Node.js V8 Engine and Node.js Performance Improvement for I/O-heavy Applications Conclusion Node.js Fundamentals: Exploring Key Concep...Discussnode js interview questions and answerssoftware development
SAI GOUTHAMgouthamcodes.hashnode.dev路Aug 29, 2024An Introduction to Web Development and My Learning Journey馃挕 SDE: Week 1, Day 1 SDE in 12 Weeks: An Introduction to Web Development and My Learning Journey Welcome to my 12 Weeks of Software Development Engineer (SDE) series! Over the next three months, I鈥檒l be immersing myself in the world of software de...DiscussSDE in 12 Weekssoftware development
Ashish Nagvanshinagvanshi9275.hashnode.dev路Aug 13, 2024Tackling a Common Developer Issue: How I Solved API Testing Problems with Online IDEsAs developers, we sometimes run into frustrating problems that can slow us down and test our patience. Recently, I faced a challenge with my development setup that many of you might relate to. In this blog, I鈥檒l walk you through my experience of over...Discuss路10 likesproject idx
Wasiwasi.hashnode.dev路Aug 12, 2024馃殌 Building Full-Stack Next.js Projects in few simple steps.As a pre-final year Computer Science student, I鈥檝e always been fascinated by the power of full-stack web development. Recently, I decided to build a project using the latest version of Next.js and MongoDB with Mongoose. In this blog, I鈥檒l walk you th...DiscussNext.js
Shivay Dwivediinsecurepolymath.hashnode.dev路Aug 9, 2024Adding Images and Links to Your HomepageWelcome Back! Let鈥檚 Add Some Visuals Hey there! Welcome to Part 3 of our HTML series. By now, you鈥檝e got a solid homepage with some text and a navigation menu. But let鈥檚 be real鈥攚ebsites are a lot more interesting when they have images and links that...DiscussHTML5
ABHINANDHAN Sthelazydeveloperwrites.hashnode.dev路Aug 8, 2024Amazon Web Services For Full Stack Developers - Beginners VersionAmazon Web Services (AWS) is a cloud computing platform offering a wide range of services, from computing power and storage to databases and networking. It allows developers to build and deploy applications without managing the underlying infrastruct...Discuss路9 likes路41 readsAWS
Praveen Bishtpraveenbisht.hashnode.dev路Jul 25, 2024CRUD Operations In Python & Django - Part 2In our previous article, we covered the basics of setting up a Django project and created our Exercise model, which we displayed on the front end as a list. In this article, we鈥檒l dive into performing CRUD operations. For those unfamiliar, CRUD stand...Discuss路1 likePython