from typing import Dict
class SoftwareEngineer:
def __init__(self) -> None:
self.full_name = "Łukasz Żmudziński"
self.pronouns = ("he", "him")
self.languages = ["en_US", "pl_PL"]
def hello(self) -> str:
# Yes, Star Wars reference is on purpose :)
return "Hello there! Thanks for dropping by."
def get_contact_details(self) -> Dict[str, str]:
return {
"github": "https://github.com/lukzmu",
"dev": "https://dev.to/lukzmu",
"mastodon": "https://hachyderm.io/@lukzmu",
}
def get_current_job(self) -> Dict[str, str]:
return {
"role": "Tech Lead",
"company": "Merixstudio",
"url": "https://merixstudio.com",
}Block or Report
Block or report lukzmu
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
resume Public
Get to know me in this resume repository. My experience, projects, certification and more. PDF available.
TeX
-
-
notifly Public
Little addon for World of Warcraft that plays a sound when you get a new whisper from other players.
Lua
-
interaptor Public
A World of Warcraft addon that makes you "say" what did you cast to interrupt that pesky spell.
Lua
-
merixstudio/django-trench Public
django-trench provides a set of REST API endpoints to supplement django-rest-framework with multi-factor authentication (MFA, 2FA). It supports both standard built-in authentication methods, as wel…
714 contributions in the last year
Contribution activity
January 2023
Created 14 commits in 4 repositories
Created 1 repository
- lukzmu/apple-tutorials Swift






