Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rafnixg/rafnixg

Personal README for GitHub Profile
https://github.com/rafnixg/rafnixg

python readme readme-profile

Last synced: about 1 month ago
JSON representation

Personal README for GitHub Profile

Awesome Lists containing this project

README

        

## Hi, I'm Rafnix Guzmán a Python Software Developer
![](https://raw.githubusercontent.com/rafnixg/rafnixg/master/rafnix_header.jpeg)

![Python application](https://github.com/rafnixg/rafnixg/workflows/Python%20application/badge.svg?branch=master&event=schedule) ![Visitors](https://visitor-badge.laobi.icu/badge?page_id=rafnixg.rafnixg)
```python
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

- Personal Site: https://rafnixg.dev?ref=github-banner
- Links: https://links.rafnixg.dev?ref=github-banner
- CV Resume: https://resume.rafnixg.dev?ref=github-banner
- Personal Blog: https://blog.rafnixg.dev?ref=github-banner
- Twitter: https://twitter.com/rafnixg

## Latest Posts (Spanish)

- [Shell de Odoo: Domina Operaciones Avanzadas, Integración de Librerías y Automatización de Tareas](https://blog.rafnixg.dev/shell-de-odoo-domina-operaciones-avanzadas-integracion-de-librerias-y-automatizacion-de-tareas)

- [Explorando Odoo a fondo: Cómo trabajar con la shell de la CLI y configurar IPython como REPL](https://blog.rafnixg.dev/explorando-odoo-a-fondo-como-trabajar-con-la-shell-de-la-cli-y-configurar-ipython-como-repl)

- [Crea tu propio chatbot con la API de OpenAI y Gradio en Python](https://blog.rafnixg.dev/crea-tu-propio-chatbot-con-la-api-de-openai-y-gradio-en-python)

- [Los servicios que uso en mi HomeLab server: virtualización, contenedores y más.](https://blog.rafnixg.dev/los-servicios-que-uso-en-mi-homelab-server-virtualizacion-contenedores-y-mas)

- [Creando un entorno de desarrollo para Odoo 14.0 con VSCode en Ubuntu 22.04](https://blog.rafnixg.dev/creando-un-entorno-de-desarrollo-para-odoo-140-con-vscode-en-ubuntu-2204)