Skip to content
View Drixner's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report Drixner

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

Hi My name is Drixner

class Drixner:

    def __init__(self):
        self.username = 'Drix'
        self.name = 'Drixner'
        self.web = 'drixner.com'
        self.email = 'hola@drixner.com'
        self.code = {
            'frontend': ['HTML', 'CSS', 'JavaScript','Boostrap', 'VueJs', 'tailwindCSS', 'Vite','Bootstrap', 'React'],
            'backend': ['Python','FastApi', 'NodeJS', 'NodeJS'],
            'database': ['MySQL', 'SQLserver'],
            'devops': ['Docker','Jenkins', 'GitHub Actions', 'AWS', 'GoogleCloud', 'Azure'],
            'tools': ['GIT', '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()

Skills

CC++C#JavaScriptPythonTypeScriptVueHTML5ReactNextJsCSS3TailwindCSSSassBootstrapNodeJSFast APIMySQLMongoDBGraphQLFlaskPostgreSQLAmazon Web ServicesLinuxDockerFigmaGoogle Cloud

Socials

Badges

My GitHub Stats

Drixner's GitHub stats

Contributions in the last year:

github contribution grid snake animation

github contribution grid snake animation visitors

Popular repositories

  1. Drixner Drixner Public

    A little bit about myself.

    3

  2. holbertonschool-AirBnB_clone holbertonschool-AirBnB_clone Public

    Python 3

  3. zero_day zero_day Public

    This is my first repository as a full-stack engineer

    C

  4. shell shell Public

    Exploring the basic Bash (shell) commands

    Shell

  5. holberton-system_engineering-devops holberton-system_engineering-devops Public

    Project badge Command line for the win

  6. holbertonschool-low_level_programming holbertonschool-low_level_programming Public

    This repository contains projects related to fundamental C programming concepts, including pointers, arrays, memory allocation, structures, function pointers, variadic functions, bit manipulation, …

    C