class AroldoJales:
def __init__(self):
self.code = {
'languages': ['C#', 'C++', 'Python'],
'frameworks': ['.NET', 'WPF', 'Docker'],
'tools': ['Git', 'GitHub', 'Visual Studio', 'Figma' 'Trello', 'Sql Server Studio']
}
self.position = 'Teresina, Piauí, Brazil'
def say_hi(self):
print('Hi there. 👋')
if __name__ == '__main__':
me = AroldoJales()
me.say_hi()
🌴
- Teresina, PI
Highlights
- Pro
Pinned Loading
-
Clean-.NET-API
Clean-.NET-API PublicProject to build REST API following Clean Architecture, Domain Driven Design and Test Driven Development
C# 2
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.