Skip to content
View Vedgge's full-sized avatar
:electron:
:electron:

Block or report Vedgge

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

Hello, Imperium of Man

About me

class SoftwareEngineer:
    def __init__(self):
        self.name = "Facundo Savanco"
        self.role = "Software Engineer"
        self.languages_spoken = ["es_ES", "en_US"]
        self.tech_stack = [
            "PHP (Laravel, Symfony, Lithium, Yii, etc)",
            "Python (Flask, Django, FastAPI)",
            "Java (Spring Boot, Hibernate, JPA, etc)",
            "Go",
            "JavaScript/TypeScript (React, Angular, Vue.js, Next.js, etc)",
            "HTML - CSS (Tailwind, Bootstrap, SASS, etc)",
            "MySQL - PostgreSQL - MongoDB - MariaDB - SQLServer",
            "Git/Github",
            "Docker",
            "Kubernetes",
            "CI/CD (GitLab, GitHub Actions, Jenkins)",
            "API Development (REST, GraphQL, etc)",
            "Cloud-Native Development (AWS, Azure, etc)",
            "Microservices Architecture",
            "Event-Driven Architecture",
            "Domain-Driven Design",
        ]
        self.hobbies = [
            "New Technologies & Frameworks",
            "Gym",
            "D&D",
            "Videogames",
            "Books",
        ]
        self.job_experience = [
            "Built and maintained insurance management features with PHP, Symfony, and MySQL.",
            "Performed QA testing to improve product reliability and release quality.",
            "Developed decision and financial engines, payment processor integrations, and API maintenance in Angular apps.",
            "Led a team of five to deliver a collections platform with a Python API layer and third-party credit and dialer integrations.",
            "Developed data ingestion and monitoring services for multi-vendor device data pipelines.",
        ]

    def greet(self):
        print(f"Hey! I'm {self.name}, a passionate {self.role}.")
        print("When I'm not coding, you can find me exploring the realms of " + ", ".join(self.hobbies) + ".")
        print("Thanks for visiting my GitHub profile!")

    def show_skills(self):
        print(f"My tech stack includes: {', '.join(self.tech_stack)}")
        print("I'm always eager to learn more, so feel free to share your knowledge!")

    def show_experience(self):
        print("Experience I've gained from my jobs:")
        for item in self.job_experience:
            print(f"- {item}")


facundo = SoftwareEngineer()
facundo.greet()
facundo.show_skills()
facundo.show_experience()

Pinned Loading

  1. mate-dragons mate-dragons Public

    PHP powered e-commerce platform

    TypeScript

  2. ITSCRemodelado ITSCRemodelado Public

    This repository contains an experiment of remodeling ITSC's website, which looks at least 20 years old.

    HTML

  3. library-project library-project Public

    This is my version of the challenge provided by midudev. It was developed using React, Next.js, TypeScript, and Tailwind CSS.

    TypeScript 1

  4. airline-challenge airline-challenge Public

    Next.js application for displaying flights between different destinations.

    TypeScript 1

  5. RecetasWebCAC23 RecetasWebCAC23 Public

    Forked from Zzebastian/RecetasWebCAC23

    Cookingology is a recipe website developed as part of a Codo a Codo program.

    HTML

  6. Inmobiliaria2023 Inmobiliaria2023 Public

    Inmobiliaria Andes website, where you can find listings of properties for rent, sale, and purchase.

    HTML