Endigest logo
Endigest
All Tech BlogsExplore TagsSend Feedback
Newsletter
Endigest logo
Endigest

© 2026 Endigest. All rights reserved.

  • About
  • Privacy
  • Terms
  • Contact
  • RSS

Frontend Articles

Explore real-world engineering experiences from top tech companies.

필터 초기화
⌘K
AllFrontendBackendAI / MLML OpsDevOpsMobileArchitectureData EngSecurityProductCulture

Trending Posts

#1
Pinterest logoPinterest

Making User-Sequence Data More Cost-Efficient, Faster, and Easier to Use

9 views2026-05-21
#2
The Hacker News logoThe Hacker News

Agent AI is Coming. Are You Ready?

9 views2026-05-20
#3
Hugging Face logoHugging Face

Specialization Beats Scale: A Strategic Variable Most AI Procurement Decisions Overlook

6 views2026-05-22
#4
Google Cloud logoGoogle Cloud

The agentic era: Architecting the blueprint for mission impact across the public sector

6 views2026-05-19
#5
CSS-Tricks logoCSS-Tricks

The State of CSS Centering in 2026

5 views2026-05-22
#6
Databricks logoDatabricks

How enterprise leaders are scaling AI agents across their organization

3 views2026-05-28

Get the latest tech trends every morning

Receive daily AI-curated summaries of engineering articles from top tech companies worldwide.

  • 1
  • More pages
  • 7
  • 8
  • 9
  • More pages
  • 13
CSS-Tricks logoCSS-Tricks
71 min read
Frontend•2026-03-11

Abusing Customizable Selects

This article explores creative demos built with the new customizable <select> HTML element available in Chromium-based browsers.

Articles
CSS functions
html elements
select
Smashing Magazine logoSmashing Magazine
11 min read
Frontend•2026-03-10

Building Dynamic Forms In React And Next.js

This article compares two approaches to building complex multi-step forms in React: the component-driven model (React Hook Form + Zod) and the data-driven model (SurveyJS).

CSS-Tricks logoCSS-Tricks
21 min read
Frontend•2026-03-09

The Value of z-index

This article explores a systematic approach to managing z-index values in CSS, addressing the common "arms race" of arbitrary magic numbers in large projects.

Articles
css properties
stacking contexts
Figma logoFigma
181 min read
Frontend•2026-03-05

How to supercharge your design system with slots

This post introduces Figma's slots feature, a new way to make design systems more flexible without sacrificing structural consistency.

CSS-Tricks logoCSS-Tricks
21 min read
Frontend•2026-03-05

The Different Ways to Select <html> in CSS

This article explores the various CSS selectors that can target the <html> element, ranging from practical to purely academic.

Articles
selectors
CSS-Tricks logoCSS-Tricks
51 min read
Frontend•2026-03-02

Popover API or Dialog API: Which to Choose?

This article explains the key differences between the Popover API and Dialog API, focusing on accessibility and when to use each.

Articles
accessibility
dialog
popover
Smashing Magazine logoSmashing Magazine
11 min read
Frontend•2026-03-02

Getting Started With The Popover API

The article explores rebuilding a tooltip using the browser's native Popover API, replacing complex JavaScript implementations with declarative HTML.

CSS-Tricks logoCSS-Tricks
21 min read
Frontend•2026-02-27

What’s !important #6: :heading, border-shape, Truncating Text From the Middle, and More

A roundup of recent CSS tips, new platform features, and community discoveries from the web development world.

Articles
news
CSS-Tricks logoCSS-Tricks
41 min read
Frontend•2026-02-27

Yet Another Way to Center an (Absolute) Element

This article introduces a modern CSS technique to center absolute-positioned elements using just three lines of code.

Articles
layout
position
WebKit logoWebKit
41 min read
Frontend•2026-02-26

Release Notes for Safari Technology Preview 238

Safari Technology Preview 238 introduces several new web platform features and bug fixes across CSS, animations, forms, scrolling, and Web APIs.

Safari Technology Preview
Figma logoFigma
171 min read
Frontend•2026-02-26

Building frontend UIs with Codex and Figma

This post introduces the Figma MCP server for Codex, enabling two-way workflow between Figma and code.

CSS-Tricks logoCSS-Tricks
41 min read
Frontend•2026-02-25

A Complete Guide to Bookmarklets

This article provides a comprehensive guide to bookmarklets — JavaScript snippets saved as browser bookmarks that can interact with any webpage.

Articles
bookmarklet
JavaScript