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

Stories by Subha Chanda

Implementing password-based authentication in Next.js using Lucia

Implementing password-based authentication in Next.js using Lucia

Dev

Learn how to use Lucia, a new authentication library, to implement password-based auth in Next.js in this detailed, step-by-step tutorial.

Subha Chanda
Dec 19, 2023 ⋅ 14 min read

Exploring the best online Node.js compilers

Dev

We explore four of the top Node.js compilers online and compare their features, price points, collaboration abilities, and more.

Subha Chanda
Nov 9, 2023 ⋅ 8 min read
Build a Blog with Vitepress and Vue.js

Build a blog with Vitepress and Vue.js

Dev

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

Subha Chanda
Nov 11, 2022 ⋅ 9 min read
Building A URL Shortener With Node.js

How to build a URL shortener with Node.js

Dev

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

Subha Chanda
Sep 29, 2022 ⋅ 10 min read

Using Cloudflare Pages with IPFS

Dev

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

Subha Chanda
Sep 19, 2022 ⋅ 6 min read
Red Lion Head Logo Over Leafy Backround

Understanding object validation with Joi in NestJS

Dev

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

Subha Chanda
Jun 2, 2022 ⋅ 9 min read
Go Logo

Building microservices in Go with Fiber

Dev

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

Subha Chanda
Mar 17, 2022 ⋅ 5 min read
Go Logo Over a Grayish Background

Handling Go configuration with Viper

Dev

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.

Subha Chanda
Feb 9, 2022 ⋅ 4 min read
ImageKit Logo Over a Few Photographs

Image branding with ImageKit and Vue.js

Dev

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

Subha Chanda
Dec 7, 2021 ⋅ 5 min read
NPM Over a Black, Swirling Background

Running Node.js scripts continuously using forever

Dev

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

Subha Chanda
Oct 1, 2021 ⋅ 4 min read
Using Passport For Authentication In Node.js

Using Passport for authentication in Node.js

Dev

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

Subha Chanda
Aug 30, 2021 ⋅ 7 min read