Giter Site home page Giter Site logo

Hi Imperium of Man ๐Ÿ‘‹

About me ๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ

# -*- 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()

Facundo's Projects

books-swords icon books-swords

Library project for Full Stack Node.js Codo a Codo 2024

inmobiliaria2023 icon inmobiliaria2023

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

itscremodelado icon itscremodelado

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

library-project icon library-project

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

recetaswebcac23 icon recetaswebcac23

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.