Category: JavaScript
-
The ResizeObserver API: A Practical Guide for Frontend Developers
What is the ResizeObserver API and how do you use it? A practical guide covering borderBoxSize, contentBoxSize, inlineSize, blockSize, observing multiple elements, and real-world use cases — with a live interactive demo.
-
CSS View Transitions: The Complete Developer Tutorial
Smooth page and UI transitions, built into the browser, with little to no JavaScript. This tutorial covers exactly how the View Transitions API works, the difference between same-document and cross-document transitions, real browser support in 2026, and the accessibility details most guides skip.
-
Top 5 Ways Frontend Developers Can Avoid Being Replaced by AI
AI will not replace frontend developers — but frontend developers who use AI better will replace those who don’t.
-
🧠 Top 10 JavaScript Interview Questions (With Detailed Answers for Intermediate Front-End Developers in 2025)
Prepare for your next developer role with these top 10 JavaScript interview questions for intermediate programmers.
-
Build Multi-step Cart Checkout Form With Alpine.js
Here’s an example of how you can create a multi-step checkout form using Alpine.js. In this example, we’ll create a simple 5 steps form where the user enters their shipping information and submit the form in the final steps.
-
Build News List With RESTful API & Fetch API
In this post, you will learn how to build a simple news list with RESTful API & Fetch API.
