PinnedPublished inDev GeniusHow web worker works with a practical exampleEver noticed a webpage freezing during a heavy task? This happens because JavaScript runs on a single thread by default, causing a bad user…Feb 23Feb 23
PinnedPublished inStackademicHow to Build a Collaborative Editor with Next.js and LiveblocksCollaborative applications are now essential in modern software, allowing multiple users to work on the same document, design, or codebase…Oct 6, 2024Oct 6, 2024
Published inJavaScript in Plain EnglishHow to Use Broadcast Channel API in ReactIn today’s web applications, keeping information updated across multiple tabs or windows can greatly enhance the user experience. For…Sep 19, 2024Sep 19, 2024
Building a SQL Expert Bot: A Step-by-Step Guide with Vercel AI SDK and OpenAI APIOpenAI has brought the revolution in the AI field by creating the ChatGPT and now we can say the actual AI era has started and everyone…Mar 3, 2024Mar 3, 2024
Published inStackademicHow to Dynamically Adjust the Height of a Textarea in ReactIntroductionOct 26, 2023Oct 26, 2023
Code Snippet Builder — Create stunning code snippetsThe Code Snippet Builder is an innovative tool designed to help developers and programmers create visually appealing and…Jul 6, 2023Jul 6, 2023
Published inJavaScript in Plain EnglishTypeScript Tuple Types: The What, Why, and HowTypeScript is a tool that helps JavaScript developers write better code by allowing them to define rules for the types of data they want to…May 29, 2023May 29, 2023
Published inJavaScript in Plain EnglishHow to Test Custom Hook in ReactWhat is a custom hook? 🤔Apr 26, 2023Apr 26, 2023
Integrating Grammarly into your React websiteAs a developer, having a tool that can help improve the grammar and spelling in your application can be a valuable asset.Apr 26, 2023Apr 26, 2023
Published inJavaScript in Plain EnglishMarkdown for Beginners (with Examples)In this article, we will go over the basics of Markdown, including some examples of how it can be used to format text.Feb 18, 2023Feb 18, 2023