Skip to main content
← All Tags

Web Development

303 articles in this category (Page 12 of 13)

AI NewsAI EngineeringWeb Development

Goose Desktop and Developer Extension Build Interactive Web App

AI-assisted development with Goose Desktop built an interactive choose-your-own-adventure winter wonderland web app with a single HTML file.

Read more
AI NewsCSSWeb Development

CSS Wrapped 2025 | New Features in Google Chrome

Google Chrome shipped several new CSS features in 2025, including the Interest Invoker API and custom CSS functions.

Read more
AI NewsCSSWeb Development

CSS `text-grow` Property Prototyped in Chrome Canary 145

Chrome Canary 145 introduces a `text-grow` property to fit text to container width, addressing a long-standing CSS layout challenge.

Read more
AI NewsWeb DevelopmentEducation

Explaining HTML and CSS to a 5-Year-Old Reveals Core Web Principles

A developer's attempt to explain web fundamentals to a young child led to a rediscovery of the core separation between content (HTML) and presentation (CSS).

Read more
AI NewsProductivityWeb Development

Prompt Enhancer: On-Device AI for Better ChatGPT Prompts

Chrome extension uses Gemini Nano to refine ChatGPT prompts locally, improving output quality without data leaving the browser.

Read more
AI NewsJavaScriptWeb Development

Bundling without a bundler with esm.sh

esm.sh enables browser-side bundling, cutting load times by eliminating redundant network requests.

Read more
AI NewsWeb DevelopmentStatic Sites

Quesby Automates SEO for Eleventy Sites Without Plugins or Runtime Code

Quesby eliminates plugin dependencies for SEO by generating metadata at build time using a single Eleventy model.

Read more
AI NewsData AnalysisWeb Development

Zero-Code Data Analyst Tool Built with FastAPI and Plotly

A zero-code data analyst tool processes 100k+ CSV rows in-browser using FastAPI and Plotly.

Read more
AI NewsWeb DevelopmentCSS

Scrollytelling on Steroids With Scroll-State Queries

CSS-Tricks demos non-linear scrollytelling using scroll-state queries, enabling interactive storytelling via horizontal scrolling.

Read more
AI NewsWeb DevelopmentProduct Management

What Most Devs Forget When Launching (and Regret Later)

70% of product success hinges on non-code factors like feedback loops and analytics, not just code quality.

Read more
AI NewsNext.jsCMS

Choosing the Right CMS for Your Next.js Site: Headless Versus File-Based

Headless vs. file-based CMS for Next.js: Which scales better for your team and deployment needs?

Read more
AI NewsWeb DevelopmentCSS

Prevent a page from scrolling while a dialog is open

Chrome 144 introduces overscroll-behavior updates to prevent page scrolling during dialog interactions.

Read more
AI NewsWeb DevelopmentSEO

Implementing Generative Engine Optimization (GEO) in Your Projects

Optimize content for AI parsing with semantic HTML and structured data, as outlined in a 2025 Dev.to guide.

Read more
AI NewsWeb DevelopmentStartup Tools

Why I Decided to Explore Cipherseek.com — And What I Think of the Idea

Cipherseek.com, launched in 2025, offers a minimalist platform for small-scale web projects.

Read more
AI NewsWeb DevelopmentRust

Server-Sent Events (SSE) Outperform WebSockets for One-Way Real-Time Updates

Hyperlane's SSE support simplifies real-time updates with lower complexity than WebSockets.

Read more
AI NewsWeb DevelopmentFrontend Engineering

Profile Card 2025: simple, responsive profile cards built with HTML, CSS & JS

A lightweight profile card built with HTML, CSS, and JS, offering responsive design and accessibility for modern web projects.

Read more
AI NewsDevOpsWeb Development

🚀My First Portfolio Deployment with Nginx on Killercoda: A Step-by-Step DevOps Walkthrough

This guide details deploying a portfolio website using Killercoda and Nginx, achieving a live site in under 10 steps.

Read more
AI NewsJavaScriptWeb Development

React vs. Vue.js: The 2025 Developer’s Guide to Performance, Ecosystem, and Scalability

React and Vue.js remain top choices for web development, with Vue.js showing a slight edge in initial render times for small to medium-sized SPAs.

Read more
AI NewsDevOpsWeb Development

Deploying a Task Automation App: Common Pitfalls and a Streamlined Checklist

A developer details their first production deployment, highlighting common issues like relative paths, SPA routing, and build configuration errors.

Read more
AI NewsCSSWeb Development

On Inheriting and Sharing Property Values

Exploring methods to dynamically link CSS property values, addressing the current lack of a direct 'compute()' function for value inheritance.

Read more
AI NewsAIWeb Development

The SEO-to-GEO Shift: How Developers Must Optimize for AI-Generated Answers

GEO strategies boost content visibility by 40% in AI-driven search, replacing traditional SEO tactics.

Read more
AI NewsJavaScriptWeb Development

JavaScript: A Developer's Unexpected Affinity

A developer shares their journey from initial chaos to enjoyment of JavaScript, highlighting the power of `async/await`.

Read more
AI NewsCareer ChangeWeb Development

A Developer's Journey: From Córdoba to Barcelona and JavaScript

Laura Montironi documents a career change into web development, highlighting the challenges and triumphs of learning to code.

Read more
AI NewsWeb DevelopmentCSS

Should We Even Have :closed? | CSS-Tricks

CSSWG defers :closed pseudo-class, opting for :not(:open) as of 2025.

Read more