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

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': ['Kotlin', 'Python', 'Node.js', 'GraphQL']
            'devops': ['CircleCI', 'GitHub Actions'],
            'learning': ['blockchain', 'Solidity', 'ai', 'LangChain'],
        }
        self.interests = ['podcasting', 'exploring']

    def __str__(self):
        return self.name


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

Pinned Loading

  1. drip drip Public

    πŸ’§ A decentralized incentive-based learning platform, crafted at ETHGlobal Bangkok 2024.

    Swift

  2. tx-generator tx-generator Public

    πŸ€– TX Generator: An AI-driven tool for generating Ethereum transactions.

    Jupyter Notebook 1 1

  3. blocto/fcl-android blocto/fcl-android Public

    🌊 Flow Client Library for Android

    Kotlin 21 2

  4. ERC4337-sample ERC4337-sample Public

    Simple implementation of ERC4337

    Solidity 3 1

  5. 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

  6. IsolationAlert IsolationAlert Public

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

    Java