Skip to content
View rafnixg's full-sized avatar
:octocat:
Working from home
:octocat:
Working from home

Organizations

@tinaquillo-dev @sead-sac

Block or report rafnixg

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
rafnixg/README.md

Hi, I'm Rafnix Guzmán a Python Software Developer

Python application Visitors Ask DeepWiki

class RafnixG:

    def __init__(self):
        self.username = 'rafnixg'
        self.name = 'Rafnix Guzmán'
        self.position = 'Python Software Developer'
        self.web = 'https://rafnixg.dev'
        self.links = 'https://links.rafnixg.dev'
        self.blog = 'https://blog.rafnixg.dev'
        self.cv = 'https://resume.rafnixg.dev'
        self.twitter = '@rafnixg'
        self.code = {
            'backend': ['Python', 'Odoo', 'Flask', 'Django', 'FastAPI', 'NodeJS', 'PHP'],
            'database': ['PostgreSQL', 'MySQL', 'SQLite3', 'Mongo DB', 'Redis'],
            'devops': ['Docker', 'Linux', 'Jenkins', 'GitHub Actions', 'AWS', 'Proxmox'],
            'frontend': ['HTML', 'CSS', 'JavaScript', 'ReactJS', 'Svelte', 'Boostrap'],
            'tools': ['GIT', 'GitHub', 'GitLab', 'Pandas', 'Jupyter notebook', 'SQLAlchemy', 'Celery', 'Nginx'],
            'misc': ['Firebase', 'TDD', 'SCRUM', 'SOLID', 'gRPC', 'ML', 'Tech Writer']
        }
        self.architecture = ['SPA', 'MVC', 'Serverless', 'microservices']

    def __str__(self):
        return f'{self.name} | {self.position}'


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

Get in touch

Latest Posts (Spanish)

Pinned Loading

  1. rafnixg rafnixg Public

    Personal README for GitHub Profile

    Python 125 33

  2. rafnixg-lib rafnixg-lib Public

    Rafnix Guzman Personal Card

    Python 20

  3. bcv-api bcv-api Public

    BCV Exchange rate: This API is used to get the exchange rate of the BCV (Central Bank of Venezuela)

    Python 20 4

  4. Configure Odoo for Development envir... Configure Odoo for Development enviroment in VSCode
    1
    # Blogpost sobre como crear un entorno para Odoo usando VSCode
    2
    [https://blog.rafnixg.dev/creando-un-entorno-de-desarrollo-para-odoo-140-con-vscode-en-ubuntu-2204](https://blog.rafnixg.dev/creando-un-entorno-de-desarrollo-para-odoo-140-con-vscode-en-ubuntu-2204)
    3
    
                  
    4
    # Install postgresql
    5
    ```bash
  5. links links Public

    A modern static site generator for creating beautiful link bio pages

    Python 3 1

  6. own_wsgi own_wsgi Public

    This is a simple tutorial on how to create your own WSGI server. This tutorial is for educational purposes only. It is not recommended to use this server in production.

    Python 1