Latest Articles
View all →
50 Corporate Event Ideas 2025 that will engage, inspire & delight.
These days corporate events have expanded from being limited to traditional conferences or trade shows to often blend in person and online
9 Types of Virtual Events: Engagement in the Digital Age
In the today's business environment, there is a shift towards digital interactions. This is primarily driven by the advancements in
Environment Variables in NodeJs: The complete Guide
In this article we are going to cover environment variables also known as env variables. These are basically key-value pair of data
memo vs useMemo in React
In this blog post, we will look at the memo and useMemo in React. We will do a deep dive into these
How to switch Node.js versions with NVM
This article was updated on 18 september 2024 to include new diagrams and section on automatic switching with bash scripts In this
React ForwardRef
This article was updated on 17 September 2024 t0 include updated diagrams and a segment on practical use cases of forward refs.
Type Casting with TypeScript: A tutorial
Type Casting is an important technique and technology, especially in TypeScript. TypeScript is a SuperSet of JavaScript that has strong typesafety and
React Toastify : The complete guide (updated for 2026).
This guide has been updated for React Toastify v11 and React 18. from basic toast notifications to advanced patterns like promise toasts,
5 Ways to Convert String to a Number in JavaScript
Type conversion in JavaScript, also called as type casting is a process of converting a value of one type (String) to another type (Number).
How to safely use dangerouslySetInnerHTML in React
Dead Simple Chat allows you to add Chat to your application using its powerful Chat API and SDK [https://deadsimplechat.com/]. You
How to Set Up TypeScript with Express and Node.js
In this article we are going to learn about how to setup an express js server with typescript here is what we
Setting Headers with Axios in Node JS
In this section we are going to learn how to set headers with Axios. Here is what we are going to learn