Skip to content
Carlo Fontanos
Carlo Fontanos

Carlo 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 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,699
JavaScript Advanced

Measure Real User Performance with PerformanceObserver

Lighthouse tells you about your machine. PerformanceObserver tells you about your users - long tasks, slow interactions and layout shifts, from the field, in a few lines.

2 min 1,344
JavaScript Beginner

Stop Using Math.random() for IDs: crypto.randomUUID()

Math.random-based IDs collide more than you think and are predictable by design. The browser ships a real UUID generator and a cryptographic random source - both one-liners.

2 min 2,998
JavaScript Intermediate

Your Tabs Can Talk to Each Other: BroadcastChannel

Log out in one tab, stay logged in at the other five? BroadcastChannel syncs state across tabs in three lines - and the storage event covers the legacy cases.

2 min 2,531