Shaban-Eissa

Shaban-Eissa

Geek Repo

Company:Vodafone

Location:Egypt

Twitter:@Sh3banEissa

Github PK Tool:Github PK Tool

Shaban-Eissa's repositories

Javascript-Internals

Welcome to Javascript Internals! This repository explores the inner workings of JavaScript by providing detailed implementations of its core functions and features. You'll find recreations of built-in functions. Perfect for developers looking to deepen their understanding of JavaScript's internals. πŸš€

Language:HTMLStargazers:21Issues:1Issues:0

lightweight-virtual-dom

A minimalistic demonstration of virtual DOM concepts implemented in plain JavaScript. This project features a simple application that manages a dynamic list of emojis with manual state management. It showcases how to efficiently update the user interface using a virtual DOM diffing algorithm.

Language:JavaScriptStargazers:2Issues:0Issues:0

Leetcode-Problems-Solutions

πŸš€ Explore a curated collection of my LeetCode solutions, meticulously crafted to showcase diverse problem-solving approaches and algorithms.

Language:JavaScriptStargazers:1Issues:1Issues:0

my-vscode-config

This repository contains my personalized `settings.json` file for Visual Studio Code. πŸ› οΈ These settings include customizations for themes, editor configurations, and useful extensions. 🎨 Easily enhance your coding environment by using these configurations. πŸ’»

Stargazers:1Issues:0Issues:0

React-Amazon-Clone

The "React Amazon Clone" repository is e-commerce web application built using React and Firebase. It replicates key features of Amazon, including user authentication, product listing, and a shopping cart with payments. The project provides a practical demonstration of React and Firebase.

Language:JavaScriptStargazers:1Issues:1Issues:0

React-Native-Jobs-Finder-App

React Native app powered by Expo! This cross-platform mobile application is designed to showcase fetching data to make dynamic content with search functionality and navigating between pages using Stack.

Language:JavaScriptStargazers:1Issues:0Issues:0

Bytes-Dot-Archive

Welcome to Bytes Dot Archive! This repository is a curated collection of JavaScript coding quizzes. It aims to help developers test their knowledge, improve their skills, and have fun with JavaScript puzzles. Contributions are welcome, whether it's new quizzes, solutions. πŸš€

Stargazers:0Issues:0Issues:0

client-side-rendering

A case study of CSR.

Language:TypeScriptLicense:MITStargazers:0Issues:0Issues:0

Frontend-Masters-Design-Systems

A Design systems course, create a design system from scratch and learn the foundational design concepts that go into one. Design components using Figma, then take those designs and turn them into coded components using React. Finally, document them with Storybook.

Language:JavaScriptStargazers:0Issues:0Issues:0

Jisr-React-Task

File Explorer Demo – used to show nested folders contain files inside like IDE based on selected folder. It's build with React & Typescript with menu for each file when right click contain (copy, rename, delete) actions.

Language:TypeScriptStargazers:0Issues:0Issues:0

React-Native-FrontendMasters

React Native app inspired from Frontend Masters! This application is designed to showcase integration of Async Storage with React Native and using the core native API's in the app.

Language:JavaScriptStargazers:0Issues:1Issues:0

Angular-18

This repository contains code examples from the book Learning Angular 18, aimed at helping developers grasp core Angular concepts through practical examples. Each chapter folder includes code for specific topics, from basic components to advanced routing and testing. Clone the repo, explore the chapters, and enhance your Angular skills.

Language:TypeScriptStargazers:0Issues:0Issues:0

Angular-Complete-Guide

The Complete Guide, learning everything from standalone components and signals to state management and TypeScript. With deep-diving into features like routing, HTTP requests, and authentication. Also using the Angular CLI, optimizing and deploying real world applications

Language:TypeScriptStargazers:0Issues:0Issues:0

Build-React-Hooks

Build React Hooks - This developed to understand the inner workings of React hooks by recreating `useState` and `useEffect` from scratch. You'll learn how hooks manage state, triggers re-renders, and handle side effects with dependency arrays. By the end, you'll have a deep understanding of why hooks must follow specific rules.

Language:TypeScriptStargazers:0Issues:0Issues:0

eslint-plugin-promise

Enforce best practices for JavaScript promises

License:ISCStargazers:0Issues:0Issues:0

Fetch-API-TypeScript

Welcome to the feTS Client, a fully type-safe HTTP Client that leverages the OpenAPI specification. It automatically infers types from the document, providing you with a type-safe interface for seamless API interaction.

Language:TypeScriptStargazers:0Issues:0Issues:0

next14-message-box

An interactive, progressively enhanced message box using Next 14 with Server Actions, Tailwind CSS and Prisma. See "optimistic" branch for optimistic updates.

Stargazers:0Issues:0Issues:0

React-Native-Pinterest-App

React Native app powered by Expo! This cross-platform mobile application is designed to showcase the power of Expo Ecosystem such as file-system, media library and more of amazing work with reanimated library for animations in UI.

Language:JavaScriptStargazers:0Issues:0Issues:0

React-Native-Practical-Guide

Collection for the core concepts of React Native starting from the native components with state management Context & Redux and go through third party libraries, how to use authentication with network requests then enable push notifications for app.

Language:JavaScriptStargazers:0Issues:1Issues:0

React-Portals

Project demonstrates a React application using portals to share state between windows. The app features a counter that updates every second and can be viewed in a separate window using a portal.

Language:JavaScriptStargazers:0Issues:0Issues:0

React-Query-Issue-Tracker-UIDEV

React Query application Including the usage for useQuery and useMutation with advanced usecases for the Queries and how to implement the pagination for the fetched Queries. This Demo is built over the React Query course at ui.dev

Language:JavaScriptStargazers:0Issues:1Issues:0

react-server-components

Understand React Server Components and Server Actions by building a framework with them.

Language:JavaScriptLicense:NOASSERTIONStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

RSC-Frameworks

Demos for my talk about React Server Components

Stargazers:0Issues:0Issues:0

Shaban-Eissa

πŸ‘¨β€πŸ’» I'm Shaban Eissa, a passionate React, NextJS Developer πŸš€ based in EGYPT. Welcome to my GitHub profile! πŸ‘‹

Stargazers:0Issues:1Issues:0

sorting-algorithms-visualizer

Visualizer for sorting algorithms made with Typescript

License:MITStargazers:0Issues:0Issues:0

SSR-Behind-Scenes

Simple SSR Demo – Used to display what is happening under the hood when using server side rendering. it's build with Node.js & React with data fetching on server. It's inspired from React 18 Design Patterns and Best Practices - Fourth Edition.

Language:TypeScriptStargazers:0Issues:0Issues:0

state-management-toolbox

State Management Toolkit for React is a solution for managing application state with advanced features like middlewares, state persistence, and JSON state import/export. This toolkit provides a customizable and flexible approach to handling state, allowing you to persist state across sessions.

Language:TypeScriptStargazers:0Issues:0Issues:0

Typescript-Internals

Welcome to Typescript Internals! This repository explores the core workings of TypeScript, including its powerful type system, compilation process, and advanced features. Ideal for developers aiming to deepen their TypeScript knowledge, it offers detailed recreations, practical examples. 🌟

Stargazers:0Issues:0Issues:0

Vodafone-Angular-Task

Angular Demo – used for fetching dynamic data (like name, comments, post content, images for every item in list) based on selected user from a list of users. You can see loading spinner until data is available for UI. API'S are cached with RxJS, Local Storage for any future network requests.

Language:TypeScriptStargazers:0Issues:0Issues:0