Skip to content
View Phoenix-GH's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Toptal
  • Earth
Block or Report

Block or report Phoenix-GH

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

Pinned

  1. my-wave-portal my-wave-portal Public

    My first smart contract using Solidity

    Solidity 1

  2. udplabs/udp-mobile udplabs/udp-mobile Public

    React Native project

    JavaScript 5 3

  3. fancy-product-designer-extended fancy-product-designer-extended Public

    Updated fancy product designer plugin

    PHP 24 18

  4. weatherapp weatherapp Public

    Weather info looking application built using Laravel, Vue and Spark

    JavaScript 5 1

  5. MTW MTW Public

    A large enterprise app using Xamarin.forms

    C# 2

  6. Gist for the interview for Contra Gist for the interview for Contra
    1
    /**
    2
     * In this short assessment, the following code tries to implement the React Suspense API,
    3
     * but does so incorrectly. There are 3 core issues with how these components utilize Suspense and concurrent mode -- can you find them?
    4
     * 
    5
     * In your submission, be sure to: