author-pic

Michael Jude Larocca

CSS Pseudo-Elements: Enhance Your Projects with Style!

Posted on September 29, 2025

This article explores CSS pseudo-elements, which enable easy styling and content modification without additional HTML elements, and how I used them to create eyes for the ghosts in my JS Pac-Man game…

Read full post

What Is “State” in JavaScript, and How to Use It in Your Projects

Posted on September 22, 2025

State in JavaScript refers to the underlying data that represents your application's current condition. This article covers how I implemented state in a real-world scenario, my Pac-Man game project…

Read full post

Mastering JavaScript: The Power of forEach and Ternary Operators

Posted on August 18, 2025

This article explores how to effectively use JavaScript's forEach method in combination with the ternary operator, enhancing your understanding of the underlying code while writing it more efficiently…

Read full post