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.sh",
"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.
Pinned Loading
-
-
.dotfiles
.dotfiles PublicA collection of terminal and useful apps configurations for software engineering work for MacOS.
Lua
-
reusable-actions
reusable-actions PublicReusable GitHub actions for my Python projects. Much fancy, very useful. Use at your own risk.
-
family-website
family-website PublicFamily website created using Python and the Pelican package presenting family members, animals and history.
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.