Web frameworks

[ follow ]
Web frameworks
fromMedium
1 day ago

One line in SBT 2- How Remote Caching Cut Our CI in Half

A Scala monorepo reduced CI build time from 25 minutes to 11 minutes using Kubernetes pods, gRPC cache servers, and SBT 2's Bazel protocol integration.
Web frameworks
fromMedium
2 days ago

Why Most Spring Boot Apps Fail in Production (7 Critical Mistakes)

Spring Boot production failures stem from seven critical mistakes including improper dependency injection, configuration errors, and resource management issues that developers can systematically avoid.
Web frameworks
fromTheregister
2 days ago

Vite team claims 10-30x faster builds with Rolldown

Vite 8.0 replaces esbuild and Rollup with Rust-built Rolldown as its single bundler, achieving 10-30x faster builds than Rollup while matching esbuild performance.
Web frameworks
fromInfoWorld
1 week ago

First look: Electrobun for TypeScript-powered desktop apps

Electrobun uses Bun runtime to create smaller Electron applications with built-in differential updates, eliminating the need for bundled browsers and large patch files.
fromInfoWorld
1 week ago

Microsoft's .NET 11 Preview 2 offers cleaner stack traces

New overloads on TarFile.CreateFromDirectory accept a TarEntryFormat parameter, giving direct control over the archive format. Previously, CreateFromDirectory produced Pax archives. The new overloads support all four tar formats—Pax, Ustar, GNU, and V7—for compatibility with specific tools and environments.
Web frameworks
fromInfoQ
1 week ago

Webpack Publishes 2026 Roadmap with Native CSS Support, Universal Target, and Path to Version 6

One of the most significant changes is the move to integrate CSS module support directly into webpack's core. Currently available behind the experimental.css option, this feature eliminates the need for mini-css-extract-plugin. The team expects to complete integration into core around early 2026, with the feature remaining experimental until webpack 6, at which point plugin-based CSS handling will no longer be necessary.
Web frameworks
fromRaymondcamden
1 week ago

Testing Live Content Collections in Astro V6

One of the reasons I've been digging Astro so much is that it nicely straddles the SSG world and Node.js server worlds. When building your app, you can make logical decisions about what should be done at build time versus what should be done dynamically. It's like having Express and Eleventy rolled into one solution.
Web frameworks
#supply-chain-attack
fromMedium
1 week ago
Web frameworks

My 8-Year-Old Open-Source Project was a Victim of a Major Cyber Attack

fromMedium
1 week ago
Web frameworks

My 8-Year-Old Open-Source Project was a Victim of a Major Cyber Attack

Web frameworks
fromThe Hacker News
2 weeks ago

Fake Laravel Packages on Packagist Deploy RAT on Windows, macOS, and Linux

Malicious Packagist PHP packages disguised as Laravel utilities distribute a cross-platform remote access trojan enabling full system compromise on Windows, macOS, and Linux.
Web frameworks
fromInfoQ
1 week ago

Cloudflare Releases Experimental Next.js Alternative Built With AI Assistance

Cloudflare released vinext, an experimental Next.js reimplementation built on Vite, developed by one engineer in one week using AI for $1,100, achieving 4.4x faster builds and 57% smaller client bundles than Next.js with Turbopack.
Web frameworks
fromInfoQ
1 week ago

Rspress 2.0: AI-Native Documentation, Faster Startup and a Redesigned Theme

Rspress 2.0 delivers major improvements in theme customization, AI integration through SSG-MD for Markdown generation, and build performance with lazy compilation reducing cold starts to 50ms.
fromYcombinator
1 week ago
Web frameworks

Show HN: Lightwave - Real-time notes app, 3.5 years of hand-rolled JavaScript | Hacker News

A solo-built text editor with optional structure grows from plain text into a collaborative workspace with real-time features, markdown interoperability, and full data export.
Web frameworks
fromSubstack
1 week ago

When to Use BFF and Should It Replace API Gateway?

Backend for Frontend (BFF) pattern optimizes APIs for specific client needs, reducing frontend complexity and enabling faster team iteration across multiple platforms.
fromInfoWorld
2 weeks ago

The right way to architect modern web applications

Modern web applications are no longer just "sites." They are long-lived, highly interactive systems that span multiple runtimes, global content delivery networks, edge caches, background workers, and increasingly complex data pipelines. They are expected to load instantly, remain responsive under poor network conditions, and degrade gracefully when something goes wrong.
Web frameworks
Web frameworks
fromScala-lang
2 weeks ago

Migrating sbt plugins to sbt 2 with sbt2-compat plugin

The sbt2-compat plugin enables plugin authors to cross-publish for both sbt 1 and sbt 2 using a unified codebase with version-specific compatibility abstractions.
Web frameworks
fromTheregister
2 weeks ago

Firefox 149 beta develops a split personality

Firefox 149 beta introduces split view functionality allowing two web pages to display side by side with a draggable separator, though users should back up their profile before testing.
Web frameworks
fromAralroca
2 weeks ago

Next-translate 3.0.0 - Turbopack, Next.js 16, and a New Chapter

Next-translate version 3.0.0 introduces Turbopack support, handles Next.js 15+ async params, stabilizes the App Router, and improves components and TypeScript typings for modern development.
fromInfoQ
2 weeks ago

Platforms for Secure API Connectivity With Architecture as Code

Building APIs is so simple. Caveat, it's not. Actually, working with tools with no security, you've got a consumer and an API service, you can pretty much get that up and running on your laptop in two or three minutes with some modern frameworks. Then, authentication and authorization comes in. You need a way to model this.
Web frameworks
Web frameworks
fromInfoQ
3 weeks ago

ASP.NET Core in .NET 11 Preview 1 Brings New Blazor Components, Improved Navigation, and WebAssembly

ASP.NET Core in .NET 11 preview introduces EnvironmentBoundary, improved Blazor forms, relative URI navigation, and WebAssembly IHostedService support to enhance developer experience.
Web frameworks
fromTechzine Global
2 weeks ago

Cloudflare builds AI-driven alternative to Next.js

Cloudflare developed vinext, an AI-powered Next.js alternative built in one week for $1,100, implementing 94% of Next.js API to solve deployment fragility across serverless platforms.
Web frameworks
fromLoicpoullain
3 weeks ago

The future of web frameworks in the age of AI

AI agents now generate 90-95% of production code, requiring frameworks to be AI-understandable with comprehensive documentation and clear examples to remain competitive.
Web frameworks
fromTheregister
3 weeks ago

Cloudflare vibe codes 94% of Next.js API 'in one week'

A Cloudflare engineer used Claude AI to implement 94% of the Next.js API with Vite as an alternative to Turbopack, spending $1,100 on tokens to address deployment challenges across platforms.
fromSitePoint Forums | Web Development & Design Community
3 weeks ago

Optimizing Nuxt 2 hydration and Cloudflare R2 image loading for a gallery page?

I'm currently building a web app using NuxtJS 2 for the frontend and NestJS for the backend, relying on third-party APIs (like Replicate) for the heavy lifting. I'm using Cloudflare R2 to store the generated output images. I'm running into some performance bottlenecks when rendering specific landing pages that contain heavy, dynamic image galleries. For instance, I'm trying to optimize the SEO and load speed for my AI Pet Portrait Generator free tool page.
Web frameworks
#django
fromRednegra
3 weeks ago

Virtual Scrolling for Billions of Rows - Techniques from HighTable

The component also provides features for columns (sort, hide, resize), rows (select), cells (keyboard navigation, pointer interactions, custom rendering). Feel free to ask and look at the code if you're interested in knowing more. The <HighTable> component is developed at hyparam/hightable. It was created by Kenny Daniel for Hyperparam, and I've had the chance to contribute to its development for one year now.
Web frameworks
fromPaolo Melchiorre
3 weeks ago

Django ORM Standalone: Querying an existing database

For a long time I wanted to document something I have done many times in production systems but never explained clearly: using Django ORM as a standalone module to connect to an existing database. In my work I have often dealt with legacy systems where the only reliable source of truth was the database itself. In those situations, Django ORM became my Swiss army knife.
Web frameworks
#react
Web frameworks
fromRaymondcamden
1 month ago

Three Plug-N-Play CSS Libraries

Lightweight CSS libraries provide simple, attractive styling with minimal markup changes, ideal for demos, POCs, and quick clean interfaces.
Web frameworks
fromInfoWorld
1 month ago

Reactive state management with JavaScript Signals

Signals provide fine-grained reactive state that pushes updates efficiently, simplifying state management and reducing framework rendering overhead.
fromInfoQ
1 month ago

Waku: The Minimal React Framework Reaches Alpha

Waku, a minimal React framework has released version 1.0 alpha, marking its public API surface area as stable as the project shifts focus towards bug fixes and compatibility improvements. Waku 1.0 alpha represents a significant milestone for the lightweight framework, which has been in development for nearly three years. The release stabilises the framework's public APIs and signals a transition from feature development to refinement and stability.
Web frameworks
fromPybites
1 month ago

How Dependency Injection Makes Your FastAPI Code Better Testable - Pybites

What's happening here: Type-safe - Your editor knows repo is a SnippetRepository. Full autocomplete, type checking works. Automatic cleanup - The context manager ensures the database session closes, even if an exception occurs. No global state - Every request gets its own session. No risk of one request interfering with another. Testable - Here's the magic: You override the dependency with an in-memory implementation. Your test doesn't hit the database.
Web frameworks
fromInfoQ
1 month ago

Astro Announces Version 6 Beta with Redesigned Development Server and First-Class Cloudflare Workers

The most complete example of what the new development server makes possible is support for Cloudflare Workers. With Astro 6 Beta, astro dev can now run applications using workerd, Cloudflare's open-source JavaScript runtime, which is the same runtime that powers Cloudflare Workers in production. This means developers can now develop directly against real platform APIs rather than simulations or polyfills.
Web frameworks
fromDjango Project
1 month ago

Recent trends in the work of the Django Security Team

We also patched two potential denial-of-service vulnerabilities when handling large, malformed inputs. One exploits inefficient string concatenation in header parsing under ASGI ( CVE 2025-14550). Concatenating strings in a loop is known to be slow, and we've done fixes in public where the impact is low. The other one ( CVE 2026-1285) exploits deeply nested entities. December's vulnerability in the XML serializer ( CVE 2025-64460) was about those very two themes.
Web frameworks
fromPycoders
1 month ago

PyCoder's Weekly | Issue #720

subprocess module relies on busy-loop polling to determine whether a process has completed yet. Modern operating systems have callback mechanisms to do this, and Python 3.15 will now take advantage of these.
Web frameworks
Web frameworks
fromMedium
1 month ago

Is separation of concerns a goal or a lie?

Separation of concerns makes frameworks like React and Tailwind beneficial by dividing complex problems into manageable parts, improving team collaboration and long-term maintainability.
#astro
Web frameworks
fromLogRocket Blog
1 month ago

Cache components in Next.js: Faster pages with partial pre-rendering - LogRocket Blog

Cache Components enable component-level caching and reuse in Next.js, allowing static and dynamic content to coexist and improve render performance via Partial Pre-Rendering.
fromLoopwerk
1 month ago

Django's test runner is underrated

Readable failures. When something breaks, I want to understand why in seconds, not minutes. Predictable setup. I want to know exactly what state my tests are running against. Minimal magic. The less indirection between my test code and what's actually happening, the better. Easy onboarding. New team members should be able to write tests on day one without learning a new paradigm.
Web frameworks
fromInfoWorld
1 month ago

Get started with Angular: Introducing the modern reactive workflow

Angular is a cohesive, all-in-one reactive framework for web development. It is one of the larger reactive frameworks, focused on being a single architectural system that handles all your web development needs under one idiom. While Angular was long criticized for being heavyweight as compared to React, many of those issues were addressed in Angular 19. Modern Angular is built around the Signals API and minimal formality, while still delivering a one-stop-shop that includes dependency injection and integrated routing.
Web frameworks
Web frameworks
fromFoalts
1 month ago

Version 5.2 release notes | FoalTS

Foal 5.2 adds PasswordService for centralized password hashing with automatic hash upgrades and TypeORMStore support for both numeric and string user IDs.
Web frameworks
fromInfoWorld
1 month ago

OpenSilver 3.3 runs Blazor components inside XAML apps

OpenSilver 3.3 lets Blazor components run inside XAML apps, sharing DOM and runtime, enabling the same C# code to deploy across web and native platforms.
fromThe NodeSource Blog - Node.js Tutorials, Guides, and Updates
4 months ago

Express.js 6 and Beyond: Modernizing the Most Popular Node.js Framework

Two years ago, the Express team initiated a complete revamp of the project's governance. What was once a largely single-maintainer effort under Doug Wilson evolved into a structured Technical Committee (TC) with multiple active contributors. "Our goal was to evolve Express from a single-maintainer project into a sustainable, community-driven effort - one built on shared responsibility, clear processes, and long-term vision," Ulises explained.
Web frameworks
Web frameworks
fromNeutralino
1 month ago

Framework | Neutralinojs

Neutralinojs adds runtime borderless toggling, custom Chrome binary option, DPI-aware sizing, extra path constants, numerous platform fixes, and embedded resource single-executable support.
Web frameworks
fromInfoWorld
1 month ago

Kotlin-based Ktor 3.4 boosts HTTP client handling

Ktor 3.4 adds runtime endpoint documentation with a compiler plugin, OkHttp duplex streaming for HTTP/2, and Zstd compression support.
Web frameworks
fromLogRocket Blog
1 month ago

A dev's guide to Tailwind CSS in 2026 - LogRocket Blog

Tailwind CSS remains highly popular, but AI-driven code generation sharply reduced documentation traffic and Tailwind Labs' revenue, prompting major layoffs and strategic reassessment.
fromInfoWorld
1 month ago

Tailwind, AI, and building the future of software

But the nature of web design has changed since CSS was first built. Most frameworks, whether it be Angular, React, or Astro, have become component-based. But even those components were designed to separate CSS and HTML. For instance, in Angular, a component consists of three files: a TypeScript file, an HTML file, and a CSS file. But those components are becoming more and more granular.
Web frameworks
fromRealpython
2 months ago

Episode #280: Considering Fast and Slow in Python Programming - The Real Python Podcast

Christopher shares an article titled "The Uselessness of 'Fast' and 'Slow' in Programming." It digs into how the different aspects of software performance span a wide range of orders of magnitude, and how developers can obsess over irrelevant performance details, often losing more time working in suboptimal environments than building what they need with tools they already know. We also discuss an article about why uv is fast, which explains how most of its speed comes from engineering decisions rather than just being written in Rust.
Web frameworks
Web frameworks
fromInfoWorld
2 months ago

Astro web framework maker merges with Cloudflare

Cloudflare acquired Astro; Astro remains open source MIT, retains open governance and deployment flexibility, and released Astro 6 beta with redesigned development server.
fromInfoQ
2 months ago

Django Releases Version 6.0 with Built-In Background Tasks and Native CSP Support

Django, the Python web framework, has released Django 6.0, delivering a collection of developer-focused features, security enhancements, and performance improvements aimed at modernizing web application development. Django 6.0 introduces several major features, including a built-in background tasks framework, native Content Security Policy support, template partials for component-based development, and adoption of Python's modern email API. The release also includes support for Python 3.12, 3.13, and 3.14, while dropping support for Python 3.10 and 3.11.
Web frameworks
fromLogRocket Blog
2 months ago

Anti-frameworkism: Choosing native web APIs over frameworks - LogRocket Blog

Today's browsers can handle most of the problems that frontend frameworks were originally created to solve. Web Components provide encapsulation, ES modules manage dependencies, modern CSS features like Grid and container queries enable complex layouts, and the Fetch API covers network requests. Despite this, developers still default to React, Angular, Vue, or another JavaScript framework to address problems the browser already handles natively. That default often trades real user costs -page weight, performance, and SEO - for developer convenience.
Web frameworks
#python
Web frameworks
fromScala.js
2 months ago

Announcing Scala.js 1.20.2

Scala.js 1.20.2 improves performance for JavaScript and WebAssembly backends and upgrades the standard library to match Scala 2.12.21 and 2.13.17.
Web frameworks
fromMedium
2 months ago

Scala Dependency Injection for Java Developers (Part 4): Bugs Spring Allows That Scala Prevents

Scala's explicit, compile-time dependency injection catches missing and misqualified dependencies that cause runtime errors in Spring.
Web frameworks
fromRubyflow
2 months ago

Test projects now at Telegem

Telegem is a modern async-first Ruby framework for building and interacting with the Telegram Bot API, focused on conversations, middleware, and DSL-based logic.
fromInfoWorld
2 months ago

Back to the future: The most popular JavaScript stories and themes of 2025

Intro to Nitro: The server engine built for modern JavaScriptDo you ever wonder how modern meta-frameworks run effortlessly on everything from a traditional Node server to a Cloudflare Edge Worker? The answer is Nitro. More than just an HTTP server, Nitro is a universal deployment engine. By abstracting away the runtime, Nitro delivers a massive leap in server-side portability, effectively coalescing the fractured landscape of deployment targets into a single, unified interface.
Web frameworks
fromInfoWorld
2 months ago

Intro to Hotwire: HTML over the wire

If you've been watching the JavaScript landscape for a while, you've likely noticed the trend toward simplicity in web application development. An aspect of this trend is leveraging HTML, REST, and HATEOAS (hypermedia as the engine of application state) to do as much work as possible. In this article, we'll look at Hotwire, a collection of tools for building single-page-style applications using HTML over the wire.
Web frameworks
Web frameworks
fromInfoQ
2 months ago

Nuxt Introduces Native Request Cancellation and Async Handler Extraction for Performance Gains

Nuxt 4.2 adds abort control for data fetching, experimental TypeScript plugin support, enhanced error handling, and async data handler extraction for performance gains.
fromInfoQ
2 months ago

oRPC Releases Version 1.0 with OpenAPI Support and End to End Type Safety

At the core of oRPC's design philosophy is what the team calls "powerful simplicity." Developers can define API endpoints with a syntax that feels similar to writing standard functions, while automatically gaining production features like OpenAPI specification generation, server action compatibility, and contract-first workflow support. The library supports multiple schema validators out of the box, including Zod, Valibot, and ArkType, without requiring additional configuration.
Web frameworks
[ Load more ]