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()
- Córdoba, Argentina
-
05:19
(UTC -03:00) - https://facundosavanco.com
- in/facundosavanco
Pinned Loading
-
-
ITSCRemodelado
ITSCRemodelado PublicThis repository contains an experiment of remodeling ITSC's website, which looks at least 20 years old.
HTML
-
library-project
library-project PublicThis is my version of the challenge provided by midudev. It was developed using React, Next.js, TypeScript, and Tailwind CSS.
TypeScript 1
-
airline-challenge
airline-challenge PublicNext.js application for displaying flights between different destinations.
TypeScript 1
-
RecetasWebCAC23
RecetasWebCAC23 PublicForked from Zzebastian/RecetasWebCAC23
Cookingology is a recipe website developed as part of a Codo a Codo program.
HTML
-
Inmobiliaria2023
Inmobiliaria2023 PublicInmobiliaria Andes website, where you can find listings of properties for rent, sale, and purchase.
HTML
If the problem persists, check the GitHub status page or contact support.
