BluLupo / BluLupo

My special ReadMe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi, I'm BluLupo!

  • ๐Ÿ  I live in Turin
  • ๐Ÿ I like Python
  • ๐ŸŒฑ Iโ€™m currently learning Javascript
  • ๐ŸŒ check out my website
  • ๐ŸŒ check out my blog
class BluLupo:

    def __init__(self):
        self.username = 'BluLupo'
        self.name = 'Hersel Giannella'
        self.position = 'Analyst & System Integrator & PythonDev'
        self.web = 'https://hersel.it'
        self.blog = 'https://blog.hersel.it'
        self.linkedin = 'https://linkedin.com/in/hersel-giannella-654580111'
        self.code = {
            'backend': ['Python', 'Flask', 'Django', 'FastAPI', 'PHP'],
            'database': ['PostgreSQL', 'MySQL', 'SQL Server', 'Redis'],
            'devops': ['Docker', 'Linux', 'Proxmox','VMWare','Kubernetes'],
            'frontend': ['HTML', 'CSS', 'JavaScript', 'VueJS', 'Boostrap'],
            'tools': ['GIT', 'GitHub', 'GitLab', 'Nginx'],
            'misc': ['HL7-FHIR', 'Agile', 'Hardware-Expert']
        }
        self.architecture = ['MVC', 'REST-API', 'Headless']

    def __str__(self):
        return f'Name: {self.name}\nPosition: {self.position}\nWebsite: {self.web}'


if __name__ == '__main__':
    me = BluLupo()
    print(me)

Badges

An image of @blulupo0's Holopin badges, which is a link to view their full Holopin profile


๐Ÿ› ๏ธ My Projects

GitHub

External

About

My special ReadMe