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

NestJS

Blog

NestJS Prisma Pagination – Offset vs Cursor with Examples

A book is made up of pages. Each page is a part of the overall information that the book contains. However, we can only read the book by going through the pages one-by-one. The same is true for any application data as well. Pagination helps us divide the data into Read more…

By Saurabh Dashora, 1 year1 month ago
Blog

Build a NestJS Prisma REST API – The Simplest Step-By-Step Guide

In this post, we will learn how to build a NestJS Prisma REST API from scratch. Unlike many other posts about the topic, we will start with the basics of Prisma and also its advantages. Once we cover the essentials, we will put together our project in a step-by-step manner. Read more…

By Saurabh Dashora, 1 year1 month ago
Blog

How to create your first NestJS GraphQL Application?

In this post, we will learn how to create a NestJS GraphQL Application. Since, we won’t be going into the basics of NestJS or GraphQL, I will recommend you go through these posts on Getting Started with NestJS and Introduction to GraphQL in case you are new to these topics. Read more…

By Saurabh Dashora, 1 year1 month ago
Blog

How to implement NestJS JWT Authentication using JWT Strategy?

In this post, we will learn how to implement NestJS JWT Authentication using Passport JWT Strategy. JWT stands for JSON Web Tokens. Basically, these tokens are issued by the server after user authentication and can be used for further requests as long as the token is valid. Using JWT effectively Read more…

By Saurabh Dashora, 1 year1 month ago
Blog

How to implement NestJS Passport Authentication using Local Strategy?

In this post, we will learn how to implement NestJS Passport Authentication using the passport local strategy. Authentication is a key aspect of any production-level application. While there are many ways to handle authentication, one of the more popular ways is to use Passport. If you are new to NestJS Read more…

By Saurabh Dashora, 1 year1 month ago
Blog

How to create a NestJS RabbitMQ Microservice?

In this post, we will learn how to create a NestJS RabbitMQ Microservice from scratch. Basically, this involves using the RabbitMQ Transporter. RabbitMQ is one of the most popular message brokers out there. It is used worldwide from small startups to large enterprises. It is also open-source, lightweight and supports Read more…

By Saurabh Dashora, 1 year1 month ago
Blog

A Simple Guide to NestJS Swagger Operations

In this post, we will look at NestJS Swagger Operations. Operations are basically HTTP methods such as GET, POST, PUT, DELETE and so on. It is important to document these operations properly so that the clients of our API can predict their behaviour properly. If you are new to NestJS Read more…

By Saurabh Dashora, 1 year1 month ago
Blog

A Quick Guide to NestJS Swagger APIProperty

In this post, we will look at the various aspects of NestJS Swagger APIProperty. This post directly builds up from the post about NestJS Swagger Configuration. So I will recommend you to go through that post and then continue with this one. 1 – The Need for NestJS Swagger APIProperty Read more…

By Saurabh Dashora, 1 year1 month ago
Blog

How to create a NestJS Redis Microservice?

In this post, we will learn how to create a NestJS Redis Microservice. Basically, we will learn how to use the Redis transporter. This transporter leverages the publish/subscribe messaging paradigm. This post uses the NestJS Microservice package. If you are new to the same, please refer to this detailed post Read more…

By Saurabh Dashora, 1 year1 month ago
Blog

How to create a multi-stage NestJS Docker Deployment?

In this post, we will learn how to create a multi-stage NestJS Docker Deployment. An ideal requirement for any application is that it should work on any machine or environment that the developer chooses. Docker fulfils this requirement by making sure that everything our application depends on is packaged in Read more…

By Saurabh Dashora, 1 year1 month ago

Posts navigation

Previous 1 2 3 … 5 Next
Recent Posts
  • A Guide to NestJS Fundamentals
  • How to use the Kubernetes Replication Controller?
  • How to setup Kubernetes Liveness Probe to handle health checks?
  • Why Kubernetes Pods and how to create a Pod Manifest YAML?
  • Terraform Workspaces – Manage Multiple Environments
Categories
Recent Posts
  • A Guide to NestJS Fundamentals March 11, 2023
  • How to use the Kubernetes Replication Controller? February 20, 2023
  • How to setup Kubernetes Liveness Probe to handle health checks? February 15, 2023
Links
  • About
  • Subscribe
  • Privacy Policy

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