Cross-Stack
Mobile Specialist.
Senior Software Consultant specializing in robust mobile architectures and end-to-end engineering. From native Android leadership to cloud-native web systems, I build digital tools that are as stable as a terminal and as fluid as the modern web.
// Welcome to my portfolio
import { Engineer } from 'core@types';
const profile: Engineer = {
name: 'Trong Le',
role: 'Senior Consultant I',
company: 'Ingage Partners',
stack: ['Android/Kotlin', 'React Native', 'React/Next.js', 'Node/AWS'],
expertise: 'Clean Architecture & Performance Systems',
location: 'Austin, TX',
experience: '9+ years',
status: 'Available for high-scale architectural design'
};
export default async function Init() {
const app = await Deploy(profile);
return app.optimize();
}
// Log: Infrastructure is deploying...Featured Projects

Fifth Third Bank
Enterprise banking application serving millions of customers. Developed secure authentication flows and transaction features for Android platform.

SentriConnect
Real estate lockbox management system. Built Bluetooth integration for secure property access and agent scheduling features.

Box Tops for Education
General Mills education fundraising app. Built receipt scanning features and rewards tracking for Android platform.
The Consultant Playbook: Building Trust With a New Team
Technical skill gets you in the door. Here's how to earn a new team's trust — through listening, consistency, and knowing when to stay out of the politics.
The Consultant's Playbook: Ramping Up on a New Client
How to get oriented fast on a new consulting engagement — understanding the business, the codebase, and knowing which questions to ask versus answer yourself.
How I Use Git in My Day-to-Day
A senior lead's guide to Git as a communication tool. Learn daily routines, atomic commits, and the commands that save your history.