OMAR DRIOUCH (Omar-Driouch)

Omar-Driouch

Geek Repo

Company:JobInTech

Location:Morocoo, Kenitra

Home Page:Soon, I will be launching my portfolio.

Twitter:@omardriouch29

Github PK Tool:Github PK Tool

OMAR DRIOUCH's repositories

Language:C#Stargazers:7Issues:0Issues:0

AbstractFactory

In this Example I explained the Abstract Factory Design Pattern

Language:C#Stargazers:3Issues:0Issues:0
Language:PythonStargazers:3Issues:0Issues:0
Language:PythonStargazers:2Issues:0Issues:0

alx-low_level_programming

alx-low_level_programming

Language:CStargazers:2Issues:0Issues:0
Language:ShellStargazers:2Issues:0Issues:0

error_boundary_example

An Error Boundary in React acts as a safety net, capturing and managing JavaScript errors within a specific component tree to prevent them from crashing the entire application, offering a means to gracefully handle errors and display fallback content

Language:JavaScriptStargazers:2Issues:0Issues:0
Language:CStargazers:2Issues:0Issues:0
Language:C#Stargazers:2Issues:0Issues:0

Lazy_React

In React, the `lazy` function is used for code-splitting, a technique that allows you to load only the necessary parts of your application when they are needed, rather than loading the entire application upfront. This can lead to more efficient loading times, especially for larger applications, as it helps reduce the initial bundle size.

Language:JavaScriptStargazers:2Issues:0Issues:0
Language:JavaScriptStargazers:2Issues:0Issues:0
Language:JavaScriptStargazers:2Issues:0Issues:0
Stargazers:2Issues:0Issues:0
Language:JavaScriptStargazers:2Issues:0Issues:0
Language:JavaScriptStargazers:2Issues:0Issues:0

UserCard_ReactProject

UserCard_ReactProject

Language:JavaScriptStargazers:2Issues:0Issues:0

e-Tofoula

e-Tofoula

Language:JavaScriptStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0
Language:C#Stargazers:0Issues:1Issues:0

AirBnB_clone_v2

AirBnB_clone_v2

Language:PythonStargazers:0Issues:0Issues:0

AirBnB_clone_v4

AirBnB_clone_v4

Language:PythonStargazers:0Issues:0Issues:0
Language:CSSStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0

DotNet-Developer-Roadmap

The comprehensive .NET Developer Roadmap by seniority level.

License:Apache-2.0Stargazers:0Issues:0Issues:0

MVP

MVP

Stargazers:0Issues:0Issues:0

reactjs-interview-questions

List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!

Stargazers:0Issues:0Issues:0

UseContext_React

In this repository, I have implemented the React `useContext` hook. This powerful hook facilitates efficient data sharing between components, offering a superior alternative to using props. Additionally, it proves effective in preventing unnecessary rerendering of components that do not require updates.

Language:JavaScriptStargazers:0Issues:0Issues:0

useEffect_React

In React, the useEffect hook is a powerful tool for handling side effects in functional components. Side effects in React typically include tasks like data fetching, subscriptions, or manually interacting with the DOM. The useEffect hook enables you to perform these actions in a way that is both efficient and follows the React lifecycle.

Language:JavaScriptStargazers:0Issues:1Issues:0

useReducer_React

In this illustrative example, I utilized the `useReducer` hook within a React.js application to proficiently handle and manage multiple states. The `useReducer` hook facilitates a more structured approach to state management, particularly when dealing with intricate scenarios that involve the coordination of various state variables or complex state

Language:JavaScriptStargazers:0Issues:0Issues:0