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.

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

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

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