Skip to content
View luigiPinna's full-sized avatar
Block or Report

Block or report luigiPinna

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

header

class WhoAmI:

    def __init__(self):
        self.name = "Luigi "
        self.role = "Full Stack Developer"
        self.company = "Aevoluta"
        self.hobbies = ["Run", "Surf"]
        self.my_portfolio = "www.luigipinna.com"
        self.interests = ["Ai", "Web3", "Economics"]
        self.improving_now = "React, Javascript"
        

    def say_hi(self):
        print("Hi there πŸ‘‹ I'm Luigi, hope you find some of my work interesting.")


me = WhoAmI()
me.say_hi()

visitors

🧬 Languages

Python Java JavaScript TypeScript C SQL

Murkup

HTML CSS

πŸ”§ Technologies & Tools

Azure Node.js Angular Flask Postman Spring PyCharm WebStorm VScode

πŸ‘‡ See More about me

luigiLurby luigi-pinna-7a651656 reallurby

Pinned

  1. PDFChatQA PDFChatQA Public

    This is a Python application that allows you to load a PDF and ask questions about it using natural language

    Python 1 1

  2. Cryptocurrency-Converter Cryptocurrency-Converter Public

    Cryptocurrency Converter project where you can convert cryptocurrencies to others and know the correct exchange rate

    JavaScript 1

  3. openai-generate-image openai-generate-image Public

    openai api

    HTML

  4. nft-test-deploy nft-test-deploy Public

    my first simple NFT project

    JavaScript