Tapas AdhikaryforGreenRoots Blog - Tapas Adhikaryatapas.hashnode.net·Aug 6, 2020Featured10 useful NPM packages you should be aware of (2020 edition)The great thing about living in this era as a web developer is, you have got plenty of supports from developer communities around. One of them is, Node Package Manager(from now, npm). If you are into any kind of(client-side, server-side, full-stack ...Bolaji Ayodeji and 5 others are discussing this6 people are discussing thisDiscuss·66 likes·6.4K readsJavaScriptGreat !! I have used most of them and got to know some more. Here are the ones which I have used or came across: dummy-json passport PDFKit Puppeteer Parcel Omelette Cytoscape Themis 5
Maximous BlackforMaximous Blackmaximousblk.hashnode.net·May 21, 2020FeaturedDeno for JavaScript BeginnersSo, you're trying to learn JavaScript. You have just gotten a bit fluent with JavaScript in the browser. Then all of a sudden, you come across Deno and the #NodeKiller hype. But you don't know what any of these are. If that's the case, read on! Befor...Discuss·50 likes·237 readsJavaScript
Chris BongersforDaily Dev Tipsdaily-dev-tips.hashnode.net·Sep 25, 2020Deploying a Node app to AzureThis article is not about building a Node.js app, but about deploying your first app on Azure. Azure is very powerful, fast, and easier to start with than you would think. I recently made a sort-like application for a company and thought it would be ...Discuss·36 likes·206 readsNode Azurenode
CryptapeforCryptape Junglemeasly-bears-glow-96.hashnode.net·Apr 20, 2023Join the Decentralized RevolutionReady to dive into CKB? Here's what you need to do: Download Initiate your CKB node Run! Your Burning Questions Answered How is running a node different to mining? Miners can propose new blocks to the network, which is why they are block-produc...Discuss·1 like·42 readsDigestBlockchain development
Mohammad FaisalforInside Faisal's Mindmdfaisal.hashnode.net·Apr 17, 2023Creating a CI/CD Pipeline for a NodeJS ApplicationWhat will we learn? Today we are going to set up a complete CI/CD pipeline for a NodeJS app using GitHub actions and Amazon web services (AWS). For this article, we are using the Nest.js framework. All of the processes will be exactly the same for an...DiscussAWS
Ganesh Jforcodemuscle.hashnode.net·Apr 13, 20237 Essential Steps to Secure Your Ethereum NodeAs the value of cryptocurrencies has skyrocketed over the past few years, many investors and businesses have turned to blockchain technology and the Ethereum network for secure and transparent transactions. However, with the growing popularity of Eth...Discuss·29 readsEthereum
Yash NirmalforYash NIrmalyashnirmal.hashnode.net·Apr 8, 2023Make your first NPM package and publish it in 5 minsOverview In this blog, I will show you guys how to make an NPM package and then publish it on the npm website so everyone can use it. In the blog, we are going to make a package that can be used to find if a number is prime or not. The package that w...Discuss·12 likes·47 readsJavaScript
Aditya CholkarforAC Blogsadityacholkar.hashnode.net·Apr 7, 2023Set up node express server with TypescriptNode.js has become one of the most popular platforms for building web applications due to its scalability, performance, and ease of use. Express, a popular Node.js framework, has simplified the development of web applications by providing a flexible ...DiscussNode.js
Subhamforcodexam.hashnode.net·Apr 3, 2023Writing Your First Node.js ScriptHi, I'm Subham Maity, a software engineer. I also enjoy teaching others how to code through my tutorials. I'm always eager to learn new things and share my knowledge with the community. ⚡ I recently wrote an article on Writing Your First Node.js Scr...DiscussNode.js
Subhamforcodexam.hashnode.net·Apr 2, 2023How to Install and Set Up Node js?Hi, I'm Subham Maity, a software engineer. I also enjoy teaching others how to code through my tutorials. I'm always eager to learn new things and share my knowledge with the community. ⚡ I recently wrote an article on How to Install and Set Up Node...Discuss·12 likes·54 readsNode.js
Shalini MuskulaforShalini's blogshaliniblog.hashnode.net·Mar 31, 2023Building a Weather App using Node.jsOverview In this tutorial, we'll learn how to create a weather application where you can know the weather of the city you enter using Node.js. We will use HTTP server to get requests. The API we will be using is OpenWeather. Prerequisites Before we d...Discuss·43 readsNode.js
Onyedika CelestineforKachi Celestinecosmosduck.hashnode.net·Mar 25, 2023Using the File System Module in Node JsWhen working with Node JS, most times, we often would have to create, delete, write on and even update files. A file can be seen as a document that contains some form of information, either text-based or even code. The files you create can also be in...Discuss·66 readsNode.js
Lorenzo Balderramafor@the_coding_soupthecodingsoup.hashnode.net·Mar 24, 2023Node.js Error Handling: Navigating the Maze of Bugs and GlitchesNode.js is a popular and powerful platform that is widely used for building scalable, high-performance applications. However, even the best-designed applications can sometimes fail or experience errors, and when this happens, it's important to have r...DiscussNode.js