22/12/2024
https://coderomeos.org/solid-principles-a-comprehensive-guide-with-examples
In software development, writing clean, maintainable, and scalable code is crucial. The SOLID principles are a set of five design principles that provide a roadmap for creating robust and adaptable software systems. This post explores each SOLID principle with detailed explanations and practical JavaScript coding examples.
SOLID Principles: A Comprehensive Guide with Examples
SOLID principles, JavaScript, object-oriented design, software architecture, coding examples, SRP, OCP, LSP, ISP, DIP. Learn how to apply SOLID principles in your JavaScript projects.
06/03/2024
When you carve your own path, you always have a lot to share about the journey. Dive into my journey in a short glimpse.
Student Entrepreneur & Tech Leader : This #InternationalWomensDay, BIMTECH Celebrates Manya Jha
Meet Manya Jha, a remarkable BIMTECH alumna who founded Morphedo , a successful tech startup, while still a stud...
04/10/2023
Understanding React Component Structure, Composition, HOCs & Optimization with Examples
React Component Structure, Composition, HOCs and Optimization with Examples
React.js is a popular JavaScript library for building user interfaces. One of its core principles is the use of components to create modular and reusa...
03/10/2023
One of its core principles in React is the use of components to create modular and reusable pieces of UI. Let's explore the structure, composition, and some optimization of React components with examples to help you understand these concepts thoroughly.
React Component Structure, Composition, HOCs and Optimization with Examples
React.js is a popular JavaScript library for building user interfaces. One of its core principles is the use of components to create modular and reusa...
28/09/2023
How to copy text to the clipboard in React.js
How to copy text to the clipboard in React.js
In this article, we are going to learn and develop a feature - click to copy. This comes handy if you want your users to share a post or important dat...
28/09/2023
Axios comes with a feature called Interceptors that allows our app to intercept requests. With Axios Interceptors, we can set up functions that will be executed for every request or response before they are handled by the application.
In this article, we are going to learn how to use Axios Interceptors in a applications.
Axios Interceptors in a React application
Let's configure Axios interceptor in a React app. Assuming we already have basic setup and running React.js application, we will follow the 4 step setup.
28/09/2023
Private routing allow us to restrict access to certain routes or components based on user authentication or authorization. It ensures that only logged in users can access protected routes or components.
Learn to create private auth Routes in
Create Private Authenticated Routes in React
Private or protected routing allow to restrict access to certain routes or components based on user authentication or authorization.
25/09/2023
React's useMemo hook is a powerful tool for optimizing the performance of applications by memoizing expensive calculations and preventing unnecessary re-renders. In this post, we'll explore what useMemo is, how it works with real world examples.
A Deep Dive into React useMemo with examples
A Deep Dive into React useMemo with examples
25/09/2023
React's useMemo hook is a powerful tool for optimizing the performance of your applications by memoizing expensive calculations and preventing unnecessary re-renders. In this post, we'll explore what useMemo is, how it works, and provide a real-world example to demonstrate its usage.
A Deep Dive into React useMemo with examples
A Deep Dive into React useMemo with examples
24/09/2023
React Hooks provide a way to add stateful logic to functional components in React.
Learn to create Custom Hook
Build Your Own Custom React Hook
Hooks are functions that can be called inside functional components to add various capabilities. React Hooks provide a way to add stateful logic to f...
23/09/2023
are a common web feature and we know it as popups, popovers or overlays.
To make all that possible without any external script, a HTML API is to be shipped in Chromium 114.
https://t.co/Uv1Ww8NWhT