Anirban Banerjeeanirbanbanerjee13.hashnode.dev·Sep 5, 2024HTTP: The Basics Behind Every Web RequestHTTP (Hyper Text Transfer Protocol) is the backbone of the web, defining how clients request data from servers and how servers respond. As an application layer protocol, HTTP relies on TCP to ensure every bit of data reaches its destination. It's als...Discusshttp
Maheshwara sampathzcodeblog.hashnode.dev·Aug 27, 2024Building a CRUD API with Next.js and PrismaHi Everyone! In this blog post, we'll dive into building a backend API using Next.js and Prisma. We'll explore the basics of setting up a CRUD API and how these tools can work together. Let's get started! 🚀 What is Next.js and Prisma? Before we dive...Discuss·31 readsNext.js
TechEazy Consultingblog.techeazyconsulting.com·Aug 23, 2024Building Your First Spring Boot App: A Complete Guide to MVC Architecture and REST ControllersLearn how to build your first Spring Boot application using the MVC architecture and REST controllers. This guide covers the essential Spring concepts such as Inversion of Control (IoC), Dependency Injection, and annotations like @RestController and ...DiscussMastering Backend Development with Java, Spring, and AWSSpringboot
Mushahid Abbasimushahidabbasi.hashnode.dev·Aug 20, 2024Asp.net Core WebApi Core Webapi through Linq.Create a crud through linq in asp.net core web api Creating a CRUD (Create, Read, Update, Delete) application using LINQ in ASP.NET Core Web API involves a straightforward process where you interact with a database using Entity Framework Core (EF Cor...DiscussCRUD Operations
Lucy ZhangforNocoBase's blognocobase.hashnode.dev·Aug 8, 2024How to Build Efficient CRUD Apps?Originally published at How to Build Efficient CRUD Apps? 1. Introduction Before diving into CRUD optimization, let's first define CRUD and its significance in software development. Understanding the basics of CRUD is essential, especially for develo...Discusscrud
Nnaemeka Uzuegbuxunna.hashnode.dev·Jul 18, 2024Building a Comprehensive CRUD API with Express.jsCreating a RESTful API is a common task for backend developers. Today, we'll walk through building a CRUD (Create, Retrieve, Update, Delete) REST API using Express.js. This API will manage user data and include comprehensive error handling, validatio...Discuss·1 like·28 readsbackend
MOHD NEHAL KHANnehalblogs.hashnode.dev·Jul 16, 2024Build a To-Do List App with Vanilla JS✍️Introduction👋 In this blog, I will demonstrate illustrated steps on how to develop a to-do list application, as well as how I designed my to-do app before the coding phase, now let's get started. Technology Used💻 For Frontend:html, css For Backend:...Discuss2Articles1Week
Richard WestmorelandProilearnedathing.com·Jul 15, 2024How to Create a CRUD App Using Next.js and SupabaseIn today's fast-paced web development world, creating full-stack applications quickly and efficiently is more important than ever. This is where Next.js and Supabase come into play, offering a powerful combination for building robust, scalable web ap...Discuss·103 readsNext.js
Mehul Pandyamehulpandya1696.hashnode.dev·Jul 9, 2024Back end developmentnode and Express Framework Nowadays day tech is growing as fast as much speed of light here we are for the basic CRUD operation Using MongoDB as a back-end node and Express as a Framework of back-end tech. if you are reading or searching about this b...Discuss·1 likeJavaScript
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Jun 28, 2024Building RESTful APIs with NestJSNestJS is a progressive Node.js framework that helps you build efficient and scalable server-side applications. One of its most powerful features is the ability to build robust RESTful APIs with ease. In this guide, we will explore how to create a RE...Discuss·42 likes·58 readsnestjs