Skip to content
View marcosurbanski's full-sized avatar

Block or report marcosurbanski

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
marcosurbanski/README.md

Hello, i'm Marcos Antonio Urbanski

class Programmer:
    def __init__(self):
        self.name = "Marcos Antonio Urbanski"
        self.role = ["Backend Developer"]
        self.stack = ["Python", "Django", "Linux", "CI/CD"]
        self.mission = "Build clean, scalable, and meaningful solutions πŸš€"

        self.intro()

    def intro(self):
        print(f"### Hi there, I'm {self.name} πŸ‘‹")
        print(f"I'm a {' | '.join(self.role)}")
        print("βš™οΈ Passionate about Python, Automation, and Clean Code")
        print("πŸ“¦ Current project: A private video-course platform with Django")
        print("🌐 Visit: www.urbpy.com.br")
        print("πŸ’‘ Let's build something amazing together!")

# Launch
urbans = Programmer()

Connect with me:

urbanskii urbanski urbanskii urbanskii urbanskii urbanskii


urbanskii

GIF

Languages and Tools:

High Skill:

urbanskii

Medium Skill:

java git github linux

Low Skill:

php java python ruby docker

Pinned Loading

  1. algorithmspath_my_learn algorithmspath_my_learn Public

    This repo is for my studies on algorithmspath

    Python

  2. urbpy urbpy Public

    Repositorio criado para o projeto do curso Django do Pythonpro

    Python