Skip to content

lucasdutraf/lucasdutraf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 

Repository files navigation

Hey there! 👋

Open Source Love Linkedin Badge

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = "Lucas Dutra Ferreira do Nascimento"
        self.pronouns = ["He/Him"]
        self.age = 25
        self.country = "Brazil"
        self.role = "Software Engineer"
        self.education = "B.Sc. in Software Engineering from University of Brasilia"
        self.language_spoken = ["pt_BR", "en_US"]
        self.technologies = {
          "programming_languages": ["Python", "C", "C  ", "JavaScript", "Java",]
          "frameworks": ["Django", "Flask", "FastAPI", "Express.js",]
          "devOps": ["Docker🐳", "AWS", "GCP", "Terraform", "GitHub Actions"]
          "databases": ["PostgreSQL", "MySQL", "Redis", "MongoDB",]
          "misc": ["Pandas", "Matplotlib", "Jupyter-Notebook", "sklearn",]
        }
        self.certifications = ["AWS Cloud Practitioner", "AWS Solutions Architect - Associate",]

    def welcome(self):
        print("Appreciate your visit, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.welcome()

📫 Want to schedule a meeting?

Pick a slot if you'd like to meet me and chat about anything - but please describe what we are going to talk about 😅

meet_link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published