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

KoaJS

Blog

How to create a KoaJS REST API?

APIs are the backbone of modern-day software development. Whether we create mobile apps or single-page applications, we need APIs to fetch the data from the backend. Usually, we tend to create REST APIs to solve our API needs. In this post, we will learn how to create a KoaJS REST Read more…

By Saurabh Dashora, 1 year1 year ago
Blog

How to setup KoaJS Cache Middleware using koa-static-cache package?

Caching is one of the most important aspects of building a high-performance application. Most web frameworks provide caching capabilities. The same is the case with KoaJS. In this post, we will learn how to setup KoaJS Cache Middleware using the koa-static-cache package. Why do we actually need caching? Caching basically Read more…

By Saurabh Dashora, 1 year1 year ago
Blog

A Guide to Koa JS Error Handling with Examples

Error handling is one of the most important aspects of any application. Just like everything else in KoaJS, it uses middleware for error handling as well. In this post, we will look at Koa JS Error Handling with examples. If you are new to KoaJS, I will recommend you to Read more…

By Saurabh Dashora, 1 year1 year ago
Blog

How to setup Koa JS Redirect URL to handle redirection?

Redirection is a must-have feature for any web application. In this post, we will learn how to setup Koa JS Redirect URL. But why is redirection so important? What if your application client requests for a malformed URL? Also, what if there are some errors on your server and we Read more…

By Saurabh Dashora, 1 year1 year ago
Blog

A Guide to KoaJS Response Object

Just like the request object, the response object is an equally important piece of an application. KoaJS Response Object is basically an abstraction on top of the vanilla NodeJS response object. When working with KoaJS, we should use Koa’s response object only. In other words, we should not try and Read more…

By Saurabh Dashora, 1 year1 year ago
Blog

A Guide to KoaJS Request Object – Headers, Body and Query Params

KoaJS Request Object is an abstraction on top of Node’s vanilla request object. It helps us build additional functionality in our Koa applications. We usually need to work with a request object when dealing with a HTTP endpoint. If you are not aware of how to create an endpoint in Read more…

By Saurabh Dashora, 1 year1 year ago
Blog

How to handle KoaJS Route Parameters?

While static routes can solve a large number of use-cases, an application also needs dynamic routes. Dynamic routes help us pass parameters as part of the route path. In this post, we will learn how to handle KoaJS Route Parameters with examples. To understand how routes work in KoaJS, refer Read more…

By Saurabh Dashora, 1 year1 year ago
Blog

Koa JS Router Example using koa-router package

Routes are an important aspect to build any web application. However, KoaJS does not support routes as part of the core module. Therefore, we have to use an external module to enable routing. In this post, we will look at a basic Koa JS Router Example using the koa-router package. Read more…

By Saurabh Dashora, 1 year1 year ago
Blog

Getting Started with KoaJS with Examples

KoaJS is a minimal and flexible NodeJS web application framework. It provides a good set of features for building web and mobile applications. In this post, we will be getting started with KoaJS by creating a small application. 1 – What is KoaJS? KoaJS is an open source framework. It Read more…

By Saurabh Dashora, 1 year7 months ago
Recent Posts
  • 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
  • Understanding the Kubernetes HostPath Volume
Categories
Recent Posts
  • 4 Must-Know Strategies for Code Reuse in Software Engineering August 23, 2023
  • What you must know about Rate Limiting? August 20, 2023
  • A Simple Guide to Kubernetes Persistent Volume Claim August 5, 2023
Links
  • About
  • Subscribe
  • Privacy Policy

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