# -*- coding: utf-8 -*-
class FullStackDeveloper:
def __init__(self):
self.name = "Facundo Savanco"
self.role = "Full Stack Developer"
self.languages_spoken = ["es_ES", "en_US"]
self.tech_stack = ["Python", "Flask", "Django", "JavaScript/Typescript", "React", "Next.js", "HTML", "CSS/Tailwind"]
self.hobbies = ["New Technologies & Frameworks", "Chemistry & Other Science Fields", "Videogames", "Books", "Gym"]
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. Check out my pinned repos to see some of my recent experimental projects!")
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!")
facundo = FullStackDeveloper()
facundo.greet()
facundo.show_skills()
- Cรณrdoba, Argentina
-
17:20
(UTC -03:00) - https://facundosav.vercel.app/
- 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.