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="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!"

Pinned Loading

  1. resume resume Public

    My job history, certification and projects.

    Python

  2. .dotfiles .dotfiles Public

    A collection of terminal and useful apps configurations for software engineering work for MacOS.

    Lua

  3. reusable-actions reusable-actions Public

    Reusable GitHub actions for my Python projects. Much fancy, very useful. Use at your own risk.

  4. family-website family-website Public

    Family website created using Python and the Pelican package presenting family members, animals and history.

    Python