Skip to content
Carl Victor Fontanos
Carl Victor Fontanos

Carl Victor Fontanos

Software Engineer

I build web applications and share what I learn along the way.

© 2026

JavaScript

55 tutorials

Step-by-step programming tutorials on PHP, JavaScript, Laravel, WordPress and more.

JavaScript Beginner

"1 item" vs "2 items": Stop Writing That Ternary

Intl.PluralRules knows every language's plural categories and Intl.ListFormat writes "a, b, and c" correctly - two tiny APIs that end string-building guesswork.

2 min 2,439
JavaScript Intermediate

JSON.stringify Takes Two More Arguments Than You Think

The replacer filters and redacts on the way out, the reviver rebuilds Dates on the way in, and toJSON lets objects decide their own serialization. All native, all ignored.

2 min 1,680