Skip to content

Latest commit

 

History

History
263 lines (196 loc) · 24.5 KB

File metadata and controls

263 lines (196 loc) · 24.5 KB

drawing

Let's learn about Expressjs via these 63 free blog posts. They are ordered by HackerNoon reader engagement data. Visit the /Learn or LearnRepo.com to find the most read blog posts about any technology.

Express.js is a fast, unopinionated, minimalist web framework for Node.js. It matters as a foundational tool for building robust and scalable web applications and APIs using JavaScript on the backend.

In this article, I want to show you How to set up a Node Express with TypeScript like a PRO.

Learn how to scrape the web using scripts written in node.js to automate scraping data off of the website and using it for whatever purpose.

Code function to delete a specific file within a directory, recursively searching through subdirectories.

We can store the user’s session in database, files or server memory. In this tutorial we will learn how to use session in Node.js.

A tutorial on creating a JS template engine with parsing and precompilation.

In this article, we are going to create a chat application that connects people, anonymously, to different rooms together in pairs of two.

In this guide, we're taking a good look into middleware and its pivotal role within Express.js applications.

🔰🦸 Template to start developing a REST API with Node.js (Express), TypeScript, Ts.ED, ESLint, Prettier, Husky, Prisma, etc.

Learn how to build a robust Node.js server using Express, and connect it to a PostgreSQL database with Knex, in this comprehensive guide.

How to upload files with Astro, express and multerjs

Hello guys, recently I created my own clone of Zoom using Node js, Express, Peer JS. Here's how to do it!

Step by step to build Node.js Express Registration, Login, and Logout API using JWT and Cookies - Node.js Express Login API with MongoDB (Mongoose) database.

Image by Devanath from Pixabay 

Today, cryptocurrencies and blockchain have changed a lot of traditional methods and solutions.

I couldn’t find a complete user authentication system for Expressjs, so I wrote this one.

I am sure that when you first begin learning full-stack web development using the MERN stack, you will have questions.

Most of us have gone through tough times where you have a large scale application which has a bunch of features, API integrations, database connections, etc. New features and updates get released, and of course you need to fix the bugs and maintain the code.

Top tools to use when building your next awesome web application using the MERN stack

What is the most important feature an Express.js application can have? Maybe using sockets for real-time chats or GraphQL instead of REST APIs? Come on, tell me. What’s the most amazing, sexy, and hyped feature you have in your Express.js application?

After getting my blog up and running I recently decided to add Google Analytics to it, to understand what content people were most interested in. At first this was amazing as I could see which blog posts were getting the most traction, but after a while it became a bit of a pain to log into my Google Analytics dashboard when all I wanted was to quickly see the page view count of a blog post.

Here is a workable, reusable way to test an expressjs/mongoose application.

An example application using the Node.js with TypeScript and Express.js where a serverless API will be implemented and deployed on the AWS Lambda service.

A quick guide to creating a Yeoman generator for building microservices with an example of Express.js and Typescript app.

Here's a simple example of how you can automate scaling image transformations. Tech used: Node.js, Sharp, Express. App platform: Zerops

Learn how to implement the Token Bucket algorithm in NodeJS for API rate limiting, controlling server usage with a simple and effective approach.

This guide will walk you through securing a Node.js MCP server from the ground up using JWT.

As hybrid work grows, more industries need developers to build ChatOps tools—like chatbots. In this tutorial, we'll build a Webex chatbot with Node.js.

I describe why Fiber it's really a good start for learn Go when you have experience in ExpressJS, what similarities and differences to expect, and what things I learned when building my first API on Go.

Geotagtext is a free demo webapp that uses geolocation to make make geotagging easy. This tutorial shows how to use Heroku, Mapbox, Firebase, to make it happen.

Auth isn't hard. It's boring, red-tapey, a solved problem... but don't call it hard as a blanket statement.

One of the main reasons for using Node.js is that you can create quickly RESTful web APIs with it. Express is a popular web framework helping you with this task. Using JavaScript to build servers is often a natural choice for frontend developers looking for a way to reuse their skills and create the APIs supporting their web app, but that's not the only benefit of using Node.js. The huge package ecosystem around Node.js and Express is what makes it shine, allowing to implement a lot of business features with very few lines of code.

Express.js is one of the most popular back-end frameworks nowadays, which lots of people find useful to learn. After mastering the theory, it comes the time to start the practice, and then it may seem a little bit difficult, how to start. But creating your first Express.js application doesn’t have to be so complicated. Let’s start...

Learn how to efficiently handle file uploads in Node.js using Express, MongoDB, and GridFS to ensure scalability, security, and seamless file management.

A detailed analysis of how to make a reset for a user when he has forgotten his password. How to send email from Node JS and validate sending messages.

NodeJS is a popular framework of JavaScript used for back-end web development. And for this, a server is as important as the backbone to a human body. So in this tutorial, we'll learn how to quickly set up a nodeJS server.

This tutorial explains how to use Postgres in your Express application.

Let us learn about MongoDB, Mongoose, Node, and other tech by building a simple URL shortener project.

Level up your web development skills: Explore secure user authentication in JavaScript with Express framework.

Learn Express + Postgres migrations: create migration files, apply and rollback changes, and seed your database with test data.

While I generally liked the approach of having a single API endpoint and resolvers, the overhead of setting up and maintaining a GraphQL server was too much.

In this part of the series, I'll demonstrate generating HTTP responses from a simple Node.js Express server.

Adding auto caching to our JS template engine: How Caching Works with JS Template Engines; Changing Your Render Function.

This week, we have exciting updates that will make your development workflow smoother and faster.

Initialize the project:

A simple guide on how to handle errors efficiently in expressjs applications with scalability, performance, stability in mind.

Some facts why usage Express.js inside AWS Lambda is pitiful design anti-pattern and how to give it up without pain.

Good application modularity is closely related to the injector tree hierarchy that Dependency Injection (DI) creates.

This article provides a step-by-step guide on how to build and deploy a Task Manager API using popular technologies such as NodeJS, Express, MongoDB, and Heroku

An architecture for writing and organizing your Unit & Integration Tests for Node.js REST APIs using Jest, Supertest & Chai.

In this article, we will discuss how to develop a REST API in NodeJS, as well as some of it's advantages when done with Amplication.

The Recipe Finder API is a versatile solution for efficiently storing and retrieving recipes based on ingredients, dietary needs, and other preferences.

Dive deep into JavaScript's core concepts, detailed guide on object prototypes and mixins. study of Express.js source code

The HERN stack stands for HarperDB, Express, React, and Node, the four technologies that make up this particular stack, and they’re all written using JavaScript

Ditsmod is a modular framework that is especially well suited for medium and large projects.

Recently I made a small web app that requires user accounts. I learned quite a bit about setting up authentication with Firebase on the client-side and using it on the server-side to protected API routes with a middleware pattern similar to Express.js. This post is a recap of what I learned based on this project for future reference. You can find the code for this project on GitHub here.

Express is one of the most popular JavaScript frameworks for building backend APIs and Postgres is a really popular relational database. How do we connect them?

Web development is not the same it was in the early internet age. It is a fast-paced and diverse environment. With the continuous advancements in frameworks, programming languages and tools, it becomes difficult to choose the “right” tech to ensure rapid, accurate and secured web application development. 

I decided to write this article while browsing NestJS issues, in particular A guard with dependencies can't be injected into another module.

In this tutorial, we’ll learn about the end-to-end process of creating an LWC open source application from scratch, hosting it on Github Pages, and deploying it to Heroku.

The templating engine will give us the ability to use res.render() instead of res.send().

Learn everything you need to know about Expressjs via these 42 free HackerNoon stories.

API (Application programming interface), an intermediary between two or more services, provides a set of rules that define communication between services

Browsers handle cookie expiry so they don’t pass the cookie’s expiry value to the server.