Skip to content
Carlo Fontanos
Carlo Fontanos

Carlo Fontanos

Software Engineer

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

© 2026

Debugging

19 tutorials

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

CSS Intermediate

position: sticky Isn't Broken - Your Overflow Is

Sticky elements that refuse to stick are almost always trapped by an ancestor with overflow set, or a parent that is exactly as tall as they are. Here is the debugging checklist.

2 min 747
JavaScript Beginner

console.log Is the Least Interesting Thing About the Console

console.table, console.groupCollapsed, console.time and a few DevTools-only helpers like $0 and copy() will change how you debug. Most of them are one keystroke away and almost nobody uses them.

2 min 2,600