Skip to content
View lucasdutraf's full-sized avatar
💡
💡

Organizations

@fga-eps-mds @Kalkuli @requisitos-habitica @pax-app @Lend-it
Block or Report

Block or report lucasdutraf

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
lucasdutraf/README.md

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

Pinned Loading

  1. fga-eps-mds/2020.2-Lend.it fga-eps-mds/2020.2-Lend.it Public

    Lend.it | Já ajudou um vizinho hoje?

    Shell 8 2

  2. pax-app/Pax pax-app/Pax Public

    Microsserviço responsável pelos contratos cliente-prestador.

    Python

  3. Kalkuli/2018.2-Kalkuli_Users Kalkuli/2018.2-Kalkuli_Users Public

    Microsserviço para gerenciamento dos usuários do Kalkuli.

    Python 1

  4. requisitos-habitica/Habitica requisitos-habitica/Habitica Public

    Projeto de Requisitos que visa realizar engenharia reversa da aplicação Habitica.

    JavaScript 9 2

  5. competitive-programming competitive-programming Public

    Storage of solved exercises and cool competitive programming tips

    C++

  6. RasaHQ/rasa RasaHQ/rasa Public

    💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants

    Python 18.3k 4.6k