Skip to content
View BluLupo's full-sized avatar
📚
Always ready to learn
📚
Always ready to learn

Organizations

@Squirrel-Network @ChatControlCenter
Block or Report

Block or report BluLupo

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

Hi, I'm BluLupo!

  • 🏠 I live in Turin
  • 🐍 I like Python
  • 🌱 I’m currently learning React
  • 🌍 check out my website
  • 🌍 check out my blog
  • 🌍 check out my codewars
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','Nginx Proxy Manager'],
            '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

Pinned

  1. hersel.it hersel.it Public

    Portfolio Website

    CSS

  2. ChatControlCenter/chatcontrolcenter ChatControlCenter/chatcontrolcenter Public

    Open source bot to administer a telegram group with different functionalities and blacklist

    Python 6

  3. ChatControlCenter/api ChatControlCenter/api Public

    Python 1

  4. server-script server-script Public

    Collection of Scripts to be inserted into the Server Linux (Debian Base) created by me

    Shell