Skip to content
View shehabadel's full-sized avatar
😮‍💨
Men noomy ba2om m3'dod
😮‍💨
Men noomy ba2om m3'dod
Block or Report

Block or report shehabadel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
shehabadel/README.md

Hey, it's Shehab 👋🤖

LinkedIn Hashnode Sound Cloud

Anurag's GitHub stats

Founder of Stack Info

I am a SWE @ Halan, previously @ Sakneen, previously @ Siemens DISW, and Founder @ Stack Info. I have massive passion for everything related to computers especially fullstack web development, problem-solving and open-source contribution. I strive to build softwares that will leave an impact in people's lives. I am also a hardcore fan of FC Bayern Munchen and Daft Punk 🎷

Daft punk

const shehab = {
  programmingLanguages: ["Typescript","JavaScript", "Java", "Golang", "Python", "C++","SQL"],
  stack: {
    backend: ["Node.js","Express.js", "TypeGraphQL", "Apollo GraphQL"],
    frontend: ["React.js","Redux","HTML5","CSS3","Bootstrap","Tailwind","jQuery"],
    databases: ["MongoDB","Mongoose", "Prisma", "PostgreSQL"],
    services: ["Redis", "SocketIO", "REST APIs","GraphQL"],
    
  },
  currentlyLearning: ["Docker🐳", "Kubernetes", "Nginx"]
};

Thanks for coming by!

Pinned

  1. Multi-User-Distributed-Text-Editor Multi-User-Distributed-Text-Editor Public

    The final project of Distributed Systems course (CSE354). A multi-user distributed text editor project which allows real-time collaboration between users on documents. It is more like a Google docu…

    JavaScript 4 2

  2. node-cronelda node-cronelda Public

    Implement an in-process cron scheduler that accepts a job and executes it periodically.

    JavaScript

  3. Mips-Assembler Mips-Assembler Public

    A MIPS Assembler and Simulator is a CLI program written in Java which takes MIPS Assembly instructions as an input and converts them into binary language code and simulate the execution of these as…

    Java 1

  4. Wagba Wagba Public

    Wagba - A food delivery application designed to facilitate food delivery service to customers. Wagba can deliver meals door to door anywhere and anytime. Final Project for Mobile Programming (CSE431)

    Java

  5. Tiny-Language-Scanner-Java Tiny-Language-Scanner-Java Public

    TINY Language Scanner is a GUI program written in Java that reads TINY Language code and perform scanning on the source code to extract tokens that are shown in a table and their corresponding types.

    Java

  6. Regex-2-NFA Regex-2-NFA Public

    A program that takes a regular expression and creates an NFA that accepts it. The description of an NFA should be compatible with a NFA 2 DFA program, which means that it can be translated into a f…

    Python 1 1