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 is supported. This note will only be visible to 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.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!"

Pinned Loading

  1. nix-macos nix-macos Public

    A collection of terminal and useful app configurations for software engineering work for MacOS using Nix and Home Manager.

    Nix 3

  2. reusable-actions reusable-actions Public

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

  3. personal-website personal-website Public

    My python site created with Python and the Pelican package.

    Python

  4. resume-builder resume-builder Public

    Python package for generating a resume PDF from structured data.

    Python