<?php
namespace QuangTruong;
class Developer {
public $name = "Nguyen Quang Truong";
public $role = "Developer";
public $focus = "Backend Systems & API Architecture";
public $location = "Ho Chi Minh City, Vietnam";
public function currently_working_on() {
return [
"Building scalable RESTful APIs with Laravel",
"Property Management Platform Development",
"Automating billing & invoice generation",
"RBAC system architecture"
];
}
}
┌─────────────────────────────────────────────────────────────┐
│ CORE SKILLS │
├──────────┬──────────┬──────────┬──────────┬──────────────┤
│ PHP │ Laravel │ MySQL │ REST │ Filament │
│ 8+ │ 12 │ │ API │ │
├──────────┼──────────┼──────────┼──────────┼──────────────┤
│ Git │ Docker │ Linux │ OOP │ Eloquent │
│ │ │ │ Patterns │ ORM │
└──────────┴──────────┴──────────┴──────────┴──────────────┘
$ cat projects.md- Property Management Platform @ C3TEK - Full lifecycle rental management with automated billing, RBAC, and PDF generation
- Medical Appointment Booking (Thesis) - Healthcare platform with VNPay integration and JWT authentication
- ChatBot (Android) - AI conversational app with Firebase real-time sync
─────────────────────────────────────────────────────
"First, solve the problem. Then, write the code."
— John Johnson
─────────────────────────────────────────────────────


