Skip to content
View HaadyDevs's full-sized avatar

Block or report HaadyDevs

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
HaadyDevs/README.md

So, you found me!

Welcome to my CodeCave. 👨‍💻

myself.js

const haady = {
    understands : [Javascript, Typescript, Java, python, Dart],
    creates: ["Mobile Apps", "Websites", "APIs", "Music", "Coffee"],
    technologies: {
        frontEnd: {
            frameworks: ["React Native", "React", "Flutter"]
            designSystems: [MaterialUI, Bootstrap]
        },
        backEnd: {
            js: ["NodeJS", "ExpressJS"],
            java: ["Spring Boot"]
            platforms: ["Firebase", "AWS"]
        },  
        databases: ["MySQL", "MSSQL", "MongoDb", "Firestore"]
    }
};

console.log(repos_list);

Pinned Loading

  1. SwivelTodoApp SwivelTodoApp Public

    A Todo App with user authentication, Redux and Thunk implementation

    JavaScript

  2. Movie-App Movie-App Public

    A simple Movie app created with Flutter using the BLoC pattern and TMDB Movie Api. The goal of the app was to practice the BLoC Pattern and use Scoped and Single states

    Makefile 1 5

  3. haady-portfolio haady-portfolio Public

    My personal portfolio build with React Js

    JavaScript