Avneesh Agarwalavneesh0612.hashnode.net·Jan 7, 2022Building a CRUD API with Node.js and MongoDBHowdy everyone, in this article we are going to build a CRUD (Create, Read, Update, Delete) API with Node.js and MongoDB. This API will be able to add, get, edit and delete todos! Setting up our node app Create a new folder and give it a name- mkdir...Sahil Pabale and 2 others are discussing this3 people are discussing thisDiscuss·141 likes·15.7K readsNode.jsfelt like a mini book but so much cool article! hope you don't take my job T_T explore, code, and write more 🚀 5
Victoria Lovictoria.hashnode.net·Jan 1, 2021Build MySQL Node.js CRUD App #1: Setting UpHello and welcome to the first article of Let's Build a MySQL Node.js CRUD App series. In this series, we shall build a beginner-friendly simple CRUD (Create, Read, Update, Delete) app with MySQL and Node.js. If you are a beginner in MySQL and Node.j...Shamaayil Ahmed and 1 other are discussing this2 people are discussing thisDiscuss·80 likes·4.4K readsLet's Build a MySQL Node.js CRUD AppMySQL
Vojko Pribudićvojko-pribudic.hashnode.net·Nov 7, 2021FeaturedIntroduction to Go - Create your first REST APIGo (Golang) is the new kid on the block in terms of the recent popularity surge. It is small, stable, simple to use and learn, fast, compiled (native code), and heavily used in cloud tools and services (Docker, Kubernetes, ...). There is no reason no...Razvan and 1 other are discussing this2 people are discussing thisDiscuss·80 likes·1.3K readsGo Language
John Ademoyejohna.hashnode.net·Apr 25, 2023Build A CRUD App with Express And SupabaseEven though I'm a Frontend Developer, I've always wanted to know how the backend (BE) works and I've over time tried some server-side technologies like Express with MongoDB, ASP.NET (C#) and Laravel (PHP). But my most recent contact was when I got a ...Discuss·1 like·75 readscrud
Dessire UgarteforStrapistrapi.hashnode.net·Apr 14, 2023How to Build a React PDF Invoice Generator App with refine & StrapiLast week, the refine ft Strapi event offered developers an exciting opportunity to learn about building applications with two powerful technologies. Refine and Strapi, when combined, offer an incredible array of possibilities for building applicatio...DiscussStrapi
Shiva Kumariwriteblogs.hashnode.net·Apr 13, 2023REST APIs: A Beginner's GuideRepresentational State Transfer (REST) is an architectural style that defines a set of constraints to be used when designing web services. RESTful APIs use HTTP methods and standard web protocols to enable communication between systems. In this artic...DiscussREST API
Andrew Dassandrewdass.hashnode.net·Apr 10, 2023How to make a CRUD Application in Python with the Flask MicroframeworkOverview This article will explain how to make a CRUD application in Python by using the Flask microframework. This CRUD application constantly updates a dictionary. Materials or Software Used Computer IDE Python Python Modules: Flask HTML5 P...Discuss·32 readsFlask Framework
Elucian Moiseeluchn.hashnode.net·Apr 5, 2023Back-End APIDefine Back-End In web development, the back-end refers to the server-side of a web application. It is the part of the web application that is responsible for processing and managing data. In simple terms, the back-end is the part of the web applicat...Discusscrud
Sai Siddhish Chandra Sekarandevsai.hashnode.net·Apr 1, 2023What are APIs?Introduction APIs, Application Programming Interfaces, provide a standardized way for an application to allow itself to be integrated with other third-party apps without the need to code for every possible integration. CRUD and HTTP Methods So how do...Discuss·2 likesThe InternetAPIs
AbdAssalam Ahmadabdassalam.hashnode.net·Mar 26, 2023Workflow from Creating Activity to Show it in Home PageThis article will show you what's happening behind the scenes after you push the "CRUD" button, and will explain what every function does in this workflow. Workflow of Creating an Activity: - Create an activity from UI. - POST the content of user_ha...Discuss·2 likes·148 readscrud
Anant Dubeyanantdubey.hashnode.net·Mar 24, 2023CRUD application with MongoDB and PythonIntroduction In this article, we will explore how to build a CRUD (Create, Read, Update, Delete) application using MongoDB and Python. We will start by discussing what a CRUD application is and why it is useful. Then, we will look at the technologies...Discuss·10 likes·45 readsMongoDB
sharad kevadiyadev2.hashnode.net·Mar 16, 2023NestJS and its CRUD operationsNest.js is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with and fully supports TypeScript (yet still enables developers to code in pure JavaScript), and combines elements of ...Discuss·1 like·50 readsNode.js
Nikhil Sinhasinhaniik.hashnode.net·Mar 16, 2023MongoDB 's CRUD OperationsWelcome to the world of DATABASES, In Databases there are mainly 2 categories SQL ( Structured Query Language) No SQL (Non-Structural Query Language) In this blog, our main focus is on the No SQL language. And one of the No SQL databases is Mongo...Discuss·1 likeData Science