Skip to main content
← All Tags

Frontend Development

13 articles in this category

AI NewsFrontend DevelopmentWeb Engineering

Standardizing React Route Protection with react-protected

Standardize route access with react-protected, a library offering framework-agnostic RBAC and ABAC logic for React applications to eliminate repetitive guard code.

Read more
AI NewsFrontend DevelopmentSoftware Engineering

Mastering CSS Architecture: Scalable Strategies for Modern Web Development

Eduardo de la Cruz Palacios defines CSS Architecture as a system of conventions to reduce regressions and scale UI across large codebases.

Read more
AI NewsFrontend DevelopmentArtificial Intelligence

Solving System Mismatch in AI-Generated React Components

AI React generators often fail in production due to system mismatch, forcing teams into a generate-debug-rewrite cycle rather than scaling efficiently.

Read more
AI NewsFrontend DevelopmentSoftware Engineering

Building FeraliJs: A Zero-Dependency JavaScript Framework from Scratch

Dárius Kočiš engineered FeraliJs, a zero-dependency JS framework featuring a virtual DOM, reactive hooks, and a custom compiler in under three months.

Read more
AI NewsFrontend DevelopmentSoftware Engineering

React 2026 Development Roadmap: From Fundamentals to Next.js Mastery

Navigate the 2026 React ecosystem with this technical guide covering core hooks, TypeScript integration, and Next.js, which currently powers over 80% of production job offers.

Read more
AI NewsFrontend DevelopmentCSS Architecture

Solving CSS Border-Radius and Gradient Limitations with Pseudo-Elements

Engineer Lisa Cee demonstrates how to overcome CSS border-image and border-radius compatibility issues using absolutely-positioned pseudo-elements.

Read more
AI NewsFrontend DevelopmentWeb Engineering

LovedIn Case Study: Engineering Personalized Romantic Proposals with Semantic HTML and CSS Variables

Awoyemi Abiola details the development of LovedIn, a project for the Rise Academy Frontend track targeting adults aged 18-35. The study highlights the use of semantic HTML and a robust CSS variable system to solve the complexity of digital romantic expressions.

Read more
AI NewsBackend DevelopmentFrontend Development

Don’t Let Your Backend Write Checks Your Frontend Can’t Cash

The Stack Overflow podcast discussed the challenges of building scalable frontends reliant on backend APIs, highlighting the risk of overwhelming systems with excessive client-side processing.

Read more
AI NewsSoftware EngineeringFrontend Development

API First in Practice: How We Made Frontend Types Predictable and Stable

A team implemented an API First approach, reducing frontend-backend desynchronization and improving type safety.

Read more
AI NewsFrontend DevelopmentSoftware Architecture

Bare-Metal Frontend: Decoupling UI from Business Logic

A modern frontend architecture emphasizing separation of concerns, achieving maintainability and testability by isolating UI from core application logic.

Read more
AI NewsFrontend DevelopmentUI/UX Design

Revisiting UI Components: Balancing Consistency and Accessibility in Solo Development

A 15-day hiatus led to revisiting UI components for consistency and accessibility in a solo development project.

Read more
AI NewsNext.jsFrontend Development

What is Hydration in Next.js ⚠️?

Next.js hydration errors occur when server and client HTML mismatch, leading to app instability.

Read more
AI NewsSoftware ArchitectureFrontend Development

The Ideal Micro-Frontends Platform

Luca Mezzalira explains micro-frontends as a strategy to scale frontend architecture and organization. Learn the four key architectural decisions (Identify, Compose, Route, Communicate) and the necessity of a Platform Team and Developer Experience.

Read more