Skip to content
View zaidmukaddam's full-sized avatar
:shipit:
Focusing
:shipit:
Focusing

Highlights

  • Pro

Organizations

@toodoolee
Block or Report

Block or report zaidmukaddam

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

Hello! 👋

  • 💻 I'm a web and flutter developer as well as a ethical hacker (hacking websites already ethically of course :P)
  • ⚡️Fast learner
  • 🤟 I love programming, learning and tech
  • 🌱 Currently learning advanced React, next.js and Flutter
  • 🌐 View my portfolio: za16.co
  • 💪 Currently working on a secret project

skills and tools

This is not a full list of my skills. I'm also open to learn more skills!

stats

stats

langs

(Wakatime stats of all time)

wakatime

Pinned

  1. toodoolee/toodoolee toodoolee/toodoolee Public

    Toodooleee is a revolt Against All Todo apps, Because they worsen your creativity and productivity.

    Dart 1

  2. ctrlaltfun ctrlaltfun Public

    ctrl+alt+fun, find a new way to shorten urls

    TypeScript

  3. mini-feed mini-feed Public

    The one-stop shop for content you love.

    JavaScript

  4. pingware-flutter pingware-flutter Public

    Dart 1

  5. bubble-sort.ts bubble-sort.ts
    1
    type BubbleSort<
    2
        A extends any[], Curr extends number = A["length"]
    3
        > = Curr extends 1
    4
        ? A
    5
        : A extends [infer F, infer S, ...infer Rest]
  6. scan-gpt scan-gpt Public

    TypeScript 1