PROGRESSIVE CODERPROGRESSIVE CODER
  • Become a Pro!
  • Areas
    • Software Design and Architecture
      • Software Architecture
        • Microservices
        • Domain Driven Design
        • Event Driven Architecture
        • Monolithic Architecture
    • Cloud computing and DevOps
      • Platforms
        • AWS
      • Containerization and Orchestration
        • Docker
        • Docker Compose
        • Kubernetes
        • OpenShift
      • Infrastructure as Code
        • Terraform
      • Message Queuing and Streaming
        • Kafka
        • RabbitMQ
      • Caching and Performance
        • Redis
    • Programming Languages and Frameworks
      • Data Structures and Algorithms
      • Languages
        • Java
        • Rust
        • Golang
        • Python
      • Frameworks
        • Spring Boot
        • Spring Cloud
        • Axon Framework
        • NodeJS
        • ExpressJS
        • NestJS
        • Fastify
        • FastAPI
        • KoaJS
        • Deno
      • Integration
  • Blog
  • About

ExpressJS

Blog

NodeJS Session Management with Express Session and MongoDB

In this post, we will look at NodeJS Session Management. We will use the Express Session package and learn how to store session data in a session store such as MongoDB. In case you are new to NodeJS and Express, consider going through this post on getting started with ExpressJS. Read more…

By Saurabh Dashora, 11 months7 months ago
Blog

NodeJS Express Login Authentication with JWT and MySQL

In today’s post, we will create a NodeJS Express login authentication system for authenticating users to our application. The high-level points we will cover in this post are as follows: Disclaimer: Please note that the purpose of this post is purely educational with the view to develop an understanding of Read more…

By Saurabh Dashora, 11 months7 months ago
Blog

How to create a NodeJS Express MVC Application?

MVC or Model-View-Controller is a software design pattern to implement web applications. In this post, we will learn how to create a NodeJS Express MVC application from scratch. If you are new to the NodeJS and Express ecosystem, you can first check out this post on getting started with ExpressJS. Read more…

By Saurabh Dashora, 12 months7 months ago
Blog

NodeJS Templating using Express EJS with Partials

Templating is a fundamental requirement to render dynamic web pages. This is because templating encourages reusability of code. In this post, we will learn about NodeJS Templating using Express EJS. Also, we will look at how to work with Express EJS partials layout for avoiding code duplication. If you are Read more…

By Saurabh Dashora, 12 months7 months ago
Blog

Step by Step guide To NodeJS templating with Express Handlebars

Templating helps us build dynamic web applications using NodeJS and Express. In this post, we will learn about NodeJS templating with Express Handlebars. We will use the express-handlebars package for our demo application. Basically, this package provides better integration with Express when compared to the alternative hbs package. For your Read more…

By Saurabh Dashora, 12 months7 months ago
Blog

Templating in NodeJS using Express Pug View Engine

It is a common requirement to render dynamic content into our HTML page. Templating engines are a great way to support this feature. In this post, we will learn how to perform templating in NodeJS using Express Pug view engine. In case you are new to Express, do check out Read more…

By Saurabh Dashora, 12 months7 months ago
Blog

How to serve HTML page using ExpressJS?

We generally use ExpressJS for building backend APIs. However, we can also use it to serve static HTML pages for our web applications. In this post, we will learn how to serve HTML page using ExpressJS. The concept behind sending a HTML file is same as building an Express route Read more…

By Saurabh Dashora, 1 year12 months ago
Blog

How to handle routes using ExpressJS Router Middleware?

When our ExpressJS application is small, it might be sufficient to handle routes within the main file. However, with bigger applications such as an arrangement becomes problematic. In such a case, we prefer to separate routes into different files. Also, it is better to handle these routes using the ExpressJS Read more…

By Saurabh Dashora, 1 year1 year ago
Blog

How to create ExpressJS Route Handlers and parse request body?

Any typical application is bound to have multiple routes. Each of these routes usually serve a particular functionality. Routes can also correspond to different pages. In this post, we are going to implement ExpressJS route handlers. Also, we will learn how to parse request body for these route handlers. If Read more…

By Saurabh Dashora, 1 year7 months ago
Blog

How to get started with ExpressJS?

ExpressJS is the most popular web framework for NodeJS. It provides an easy way to build large scale web and mobile applications using the power of NodeJS. In this post, we will learn how to get started with ExpressJS. If you are new to the NodeJS ecosystem, I will recommend Read more…

By Saurabh Dashora, 1 year1 year ago
Recent Posts
  • How to use Kubernetes Storage Class for Dynamic Provisioning?
  • 4 Must-Know Strategies for Code Reuse in Software Engineering
  • What you must know about Rate Limiting?
  • A Simple Guide to Kubernetes Persistent Volume Claim
  • Setting up a Kubernetes Locally with K3S and Multipass
Categories
Recent Posts
  • How to use Kubernetes Storage Class for Dynamic Provisioning? August 24, 2023
  • 4 Must-Know Strategies for Code Reuse in Software Engineering August 23, 2023
  • What you must know about Rate Limiting? August 20, 2023
Links
  • About
  • Subscribe
  • Privacy Policy

  • About
  • Subscribe
  • Privacy Policy
Created my free logo at LogoMakr.com