#!/usr/bin/python# -*- coding: utf-8 -*-classSoftwareEngineer:
def__init__(self):
self.name="João Victor Souza"self.role="Software Engineer"self.language_spoken= ["pt_BR", "en_US", "es_ES"]
self.description= (
"Passionate about technology, always eager to learn, ""create efficient solutions, and share knowledge."
)
defsay_hi(self):
print(f"Hi, my name is {self.name}.")
print(f"I work as a {self.role}.")
print(self.description)
print("Languages I speak:")
forlanginself.language_spoken:
iflang=="pt_BR":
print(" 🇧🇷 Portuguese (Brazil)")
eliflang=="en_US":
print(" 🇺🇸 English (US)")
eliflang=="es_ES":
print(" 🇪🇸 Spanish (Spain)")
print("\nThanks for stopping by! I hope you find something here that inspires you 🚀")
me=SoftwareEngineer()
me.say_hi()🚀
Focusing production
Programming cunningly and in style 💻
- Brazil
-
22:52
(UTC -03:00) - joaovictorsouza.dev
- @joaosouz4dev
- in/joaosouz4dev
- joaosouz4dev
Highlights
- Pro
Pinned Loading
- lifelog
lifelog PublicDiário de áudio com transcrição local: grava microfone e áudio do sistema, transcreve no seu computador e gera relatórios do dia
Python
- wppconnect-team/wppconnect
wppconnect-team/wppconnect PublicWPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any intera…
- wppconnect-team/wppconnect-server
wppconnect-team/wppconnect-server PublicWppconnect Server is a ready-to-use API, just download, install, and start using, simple as that.
- wppconnect-team/wppconnect-server-go
wppconnect-team/wppconnect-server-go PublicWppconnect Server in Go Lang is a ready-to-use API, just download, install, and start using, simple as that.
Go 1
- mornio-extension
mornio-extension PublicMornio - Make every new tab count. Extensao de nova guia calma e premium para Chrome.
JavaScript
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.
Uh oh!
There was an error while loading. Please reload this page.




