Teddy MorinforScalable Backendblog.scalablebackend.com路a day agoEverything You Need To Get Started With DockerMaybe you heard about Docker but don't fully understand its goal and inner functioning. On the other hand, having a clear understanding of Docker is necessary to not waste your time and resources. In this article, I give you the necessary knowledge t...DiscussDocker
Claude Omosaomosa.hashnode.dev路Sep 28, 2023Building Scalable and Maintainable Applications with NestJS: A Guide to Project StructureNestJS is a powerful and versatile framework for building server-side applications using TypeScript or JavaScript. It's known for its robust architecture and modular approach to organizing code. In this blog, we'll explore how to create a new NestJS ...Discussnestjs
Shahima Firoz khan.shahimafiroz.hashnode.dev路Sep 21, 2023A brief overview of Node.js & Express.js1.Node.js & Express, hand in hand? What is a runtime environment? A runtime environment is a platform that executes software code, managing system resources like memory and CPU, while abstracting low-level hardware details. It ensures code can run ef...Discuss路10 likesNode.js
Pravin Mishraedith7.hashnode.dev路Sep 19, 2023Node.js Express.js application using the MVC (Model-View-Controller) StructureTo create an Express.js application using the MVC (Model-View-Controller) structure, you'll need to organize your code into different folders and files for models, views, and controllers. Here's a simple example of an Express.js application following...DiscussJavaScript
Gnana chandra Vutukurignanachandra.hashnode.dev路Sep 17, 2023Automated Node.js Backend Deployment with Google Cloud Run and Cloud Build: A Step-by-Step GuideIntroduction This guide will walk you through the step-by-step process of setting up an automated deployment pipeline for your Node.js backend. The services we will be using are Google Cloud Build, Google Cloud Run, and Artifact Registry. Prerequisit...Discuss路11 likes路69 readsgoogle cloud
Mary Gathoniblog.marygathoni.com路Sep 15, 2023How to Add a Page to a Notion Database Using the Notion APIThis article is the first article of a two-part article series on how to create a Chrome extension for saving and organizing bookmarks in a Notion database The Problem I have a bookmarks section on my personal website where I share a list of resource...DiscussExpress.js
Bhavesh Yadavcodezera.hashnode.dev路Sep 13, 2023Demystifying CSRF Tokens: Safeguarding Your Website against Sneaky Attacks!Hey there! Today, we're going to dive into the exciting world of CSRF (Cross-Site Request Forgery) tokens. They are like superheroes when it comes to protecting against CSRF attacks. But wait, what are they exactly? 馃 Well, imagine a scenario where ...Discusscsrf
Ikegah Oliveroliverwrites.hashnode.dev路Sep 11, 2023The Ultimate Express.js Routing Tutorial: Boosting Your Web Application鈥檚 PerformanceExpress.js, a powerful and flexible web application framework for Node.js, has a robust routing system that plays a vital role in your web application鈥檚 performance. Efficient routing not only ensures that your application responds quickly to client ...DiscussNode.js
codingwithadicodingwithadi.hashnode.dev路Sep 11, 2023Creating a Spotify Song Downloader: Dancing with spotdl, React, and Express 馃幍馃拑馃殌Friendly Reminder: Before we embark on this musical coding journey, a reminder! Our intention is purely educational. As much as we'd love to jam to those tunes, downloading copyrighted content without proper rights is a big no-no. Always dance within...DiscussReact
EfanaforEfana's general coding blogefanacodes.hashnode.dev路Sep 8, 2023How to create an API endpoint in Node.jsNode.js is a popular JavaScript runtime environment used to build web applications. It can be used to create high-performance backend applications. It has a large open-source community, and it can be written with our beloved JavaScript programming la...DiscussNode.js