class SoftwareEngineer:
def __init__(self, languages: List[str], databases: List[str], tools: List[str]):
self.languages = languages
self.databases = databases
self.tools = tools
Hamed_dev = SoftwareEngineer(
languages=["Python", "Go"],
databases=["PostgreSQL", "Redis", "MongoDB"],
tools=[
"Git",
"GitHub",
"Docker",
"Nginx",
"Elastic Search",
],
)
Pinned Loading
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.