teaganga

teaganga @teaganga

Joined:
Jul 11, 2023

teaganga
articles - 10 total

How to install Java on Linux and use SdkMan to switch between versions

I'm writing this guide for Ubuntu/Debian, for other you need to use their package manager. Here’s a...

Learn More 0 0Jun 13

My latest post about efficient updates in the client

Understanding Debounce in JavaScript: A Guide with Examples ...

Learn More 0 0Feb 11

Understanding Debounce in JavaScript: A Guide with Examples

Learn how to implement and use the debounce function to optimize performance when handling rapid...

Learn More 1 0Feb 11

Understanding Bearer Tokens: A Simple Guide for Node.js APIs

If you’re working on a Node.js API and looking for secure ways to authenticate users, you’ve likely...

Learn More 18 6Feb 8

Securing a Node.js API: A Simple Guide to Authentication

I built a Node.js API and want to secure it, so I checked the few options I have to choose from. So,...

Learn More 4 1Sep 18 '24

Adding a Decorator Pattern in JavaScript to existing code

I've implemented a Decorator Pattern in order to decorate the generated controls that are created...

Learn More 0 0Nov 16 '23

Implementing a Simple Factory Pattern in JavaScript

I'm currently implementing simple factory design pattern to create DOM controls. I'm trying to follow...

Learn More 0 0Nov 16 '23

How To add arguments to a launch configuration in vscode

Just edit in the project folder and add the args you desire as an array in the json...

Learn More 1 0Sep 22 '23

Depedency Injection Principle in JavaScript

Dependency Injection Principle (DI or DIP) is the most important of the SOLID design principles used...

Learn More 0 0Aug 30 '23

Handle Dialog.disableBackdropClick descoped property warning in MUI v5

Recently I started to work on a simple mahjong game. Initially I planned to create a clone of mahjong...

Learn More 1 0Aug 25 '23