Subha Chanda

  Subha is a web developer who is passionate about learning and experimenting with new things.

   



9 Stories by Subha Chanda

Build a blog with Vitepress and Vue.js

This article aims to familiarize you with Vitepress by building a blog using Vitepress and Vue.js with Markdown.
0 9 min read

How to build a URL shortener with Node.js

Bitly and Cuttly are incredibly popular URL shorteners. Learn how to build a similar URL shortener API service with Node.js.
6 10 min read

Using Cloudflare Pages with IPFS

Cloudflare Pages allows you to host your dynamic pages in the cloud from your Git hosting providers, like GitHub or GitLab.
0 6 min read

Understanding object validation with Joi in NestJS

This brief overview of NestJS and Joi will walk you through implementing validation within a NestJS application.
0 9 min read

Building microservices in Go with Fiber

Here are some quick basics of microservice architecture and a tutorial on how to build microservices in Go using Fiber.
6 5 min read

Handling Go configuration with Viper

Building applications with Go becomes more manageable when used with Viper. Here's how to use Viper and apply it to its many use cases.
0 4 min read

Image branding with ImageKit and Vue.js

In this article, you'll learn to integrate ImageKit into a Vue.js application and how to perform the transformations provided by the service.
0 5 min read

Running Node.js scripts continuously using forever

This article demonstrates how to set up forever, an npm module, with a Node application and covers some important forever commands.
0 4 min read

Using Passport for authentication in Node.js

Implementing app authentication from scratch can be a headache. Instead, use Passport, a popular module for auth in your Node.js app.
0 7 min read