coder-boy

Nam Vo Website

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

LATEST BLOG

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
blog cover

Make Our Utils Functions Immutable

I chose JavaScript for this blog because it has both mutable and immutable objects and methods,  while language like Haskell enforces immutability everywhere1. Mutable vs Immutable Objects and MethodsWhen we say an object is immutable, we mean i...
published 2025-11-22 18:12:27 +0700 · 3 mins read
Software Engineer
Software Engineer