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()
-
Notifications
You must be signed in to change notification settings - Fork 0
Doge-is-Dope/Doge-is-Dope
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published