class Person:
def __init__(self):
self.name = 'Wolfang Herrera'
self.age = 23
self.gender = 'Male'
self.phone = '+57 300 000 0000'
self.languages = [ 'English', 'Spanish' ]
self.skills = [ 'Flask', 'NodeJS', 'SprintBoot', 'MFE', 'StencilJS', 'Docker', 'NoSQL', 'AWS', 'CD/CI', 'Git', 'UnitTest', 'CleanCode' ]
self.hobbies = 'of video games, exploring new series and reading about soft skills.'
def __str__(self):
return f'Hello! I'm {self.name}, I'm {self.age} years old and in my free time I enjoy {self.hobbies}.'
print(Person())
>>> Hello! I'm Wolfang Herrera, I'm 23 years old and in my free time I enjoy of video games, exploring new series and reading about soft skills.
Full-Stack Developer with experience in designing, developing, and implementing complete web applications. Experienced in various technologies, focused on solutions for the banking sector.
I developed and automated a process in Python to handle .csv files received by email, making it easy to transform and store them in DynamoDB.
I implemented a library to encrypt HTTP requests, to ensure the confidentiality of sensitive information and avoid vulnerabilities.
All developments follow clean code principles and include unit tests to ensure code efficiency and maintenance.
I'm learning about new development technologies such as artificial intelligence, big data, operating systems, databases, networking, programming, data mining, and UI/UX.