Omar-Driouch
/*Software Engineer at ALX */ int alive = 1; int main(void) { while(alive) { keepLearning(); } return (0); }
JobInTechMorocoo, Kenitra
Pinned Repositories
AbstractFactory
In this Example I explained the Abstract Factory Design Pattern
alx-higher_level_programming
Freelance
MMC
MMC-EVENTS
MMC-Events-MicroServices
MMCEventsV1
NodeJS-template
hi in this projects I used the Liquid engine from NodeJS to render the html template and making the content dynamic using the NodeJS and jason data
react_calculator_app
Creating a simple calculator in React that handles input changes, user interaction, and complex calculations.
Test_Printf
Hi! This repo is about a custom print function in C, designed with a functional programming approach
Omar-Driouch's Repositories
Omar-Driouch/MMC-Events-MicroServices
Omar-Driouch/AbstractFactory
In this Example I explained the Abstract Factory Design Pattern
Omar-Driouch/alx-higher_level_programming
Omar-Driouch/AirBnB_clone_v3
Omar-Driouch/alx-low_level_programming
alx-low_level_programming
Omar-Driouch/alx-system_engineering-devops
Omar-Driouch/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
Omar-Driouch/Freelance
Omar-Driouch/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.
Omar-Driouch/memo_example
Omar-Driouch/MMC-EVENTS
Omar-Driouch/Omar-Driouch
Omar-Driouch/Online_CV_Generator
Omar-Driouch/test-
Omar-Driouch/e-Tofoula
e-Tofoula
Omar-Driouch/MMC
Omar-Driouch/MMCEventsV1
Omar-Driouch/AirBnB_clone_v2
AirBnB_clone_v2
Omar-Driouch/AirBnB_clone_v4
AirBnB_clone_v4
Omar-Driouch/alx-frontend
Omar-Driouch/alx-frontend-for-fun
Omar-Driouch/alx-frontend-javascript
Omar-Driouch/alx-interview
Omar-Driouch/alx-react
Omar-Driouch/devsecopsmutillidae
Omar-Driouch/MVP
MVP
Omar-Driouch/reactjs-interview-questions
List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
Omar-Driouch/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.
Omar-Driouch/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.
Omar-Driouch/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