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
Google Cloud logoGoogle Cloud

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

6 views2026-05-19
#4
Hugging Face logoHugging Face

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

5 views2026-05-22
#5
CSS-Tricks logoCSS-Tricks

The State of CSS Centering in 2026

4 views2026-05-22
#6
Databricks logoDatabricks

Pharma launch analytics: How to compress the first 90 days and win the three years that follow

3 views2026-05-23

Get the latest tech trends every morning

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

  • 1
  • 2
  • 3
  • More pages
  • 13
Smashing Magazine logoSmashing Magazine
11 min read
Frontend•2026-05-21

Advanced Tree Counting: Mathematical Layouts With `sibling-index()` And `sibling-count()`

The CSS Values and Units Module Level 5 introduces sibling-index() and sibling-count() functions that enable staggered animations and dynamic layouts without :nth-child() selectors or JavaScript.

Vercel logoVercel
11 min read
Frontend•2026-05-20

Chat SDK now supports callback URLs on buttons and modals

Chat SDK now supports callback URLs on buttons and modals, enabling workflow pause and resume functionality.

Vercel logoVercel
11 min read
Frontend•2026-05-19

Nuxt MCP Toolkit now supports MCP apps

The Nuxt MCP Toolkit now enables MCP tools to return interactive HTML responses rendered inline by AI clients like Claude and ChatGPT.

CSS-Tricks logoCSS-Tricks
31 min read
Frontend•2026-05-18

Cross-Document View Transitions: The Gotchas Nobody Mentions

This article explains cross-document view transitions, a browser feature enabling smooth page transitions on multi-page sites without frameworks.

Articles
view transitions
CSS-Tricks logoCSS-Tricks
11 min read
Frontend•2026-05-15

What’s !important #11: 3D Voxel Scenes, Flying Focus, CSS Syntaxes, and More

This issue covers the latest CSS features and web development tools, including 3D voxel scene rendering, advanced CSS selectors, and scroll animations.

Articles
news
GitHub logoGitHub
215 min read
Frontend•2026-05-14

From latency to instant: Modernizing GitHub Issues navigation performance

GitHub Issues redesigns navigation architecture to prioritize perceived latency using client-side caching and service workers, shifting work from server to client.

CSS-Tricks logoCSS-Tricks
51 min read
Frontend•2026-05-14

Computing and Displaying Discounted Prices in CSS

CSS math enables calculating and displaying dynamic values like discounted prices without JavaScript, reducing latency and browser resource usage.

Articles
CSS functions
math functions
Vercel logoVercel
01 min read
Frontend•2026-05-14

Protected Source Maps: Ship browser source maps securely

Vercel introduces Protected Source Maps, a security feature that restricts access to production browser source maps.

CSS-Tricks logoCSS-Tricks
31 min read
Frontend•2026-05-13

rotateX()

rotateX() is a CSS transform function that rotates an element around the x-axis in three-dimensional space, creating vertical flipping effects.

transform
CSS-Tricks logoCSS-Tricks
51 min read
Frontend•2026-05-13

rotateY()

The rotateY() function rotates an element around its vertical y-axis in CSS, creating horizontal flip effects from left to right.

transform
CSS-Tricks logoCSS-Tricks
01 min read
Frontend•2026-05-13

rotateZ()

The CSS rotateZ() function rotates elements around the z-axis clockwise or counterclockwise.

transform
CSS-Tricks logoCSS-Tricks
01 min read
Frontend•2026-05-13

rotate()

The CSS rotate() function spins elements clockwise or counterclockwise in 2D space using the transform property.

transform