PinnedSpeech to Text In Few Lines Of JavaScript and HTMLHow to create a speech-to-text app using HTML, JavaScript, and CSS with the SpeechRecognition API in just a few lines of code.Oct 18, 2024Oct 18, 2024
PinnedReact best practices and patterns to reduce code — Part 3This is 3rd the article about React best practices, If you have not read my previous articles, please check them out.Mar 21, 2022342Mar 21, 2022342
PinnedReact best practices and patterns to reduce code Part 2 | Rahul Sharma(DevsMitra)I have been working with React.js for the past 4 to 5 years and have been using it for a number of different projects. While working on…Mar 19, 20222795Mar 19, 20222795
PinnedReact best practices and patterns to reduce codeReact best practices and patterns to reduce code. Create custom hooks, Route-based code splitting etc…Mar 11, 20224713Mar 11, 20224713
PinnedMicro Frontend with React.js and Module federationWhat is a micro frontend? Create Micro Frontend application with React, Webpack-5, and Module Federation.Nov 9, 202161Nov 9, 202161
How to Create an AI App for Free Using Chrome Built-in AI | Rahul SharmaLearn how to develop your first AI app using the free Chrome Gemini Nano API with this simple, step-by-step guide. Perfect for developers!Dec 8, 2024Dec 8, 2024
10 Html Tags Probably You Don’t Know10 Html tags can make your web projects stand out and improve user experience. Keep reading to discover the hidden gems of HTML!Nov 24, 202420Nov 24, 202420
Javascript Error Handling Just Got a Whole Lot Easier: Meet the Safe Assignment Operator (?=)error handling can be a real pain. Whether you’re fetching data from an API or processing a file, things can go wrong. And…Nov 15, 202412Nov 15, 202412
React Best Practices: Pro Tips for Clean and Efficient CodeDiscover key React best practices to help you write cleaner, faster code and improve your apps with simple, effective techniques.Oct 20, 20241Oct 20, 20241
Turn Your Browser Into a Local Notebook With One Line of CodeYou can instantly convert your browser into a local notebook with just one line of code. Here’s how:Oct 19, 2024Oct 19, 2024
Breaking Down the New Features in Deno 2Deno 2 brings tons of updates to make development easier, faster, and more secure. Here are some of the key improvementsOct 16, 2024Oct 16, 2024
5 Must-Know Design Patterns for Javascript DevelopersWhat is a Design Pattern?Oct 13, 2024Oct 13, 2024
10 Steps to Create a Custom ESLint PluginLearn how to create a custom ESLint plugin in 10 simple steps. Enhance your code quality and maintain clean, readable code.Jun 28, 2024Jun 28, 2024
20+ Handy JavaScript Functions to Simplify Your Code | JavaScript TutorialThis artical will cover JavaScript quick functions that can make software development easier and faster.May 12, 20242May 12, 20242
CREATE A LIBRARY WITH JSX & CUSTOM STATECREATE A LIBRARY WITH JSX & CUSTOM STATEDec 30, 2023Dec 30, 2023
CREATE A LIBRARY WITH JSX & CUSTOM STATEThe core of any JavaScript framework is the state, which plays a vital role in web application development. The state determines what to…Nov 27, 2023Nov 27, 2023
Simplify JavaScript’s Async Concepts with One GIFHave you ever wondered how JavaScript manages to handle asynchronous tasks while ensuring smooth and responsive web applications? The…Nov 10, 2023Nov 10, 2023
Create an HTTP server using 1 commandToday we will learn how to create an HTTP server for the local development of sites, it is a very cool tool to do tests and visualize how…Aug 17, 20231Aug 17, 20231
What, Why, and How Javascript Static Initialization Blocks?ES2022 introduces a new feature called static initialization blocks. With static initialization blocks, we can initialize static variables…Jan 21, 2023Jan 21, 2023
React: How to create the app using JSX without ReactWhat is JSX and How Does it Work?Nov 27, 20221Nov 27, 20221