Skills vs. MCP: Understanding the Tools Powering the Next Generation of AI Agents
25/01/2026
Skills provide the procedural 'know-how', while MCP provides the 'tools' to interact with the world. Learn how they differ and how to use them together.
INP Explained: The New Metric to Watch
14/01/2026
Google has replaced FID with INP (Interaction to Next Paint). Learn what this metric typically measures and how to optimize your main thread for responsiveness.
The End of Media Queries? Introduction to Container Queries
04/01/2026
Responsive design has always been bound to the viewport. Container Queries change the game by allowing components to adapt based on their parent container's size.
Rethinking State with React Server Components
17/12/2025
React Server Components (RSC) represent the biggest paradigm shift in React's history. Learn how to separate server and client logic for zero-bundle-size components.
React Activity: The Secret to Instant UI Transitions
03/12/2025
Discover how React's new Activity component revolutionizes conditional rendering. Learn to preserve state, boost performance, and create instant UI transitions in this deep dive.
Stop Writing Cursor Rules by Hand: A Guide to Automated Rule Generation
30/11/2025
Learn how to automatically generate Cursor rules for your project using AI, ensuring consistent coding standards without the manual effort.
When Your AI Coding Assistant Opens the Wrong Doors
20/11/2025
The rise of AI-assisted coding is transforming software development, but are we opening our systems to dangerous new security risks?
Mastering Array Destructuring for Cleaner JavaScript Code
19/06/2023
Array Destructuring in JavaScript
The Future of JavaScript: ECMAScript 2023 Highlights
06/06/2023
What's new in ECMAScript 2023
Getting Started with Filters in Nuxt 2
19/05/2020
Filters are a great functionality to apply text formatting and transformation to a value in Vue/Nuxt