Indermohan Singh JavaScript developer interested in Angular, RxJS, and Ionic framework.

Stories by Indermohan Singh

Building an app with Qwik

Dev

Explore the Qwik framework by creating a simple example app. Review the concept of hydration, learn why it slows down our apps, and see how Qwik avoids hydration, boosting our application’s performance.

Indermohan Singh
Jan 4, 2023 ⋅ 5 min read
Useevent Hook React RFC

What you need to know about the React useEvent Hook RFC

Dev

The useEvent Hook from React allows you to define an event handler with a function identity that is always stable.

Indermohan Singh
Aug 2, 2022 ⋅ 4 min read
JavaScript Intercept Fetch API Responses

Intercepting JavaScript Fetch API requests and responses

Dev

Cover what JavaScript interceptors are and learn how to create interceptors both by monkey patching the Fetch API and using the fetch-intercept library.

Indermohan Singh
Feb 8, 2022 ⋅ 4 min read
Automate Changelog Release

Automatically generate and release a changelog using Node.js

Dev

Automatically generate and release a changelog for your project using the Conventional Commits format, Commitizen, and commitlint.

Indermohan Singh
Jul 30, 2021 ⋅ 6 min read

Inheritance with JavaScript prototypes

Dev

In this post, we will look at prototypes and how to use them for inheritance in JavaScript. We will also see how the prototypical approach is different from class-based inheritance.

Indermohan Singh
Nov 22, 2019 ⋅ 6 min read

Reverse engineering Observable

Dev

TL;DR: In this article, we will reverse engineer Observable from the RxJS library. We will also re-create a couple of […]

Indermohan Singh
Jan 11, 2019 ⋅ 6 min read