Skip to content
View Alvix11's full-sized avatar

Block or report Alvix11

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Alvix11/README.md

πŸ‘‹ Hi, I'm Alvin Angulo

πŸ§‘β€πŸ’» About Me

Backend Developer with hands-on experience in Python, Django & Odoo. I build custom Odoo modules, REST APIs with Django REST Framework, and work with containerized environments using Docker. Self-taught, currently expanding into Rust and systems programming.

  • πŸ’Ό Open to backend development opportunities (Odoo / Python / Django)
  • ⚑ Specialized in Odoo customization, REST APIs, PostgreSQL, Docker
  • πŸ“« alvinangulo.cv@gmail.com

πŸ› οΈ Languages and Tools

Python Rust Django DRF Odoo PostgreSQL Docker REST API Linux Git


πŸš€ Projects

πŸ”— Global API Integration Module (Odoo 17)

Custom Odoo module that integrates sales orders with an external production system. Implements a full automated sync cycle: sends orders, pulls responses via cron jobs, adjusts order lines dynamically, feeds inventory, and confirms orders β€” reducing manual intervention entirely. Python Β· Odoo Β· REST API Β· XML-RPC Β· Docker


πŸ›’ Invoice Payment Report (Odoo Apps)

Custom Odoo 17 module published on the official Odoo App Store. Lists all payments associated with each invoice β€” amount, date, journal, and payment reference β€” directly from the invoice view. Designed for accountants who need full payment traceability per invoice. Python Β· Odoo 17 Β· PostgreSQL Β· XML Β· QWeb

πŸ”— View on Odoo Apps


πŸ“ Blogging Platform API

REST API for managing blog posts (CRUD) built with Django 5 and Django REST Framework. Features environment-based configuration, PostgreSQL integration, DRF serializers/views, and basic test coverage. Clean base for a content microservice. Python Β· Django Β· DRF Β· PostgreSQL

πŸ”— View on GitHub


πŸ“« Connect with Me


πŸ“Š GitHub Stats

GitHub Streak

Pinned Loading

  1. blogging-platform-API blogging-platform-API Public

    REST API to manage posts (create, read, update, delete) built with Django and Django REST Framework. Ideal for learning or as a base for a blog or content microservice.

    Python

  2. personal-blog personal-blog Public

    A personal blog web application built with Django. It allows authenticated users to read posts. Only the admin has the privilege to create, list, edit and delete posts, with access to the admin pan…

    Python