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

Hidden Features

42 tutorials

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

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
CSS Intermediate

The popover Attribute: Dropdowns Without the JavaScript

Toggle behavior, light dismiss, Escape handling, top-layer rendering - the popover attribute gives you all of it declaratively. Menus and tooltips just got dramatically simpler.

2 min 1,773
JavaScript Intermediate

The Form Validation API You Already Shipped

required, pattern and type attributes feed a full JavaScript API: custom error messages, on-your-terms timing, and async checks - without a validation library.

2 min 1,757
JavaScript Advanced

A 15-Line Proxy That Tells You Exactly What Changed

Dirty checking, undo history, "unsaved changes" warnings - all reduce to knowing when an object changed. Proxy intercepts the writes themselves, no framework needed.

2 min 1,666