GithubHelp home page GithubHelp logo

Hey! ๐Ÿ‘‹ I'm Mohammed!

Linkedin: M Almajid

interface Father{
  children: number 
  isHappy: "Alhamdu llah"
  [key:string]: unknown
}
interface Developer<T extends any> extends Father {
    stack: T
    company: string
}

type TStatus<T extends Developer<T> | Father> = T extends Father
  ? Father
  : Developer<T>;
  • ๐Ÿงก In love wih TypeScript
  • ๐Ÿ”ญ Iโ€™m currently working on Private project with DOE ๐Ÿ™ƒ
  • ๐Ÿ’ฌ Ask me about Reactjs - Typescript - Javascript - css - Graphql
  • ๐ŸŒฑ Iโ€™m currently ๐Ÿ‘€ Into Fullstack-Development & DevOps
  • ๐Ÿ“ซ How to reach me: ๐Ÿคทโ€โ™‚๏ธ

Things I code with

React Typescript NodeJS NextJS npm html5 git Prettier

GraphQL Apollo-GraphQL Prisma Figma Vercel AWS

Top Langs

Mohammed Almajid's Projects

app-ideas icon app-ideas

A Collection of application ideas which can be used to improve your coding skills.

demo-apollo-server-webpack-hmr icon demo-apollo-server-webpack-hmr

Reference repository for Medium story "How to build an Apollo GraphQL server with TypeScript and Webpack Hot Module Replacement".

excalidraw icon excalidraw

Virtual whiteboard for sketching hand-drawn like diagrams

fancy-border-radius icon fancy-border-radius

When you use eight values specifying border-radius in CSS, you can build organic looking shapes. Simply use our Generator at

front-end-checklist icon front-end-checklist

๐Ÿ—‚ The perfect Front-End Checklist for modern websites and meticulous developers

gitignore icon gitignore

A collection of useful .gitignore templates

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.