import this as Python
from corporate import Company, Role
from world.humanity import Person
class ComputerEngineer:
"""Sith Academy dropout, had to learn to code. Still waiting for the sequel."""
def __init__(self) -> None:
self._person = Person(
name="Lukasz Zmudzinski",
super_power=Python,
current_job=Company(
name="STX Next",
roles=(
Role.BACKEND_TEAM_LEAD,
Role.SENIOR_BACKEND_ENGINEER,
Role.TECHNICAL_RECRUITER,
),
),
contact={
"website": "https://zmudzinski.me",
"github": "https://github.com/lukzmu",
"linkedin": "https://www.linkedin.com/in/lukzmu",
},
)
def hello_there(self) -> str:
return f"General {self._person.name}. You are a bold one!"
🐙
Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn.
I write Python code and do nerdy things.
- Olsztyn, Poland
- zmudzinski.me
- in/lukzmu
Pinned Loading
-
reusable-actions
reusable-actions PublicReusable GitHub actions for my Python projects. Much fancy, very useful. Use at your own risk.
-
personal-website
personal-website PublicMy python site created with Python and the Pelican package.
Python
-
resume-builder
resume-builder PublicPython package for generating a resume PDF from structured data.
Python
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.