Debjyoti Banerjee I'm Debjyoti, software engineer and game developer. Currently exploring JavaScript and Flutter, and trying to come up with solutions to problems in the healthcare sector. Love open source.

Stories by Debjyoti Banerjee

Using Strongly Typed Vs Statically Typed Code

Using strongly typed vs. statically typed code

Dev

Let’s compare the pros and cons strongly vs. statically typed languages and explore how TypeScript combines the benefits of both.

Debjyoti Banerjee
Dec 20, 2023 ⋅ 6 min read
Understanding TypeScript Generators

Understanding TypeScript generators

Dev

Generator functions look like normal functions, but they behave a little differently, allowing you to pause and execute your code at a later point in time.

Debjyoti Banerjee
Jun 19, 2023 ⋅ 6 min read
Audio Waveforms Flutter App

How to add audio waveforms to your Flutter app

Dev

Waveforms provide visual feedback to the user of how well the microphone is capturing their spoken words so that they can increase or decrease their volume accordingly.

Debjyoti Banerjee
Oct 20, 2022 ⋅ 4 min read
React Background Image Processing

Run React Native background tasks with Headless JS

Dev

In this article, we’ll learn to execute background operations in React Native using Native APIs and Headless JS.

Debjyoti Banerjee
Dec 16, 2021 ⋅ 5 min read
Exploring the Newest Svelte-Based Framework: SvelteKit

Exploring SvelteKit, the newest Svelte-based framework

Dev

The newest Svelte-based framework for creating web apps is here with the release of SvelteKit, and explore how easy it is to create apps.

Debjyoti Banerjee
May 26, 2021 ⋅ 11 min read