Skip to content
View mo-sharif's full-sized avatar
🦄
Stay calm & code
🦄
Stay calm & code
Block or Report

Block or report mo-sharif

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

GM ☀️

Founder of Code Boost 🚀

First Tap to Learn mini-game on telegram!

Code Boost Bot

Founder of Codelit 🚀

React-based interactive code challenges

Codelit.io

Pinned Loading

  1. tetris-button tetris-button Public

    Tetris style React button component

    TypeScript 1

  2. compare-ai-models compare-ai-models Public

    Compare huggingface small ai modalsFull-stack

    JavaScript 1

  3. codelit codelit Public

    Learn & teach React and front-end development courses for free with Codelit

    2 1

  4. github_actions_package_publish github_actions_package_publish
    1
    name: Publish package to NPM
    2
    on:
    3
      workflow_dispatch:
    4
        inputs:
    5
          release-type:
  5. Firebase Firestore collection query ... Firebase Firestore collection query hook in Gatsby
    1
    /**
    2
     * Custom Hook to get list of all Collections
    3
     * @param {Object} firebase.collection - Collection function in firebase provides access to collection in db
    4
     * @param {Object} collectionPath - Contains details about what to query, one of the items is collectionPath: Path to collection or doc in firebase ex: COLLECTION_NAME/DOC_ID
    5
     * @param {String} locationHash - History location hash value of current url e.g. "#HASH_VALUE"
  6. Comparison: GraphQL vs. RESTful API Comparison: GraphQL vs. RESTful API
    1
    | Feature/Aspect     | GraphQL                                  | RESTful API                                |
    2
    |--------------------|------------------------------------------|--------------------------------------------|
    3
    | Data Fetching      | Client specifies exactly what it needs   | Fixed responses from predefined endpoints  |
    4
    | Schema             | Strongly typed schema                    | No enforced schema                         |
    5
    | Endpoints          | Single endpoint                          | Multiple endpoints                         |