Backend Engineer · System Builder · AI/NLP Learner

Hi, I'm Vinh.

I build backend systems with .NET, databases, and practical engineering habits. I also study AI, NLP, and write down what I learn through technical articles, research notes, and project case studies.

A developer workstation with code, database diagrams, and research notes
Build systems · Learn deeply · Share clearly

Currently

What I am exploring now

Now page

Backend reliability

Concurrency, transactions, idempotency, inventory flows, and service boundaries.

Systems fundamentals

C++, algorithms, performance, Linux, and the developer workstation as a system.

AI and NLP

Transformers, LoRA/QLoRA, summarization, evaluation, and research workflow.

Featured Articles

Edited technical writing

Longer notes on backend engineering, databases, Linux, and AI concepts.

All articles

Selected Projects

Case studies, not badges

Each project focuses on the problem, role, decisions, tradeoffs, and lessons learned.

All projects

case-study

LETOS

An e-commerce operations system centered on inventory, order flow, marketplace integration, and backend reliability.

Role
Backend engineer
Stack
.NET · MySQL · EF Core · Nginx
ecommerceinventoryintegrations

case-study

VANGIAI

An e-commerce architecture case study covering frontend, backend APIs, database choices, Docker, Nginx, and deployment.

Role
Project builder
Stack
Next.js · Node.js · MongoDB · Docker · Nginx
ecommercedeploymentfull-stack

active

Vietnamese News Summarization Research

An applied NLP project connecting dataset preparation, model adaptation, evaluation, and engineering workflow.

Role
Research and engineering
Stack
Python · Transformers · LoRA · QLoRA · FAISS
ainlpresearch

case-study

Zenpack

A cloud-based logistics and operations platform focused on workflow clarity and integration-heavy backend design.

Role
Full-stack/backend contributor
Stack
Next.js · .NET · PostgreSQL · Docker
logisticsworkflowcloud

Research

Paper reviews and experiments

Research archive

Recent Notes

Small pieces of a public knowledge base

All notes
notesAug 6, 20261 min read

Pre-Layer Normalization in Transformers

A short note on why moving LayerNorm before attention and feed-forward blocks can improve training stability.

transformerslayernormdeep-learning