Skip to content
View VStahelin's full-sized avatar
🎃
Transforming ideas into reality through engineering and creativity! 🌐
🎃
Transforming ideas into reality through engineering and creativity! 🌐

Organizations

@whitestonedev @Geek-Fork @ZarpoViagens @GomuGomuu

Block or report VStahelin

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
VStahelin/README.md

Hello, I am Vitor José Stähelin!

class Engineer:
    def __init__(
            self,
            name: str,
            title: str,
            current_work: str,
            experience_years: int,
            technologies: list[str],
    ):
        self.name = name
        self.title = title
        self.current_work = current_work
        self.experience_years = experience_years
        self.technologies = technologies

    def introduce(self):
        print(f"👋 Hello, I am {self.name}!")
        print(f"🧑‍💻 {self.title} | Python 🐍 Lover | Technology Explorer 💡")
        print(f"💼 Currently a {self.title} at {self.current_work}")
        print(f"👨‍💻 Over {self.experience_years} years of experience with {', '.join(self.technologies)}")
        print("🚀 Always exploring new technologies and creating efficient solutions")


vitor = Engineer(
    name="Vitor José Stähelin",
    title="Full-Stack Engineer",
    current_work="Zarpo Viagens",
    experience_years=6,
    technologies=["Python", "TypeScript", "Django", "React", "Docker"],
)

if __name__ == "__main__":
    vitor.introduce()

# Output:
# 👋 Hello, I am Vitor José Stähelin!
# 🧑‍💻 Full-Stack Engineer | Python 🐍 Lover | Technology Explorer 💡
# 💼 Currently a Full-Stack Engineer at Zarpo Viagens
# 👨‍💻 Over 6 years of experience with Python, TypeScript, Django, React, Docker
# 🚀 Always exploring new technologies and creating efficient solutions

🛠️ Tech Stack:

Python TypeScript React Django TailwindCSS AWS PostgreSQL Redis Docker
Profile Details Overview Languages

*Status does not account for contributions in company repositories, my major contributions are there =(

🚀 Featured Projects:

  • whiteStone_dev: Co-founded whiteStone_dev, a group of developers in Pedra Branca - Palhoça, that meets periodically to discuss technology trends. Each season of our meetings focuses on different topics aimed at sharing knowledge, networking, and exchanging experiences. The sessions are recorded and posted on our blog, providing access to those who couldn't attend.
  • Merry: APIaaS designed as a wallet for One Piece TCG players. Allows to manage their card collections, track values, and operate as a marketplace. (Python, DRF, Redis, Celery, Docker)
  • OLOP Price Scraping: Web scraper for OLOP site, merging common scraping tactics with selenium/bf4 with computer vision to collect card values, all served through a flask API (Python, Flask, Redis, BS4, OCR)
  • Portfolio: My personal portfolio project built with React and TypeScript. ~In progress (Typescript, React, Tailwind)
  • CMS Portfolio: Repository that serves as a CMS, which also includes an automated system to generate and update a file map (site_map.json) of static resources, including images and structured data, hosted on GitHub Pages. (GH Actions)
  • LOL Live Team Companion: Little project to monitor League of Legends client and server live data to send everything to a shared dashboard. ~In progress

📬 Get in Touch:

Profile Views 👀

Pinned Loading

  1. GomuGomuu/merry GomuGomuu/merry Public

    Api backend

    Python 1

  2. GomuGomuu/olop-price-scraping GomuGomuu/olop-price-scraping Public

    Crowler microservice that monitors the OPTCG exchange rate on ALOP

    Python 1

  3. GomuGomuu/back-dev-kit GomuGomuu/back-dev-kit Public

    Fire-up all backend projetcs for develop

    Makefile 1

  4. GomuGomuu/one-piece-card-collector GomuGomuu/one-piece-card-collector Public

    Get the booster card collections from the official One Piece TCG website

    HTML 2

  5. lol-live-team-companion lol-live-team-companion Public

    Infra and services to monitor League of Legends client live data and send everything to a shared dashboard

    Python

  6. portfolio portfolio Public

    TypeScript 2