Tag: Frontend and mobile
-
Building a blog in TanStack (Part 1 of 2)
Posted on April 22, 2026, Level intermediate Resource Length medium
Implementation of a markdown-based blog using TanStack Start, a new full-stack framework that extends TanStack Router with server-side capabilities. By Adam Rackis.
Tags frontend-and-mobile product-and-design backend-development
-
MolmoWeb: An open agent for automating web tasks
Posted on March 25, 2026, Level beginner Resource Length medium
MolmoWeb establishes an open foundation for web agents, providing developers with state-of-the-art, self-hostable multimodal models and comprehensive toolkits to automate complex browser tasks. By allenai.org.
Tags software-engineering frontend-and-mobile product-and-design business-and-emerging-tech ai-and-machine-learning
-
The React Foundation: A new home for React hosted by the Linux Foundation
Posted on March 19, 2026, Level beginner Resource Length medium
The React Foundation has officially launched, hosting React, React Native, and JSX, with 8 Platinum founding members, including Amazon, Microsoft, and Meta. By Matt Carroll.
Tags frontend-and-mobile leadership-and-career
-
A production-ready web component starter template
Posted on March 13, 2026, Level intermediate Resource Length medium
A zero‑boilerplate starter kit that scaffolds, tests, lints, CI‑integrates and publishes production‑ready Web Components, letting you focus on feature code instead of project plumbing. By Aaron Gustafson.
Tags frontend-and-mobile product-and-design
-
Node.js moves to annual major releases starting with Node 27
Posted on March 11, 2026, Level intermediate Resource Length medium
Node.js transitions to annual major releases, simplifying upgrade cycles and aligning with ecosystem needs. By socket.dev.
Tags backend-development frontend-and-mobile product-and-design
-
AI coding gap: Why senior devs are getting faster while juniors spin their wheels
Posted on March 2, 2026, Level beginner Resource Length long
Generative AI is reshaping software engineering—boosting productivity by ~4% yet widening the performance gap between seasoned and junior developers, with senior staff reaping the most tangible gains. By Joe McKendrick.
Tags ai-and-machine-learning frontend-and-mobile product-and-design leadership-and-career
-
Reducing FOUC with Web Components
Posted on February 15, 2026, Level intermediate Resource Length long
Discover techniques to minimize the flash of unstyled content (FOUC) in web components, ensuring a seamless user experience with improved accessibility and performance. By Burton Smith.
Tags frontend-and-mobile product-and-design
-
How to build resilient APIs with Resilience4j circuit breaker in spring boot
Posted on February 9, 2026, Level intermediate Resource Length medium
Build resilient microservices with Resilience4j's Circuit Breaker pattern, safeguarding your APIs from cascading failures and ensuring graceful fallback responses. By Kshitish Nath.
Tags software-engineering product-and-design frontend-and-mobile backend-development
-
Drawing connections with CSS anchor positioning
Posted on February 5, 2026, Level beginner Resource Length medium
CSS Anchor Positioning revolutionizes visual connections between UI elements without JavaScript or extra markup. By Roland.
Tags frontend-and-mobile product-and-design leadership-and-career
-
Using the Temporal API in Angular without including a Polyfill
Posted on February 3, 2026, Level beginner Resource Length medium
The Temporal API is a modern replacement for JavaScript's `Date` object, offering better date/time handling (time zones, calendars). Chrome/Edge 144 and Firefox now support it natively. By Alexander Lehner.
Tags frontend-and-mobile product-and-design backend-development
-
ES2026 solves JavaScript headaches with dates, math and modules
Posted on January 24, 2026, Level intermediate Resource Length medium
JavaScript ES2026 delivers significant JavaScript improvements, addressing longstanding issues with dates, math precision, resource management, and module loading. By Mary Branscombe.
Tags product-and-design frontend-and-mobile software-engineering
-
Angular signal forms part 4: Metadata and accessibility handling
Posted on January 10, 2026, Level intermediate Resource Length medium
Enhance your Angular forms with metadata and ARIA attributes for improved user experience, inclusivity and accessibility. By Danny Koppenhagen.
Tags product-and-design frontend-and-mobile miscellaneous