coder-boy

Nam Vo Website

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

LATEST BLOG

blog cover

CORS and CSRF: How Attackers Exploit the Gaps

I used to think CORS was a security feature. It is, partially. But the more I understood it, the more I realized how narrow its protection actually is. This post walks through how CORS works under the hood, where it breaks down, what CSRF is, and how...
published 2026-04-04 18:08:15 +0700 · 5 mins read
Software Engineer
Software Engineer
blog cover

Optimizing Bulk Create Operations in Rails

Recently, my team ran into performance issues while handling bulk CUD (Create, Update, Delete) operations in a Rails application.Active Record provides validations and callbacks, which are excellent tools for maintaining data consistency. Rails contr...
published 2026-01-03 19:48:24 +0700 · 4 mins read
Software Engineer
Software Engineer
Ruby on Rails
Ruby on Rails