Skip to content
View lukzmu's full-sized avatar
🐙
Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn.
🐙
Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn.

Block or report lukzmu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lukzmu/README.md
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="Łukasz Żmudziński",
            super_power=Python,
            current_job=Company(
                name="STX Next",
                roles=(
                    Role.BACKEND_TEAM_LEAD,
                    Role.SENIOR_BACKEND_ENGINEER,
                    Role.TECHNICAL_RECRUITER,
                ),
            ),
            contact={
                "family_website": "https://zmudzinski.me",
                "github": "https://github.com/lukzmu",
            },
        )

    def hello_there(self) -> str:
        return f"General {self._person.name}. You are a bold one!"

Pinned Loading

  1. resume resume Public

    My job history, certification and projects.