Skip to content
View Doge-is-Dope's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@BeaconTW
Block or Report

Block or report Doge-is-Dope

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
Doge-is-Dope/README.md

Hello World πŸ‘‹

About me

class DogeIsDope:

    def __init__(self):
        self.username = 'doge-is-dope'
        self.name = 'Clement Liang'
        self.code = {
            'frontend': ['Android Jetpack', 'React', 'React Native'],
            'backend': ['Java', 'Kotlin', 'Python', 'Node.js', 'GraphQL'],
            'devops': ['CircleCI', 'GitHub Actions'],
            'learning': ['blockchain', 'Solidity', 'filming'],
            }
        self.interests = ['podcasting', 'exploring']

    def __str__(self):
        return self.name


if __name__ == '__main__':
    me = DogeIsDope()

Pinned

  1. blocto/fcl-android blocto/fcl-android Public

    🌊 Flow Client Library for Android

    Kotlin 21 4

  2. 2021-APEC-App-Challenge 2021-APEC-App-Challenge Public

    πŸ† The project was selected as the Fourth Place Winner in 2021 APEC App Challenge by APEC and Google

    Kotlin

  3. ERC4337-sample ERC4337-sample Public

    Simple implementation of ERC4337

    Solidity 3

  4. IsolationAlert IsolationAlert Public

    πŸ‘¨β€βš•οΈ An Android app used to identify social status based on users' social activities

    Java