☕ — Welcome to the workshop. Pull up a chair, the code is still brewing. — ☕
public class TuanTu extends Developer {
public String location = "Hồ Chí Minh City, Việt Nam 🇻🇳";
// Primary expertise — production systems, service layers, REST API design
public String primary = "PHP · Laravel";
// Deep focus — architecture, security, real-time & async systems
public String growing = "Java · Spring Boot";
// Next strategic stack — structured addition, not just exploration
public String next = "Python · FastAPI";
// Own both sides of the counter when the project calls for it
public String frontend = "React (Vite) · TypeScript";
public String openTo = "Remote-first opportunities";
public String[] languages = { "Vietnamese", "English", "French" };
@Override
public String getPhilosophy() {
return "Write backend that holds. Build systems that scale. Ship code that lasts.";
}
}My depth lives in the backend — Laravel for production systems today, Spring Boot for architecture and scale, Python FastAPI as the strategic next layer. React handles the interface when the project calls for it.

