Pedro Cruzpipecruz.hashnode.net·Mar 1, 2022Desma - A design system manager for all your projectsLive Project on Netlify 🎥 Desma website: https://desma.kosmos.community/ Desma website: https://desma.netlify.com/ What is Desma? 🎨 Desma is a design system manager where you can create, preview and host all your designs in one single place. The...Abhiprojectz and 10 others are discussing this11 people are discussing thisDiscuss·284 likes·4.6K readsNetlifyI really liked the approach and work on this project, it will be very useful for designers and anyone who is interested in these topics. :) 8
Dhruv Kotharikothariji.hashnode.net·Mar 30, 2021SyntaxMeets - The curious Saga 💫What is SyntaxMeets? 🚀 SyntaxMeets is a real-time, collaborative coding platform 👬🏼 to group with other members and code. A user can create/join a room 🏠. A Code Editor with 19 language support and 10+ themes, code compiler, Drawing pad 🎨 to de...Hrithwik Bharadwaj and 7 others are discussing this8 people are discussing thisDiscuss·130 likes·740 readsReactGreat work guys!! The article is really insightful🔥 6
Francesco Ciullafrancescociulla.hashnode.net·Jun 11, 2021FeaturedJavaScript CRUD REST API using Node.js, Express, HarperDB, DockerPrerequisites: Docker installed on the machine Node.js and npm installed on the machine A tool to test APIs (like Postman) HarperDB Studio Account (free) You can create a free HarperDB Studio Account here: https://studio.harperdb.io/sign-up CRUD i...Catalin Pit and 6 others are discussing this7 people are discussing thisDiscuss·130 likes·1.4K readsDocker
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
Karan CSkaranblog.hashnode.net·Apr 24, 2023Subdomains and Querying a Database Based on Subdomains.(express,sql)Introduction When you enter a website URL in your browser, you may notice that some websites have a prefix in front of their domain name, such as "blog.example.com" or "store.example.com". This prefix is known as a subdomain. A subdomain is a way to ...DiscussNode.js
Mazz Ghanimazzg.hashnode.net·Apr 23, 2023Introduction to Dockerfiles with a beginner example of a NodeJS and Express server.What is Docker & Dockerfiles? Docker is software that allows you to build, test, and deploy applications. We can run applications in an isolated environment. It uses a client-server architecture where the client talks to docker and tells it to build,...DiscussNode.js
Surya Prakash Singhsuryathink.hashnode.net·Apr 23, 2023Why express is needed? If we already have node js.Node.js is a powerful JavaScript runtime environment that allows developers to execute JavaScript code outside of a web browser. While it provides some basic web server capabilities, it is not a web framework. Express.js, on the other hand, is a web ...Discuss·1 likeNode.js
Abhay Singhabhaysingh-info.hashnode.net·Apr 21, 2023Why is NestJS a Game-Changer for Junior Developers?As a junior developer myself, I've recently had the pleasure of diving into NestJS, and let me tell you, it's been a game-changer. After using it in both my personal and professional projects, I can confidently say that NestJS is a more productive op...Discuss·29 readsnestjs
Aman Yadavitsamanyadav.hashnode.net·Apr 18, 2023How to connect MongoDB with NodeJS Express using MongooseStep 1: Install Dependencies To start with, you will need to have Node.js and npm installed on your system. If you don't have them, you can download and install them from the official Node.js website. Once you have Node.js and npm installed, you need...DiscussNode.js
Daniel Vidar Holmdanielvidarholm.hashnode.net·Apr 17, 2023Building Splitwise - DevlogAs a developer, I wanted to create a simple and easy-to-use tip-splitting app that could help people easily split the bill when dining out with friends or colleagues. I named the app Splitwise and used a combination of HTML, CSS, JavaScript, Express,...DiscussWeb Development
Soumya Ranjan Mahantasoumya2022.hashnode.net·Apr 16, 2023Lets Get Started with Express JsWhat is Express Js Express is a node js web application framework that provides broad features for building web and mobile applications. It is used to build a single page, multipage, and hybrid web application. Features of Express JS Fast Server-Sid...Discuss·28 readsiwritecode
Daniel Vidar Holmdanielvidarholm.hashnode.net·Apr 16, 2023Tip Splitting App with HTML, CSS, JavaScript and ExpressPrerequisites: Basic knowledge of HTML, CSS, and JavaScript Node.js and npm installed on your computer Step 1: Set up the project Create a new directory for your project Open the terminal and navigate to the directory Run npm init and follow t...DiscussTutorial
Swapnil Pantswapn652.hashnode.net·Apr 15, 2023Creating a Simple REST API with Express.js and Testing it with PostmanA REST API (Representational State Transfer Application Programming Interface) is a type of web API, that uses HTTP protocol (Hypertext Transfer Protocol) to enable communication between a client and a server. In this tutorial, we will create a very ...Louis Fonzo and 2 others are discussing this3 people are discussing thisDiscuss·129 likes·542 readsREST API