Skip to content
View Aroldo-Jales's full-sized avatar
🌴
🌴

Highlights

  • Pro
Block or Report

Block or report Aroldo-Jales

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
Aroldo-Jales/README.md
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()

Pinned Loading

  1. Clean-.NET-API Clean-.NET-API Public

    Project to build REST API following Clean Architecture, Domain Driven Design and Test Driven Development

    C# 2