coder-boy

Nam Vo Website

I developed this website to
share my knowledge and satisfy my coding passion

LATEST BLOG

blog cover

Jekyll Asset Caching Strategy for AWS S3 + CloudFront Deployment

Deploying a static Jekyll site to AWS can be fast, but without the right caching strategy, users might see stale content or you might waste bandwidth re-downloading unchanged assets.This blog explains a dual-cache policy that combines long-term cachi...
published 2025-08-11 10:52:50 +0700 · 3 mins read
Software Engineer
Software Engineer
Frontend
Frontend
blog cover

Safe Concurrent Updates in Rails with Locks and Atomic SQL

Some applications require handling concurrent updates, like buying concert tickets or transferring money. In these cases, data consistency and atomicity are critical. Any mistake can lead to overbooking, double-spending, or even lost money. This post...
published 2025-08-08 10:21:06 +0700 · 3 mins read
Software Engineer
Software Engineer
Ruby on Rails
Ruby on Rails