I am a Software Engineer with 5+ years of experience specializing in crafting robust ERP solutions and scalable architectures. I bridge the gap between complex business requirements and elegant technical executions.
- 🔭 Focusing on: Advanced Odoo customizations (up to Odoo 19.0), System Architecture, and DevOps pipelines.
- 🤖 Exploring: Integration of AI/ML (Agentic workflows, LLMs, Claude) into modern ERP business systems.
- ⚙️ Infrastructure: Strong background in Linux administration, Docker containerization, CI/CD automation, and PostgreSQL optimization.
- 🎥 Community: Creator at DevOdoo, sharing best practices and system optimization techniques.
"Every problem has a solution; the key is to approach it with an open mind and a broad perspective."
- Languages: Python, JavaScript, SQL, XML
- ERP & Databases: Odoo Framework, PostgreSQL (Tuning & Pooling)
- Infrastructure & Cloud: Linux (Ubuntu), Docker, Nginx, CI/CD (GitHub Actions)
- Tools & AI Integration: Git, Postman, VS Code, Claude Skills, Agentic Stack
class Developer:
def __init__(self):
self.name = "Patrick Đặng"
self.role = "Odoo Tech Lead & Python Engineer"
self.specialties = ["Odoo ERP", "System Architecture", "AI Integration", "DevOps"]
self.community = "DevOdoo YouTube Channel"
def execute_mission(self):
return "Turning complex business problems into scalable, elegant technical solutions."
if __name__ == "__main__":
patrick = Developer()
print(patrick.execute_mission())
