- 🖥️ See my portfolio at Myportfolio
class Drixner:
def __init__(self):
self.username = 'Drx'
self.name = 'Drixner'
self.web = 'drixner.com'
self.email = 'contacto@drixner.com'
self.code = {
'frontend': ['HTML', 'CSS', 'JavaScript','Boostrap', 'VueJs', 'tailwindCSS', 'Vite', 'React'],
'backend': ['Python','FastApi', 'NodeJS'],
'database': ['MySQL', 'SQLserver'],
'devops': ['Docker','Jenkins', 'GitHub Actions', 'AWS', 'GoogleCloud', 'Azure'],
'tools': ['GitHub', 'AstroNvim', 'NeoVim', 'Bash'],
'os': ['GNU/Linux'], ['Win']
'web_scraping': ['Scrapy', 'BeautifulSoup', 'Requests', 'Selenium', 'Puppeteer']
}
def __str__(self):
return self.name
if __name__ == '__main__':
me = Drix()
My GitHub Stats