Rishi Kumar

Rishi Kumar @mrrishimeena

About: I intend to make a meaningful impact in the tech industry with Errsole and am excited about revolutionizing the future.

Location:
India
Joined:
Nov 25, 2022

Rishi Kumar
articles - 38 total

Ultimate Logging Guide for Node.js, Bun, and Next.js SSR in 2025

If you’ve been building Node.js apps for a while, you’ve probably used Winston, Pino, or maybe Bunyan...

Learn More 2 0Apr 22

Errsole Live on Product Hunt

Hi, we've just launched a free, open-source Node.js logger for developers on Product Hunt! If you...

Learn More 0 0Apr 16

Worker Threads in Node.js and Their Impact on Logging Performance

Node.js is known for its non-blocking, event-driven architecture that makes it efficient for handling...

Learn More 2 0Feb 25

Why Paid Logging Services Like BetterStack Can Hurt Your Throughput: Node.js

I’ve been on a journey—one that started with a simple idea: build a free open-source Node.js logger....

Learn More 2 2Feb 21

The Magical World of Garbage Collection in Node.js

How Your Code Stays Clean Without Lifting a Finger Imagine if your room could magically clean itself...

Learn More 3 0Feb 19

Stream and HighWatermark: Node.js

Understanding the interplay between objectMode and highWaterMark is essential for optimizing stream...

Learn More 3 0Jan 31

Log Viewer for Next.js Server Side: Node.js

Logging on the server side is vital when you’re building applications with Next.js. Server-side...

Learn More 2 0Jan 22

Common Errors in Node.js and How to Fix Them

Common Errors in Node.js and How to Fix Them Node.js, celebrated for its highly scalable...

Learn More 2 0Jan 9

When Winston with MySQL or CloudWatch Go Wrong: Node.js

A Fleeting Glimpse of Smooth Sailing Sometimes, everything looks perfect on the surface....

Learn More 13 0Jan 7

The Logging Tool You Need for Logs, Errors, and Collaboration in Node.js

Errsole is not just a logging library but an enhanced logger with built-in visualization and error...

Learn More 0 4Dec 30 '24

Building a Simple Email-Open Tracking System for Your Gmail

In today’s email landscape, marketing platforms typically bundle “open” or “read” tracking by...

Learn More 5 2Dec 27 '24

Node.js Logging Solutions Compared: File-Based, Winston, CloudWatch, and Errsole

In production-grade Node.js deployments, logs remain one of the primary data sources to understand...

Learn More 0 0Dec 26 '24

Customize ChatGPT for Your Codebase : OpenAI

Today, developers often turn to ChatGPT for help with code errors. However, without access to their...

Learn More 4 2Dec 16 '24

Node.js Logging: Local, Testing, and Production

Hey there, developers! We have an awesome tool for logging in Node.js and it's open source. It works...

Learn More 0 0Nov 26 '24

Node.js: Struggling with Winston Logging?

Hey there, Node.js developers! 👋 If you’re using Winston for logging in your Node.js applications,...

Learn More 0 0Oct 14 '24

Stop Writing Logs into Files

Logging errors into files is common in startups, small companies, and many service-based...

Learn More 1 0Sep 9 '24

Is Node.js Bad?

When choosing a backend language for a new project, developers often ask if Node.js is the right fit....

Learn More 5 0Sep 4 '24

The Pain of Fixing Issues in Production 😰

Fixing issues in a production environment is much harder than fixing them on your local machine. When...

Learn More 0 0Aug 13 '24

10 Essential Open Source Tools to Start Your Node.js Journey

Node.js is a powerful runtime environment that enables developers to build scalable and efficient web...

Learn More 2 1Aug 9 '24

Guidelines for Pushing Code to a GitHub Repository

Pushing code to a GitHub repository is a critical step in the software development process. Following...

Learn More 11 3Aug 6 '24

SetTimeout is Not the Same as You Think

When developers first encounter setTimeout in JavaScript, it often seems like a straightforward tool...

Learn More 4 2Aug 5 '24

The Dark Side of CloudWatch Logging in Node.js: A Performance Nightmare

Choosing the right logging tools in Node.js can significantly impact your application's performance....

Learn More 2 0Jul 19 '24

Socket.io Connection Issues on localhost!

When developing web applications, you might encounter connectivity issues between your client and...

Learn More 6 0May 24 '24

Fastify Developers: Upgrade Your Logging with This Simple Guide

Fastify is a fast and low-overhead web framework for Node.js, designed for building efficient and...

Learn More 6 4May 19 '24

NestJS Developers: Upgrade Your Logging with This Simple Guide

NestJS is a powerful, progressive Node.js framework for building efficient and scalable server-side...

Learn More 9 0May 18 '24

Why I moved from CloudWatch to Errsole!

Logging is an essential component of any development project, especially in Node.js. Traditionally,...

Learn More 2 0May 15 '24

Errsole: The First Node.js Logger with a Built-In Dashboard

Logging is an essential component of any development project, especially in Nodejs. Usually,...

Learn More 9 0May 9 '24

Why CloudWatch Might Not Be the Best for Fixing Bugs

When you're working on cloud projects, using Amazon CloudWatch to keep an eye on things sounds like a...

Learn More 0 0Mar 6 '24

Nest.js + Docker + AWS EC2 - The Ultimate Combo!

Introduction In our previous article [4 Steps to Dockerize Your Nest.js App], we...

Learn More 17 0Oct 26 '23

Revolutionize Your Nest.js Development: 4 Steps to Dockerize Your Nest.js App

Introduction In this tutorial, we will walk you through the process of cloning a "Nest.js...

Learn More 25 2Oct 25 '23