Web frameworks

[ follow ]
#spring-framework
fromInfoQ
1 day ago
Web frameworks

Spring Framework 7 and Spring Boot 4 Deliver API Versioning, Resilience, and Null-Safe Annotations

Spring Framework 7 and Spring Boot 4 introduce built-in REST API versioning, standardized JSpecify null-safety, and integrated resilience features while updating platform baselines.
fromInfoWorld
2 weeks ago
Web frameworks

A fresh look at the Spring Framework

Spring Framework modernized: retains powerful, convention-based dependency injection while integrating developer-friendly features for reactive, cloud, and serverless application development.
fromInfoQ
1 day ago
Web frameworks

Spring Framework 7 and Spring Boot 4 Deliver API Versioning, Resilience, and Null-Safe Annotations

Web frameworks
fromInfoQ
1 day ago

AnalogJS 2.0: Angular Full Stack Framework Introduces Content Resources & Leaner Builds

AnalogJS 2.0 adds content-first resources, reduces install and bundle sizes, and expands tooling compatibility for large Angular and content-heavy projects.
#django-rest-framework
#django
fromdjangocentral.com
2 months ago
Web frameworks

The Ultimate Django Rest Framework Cheat Sheet: A Comprehensive GuideDjango Rest Framework CheetSheet: Mastering API Development

fromdjangocentral.com
2 months ago
Web frameworks

The Ultimate Django Rest Framework Cheat Sheet: A Comprehensive GuideDjango Rest Framework CheetSheet: Mastering API Development

#fastapi
Web frameworks
fromCSS-Tricks
1 week ago

Quiet UI Came and Went, Quiet as a Mouse | CSS-Tricks

Quiet UI, an open-source JavaScript web components UI library, was released publicly then withdrawn and is now maintained privately by its creator.
fromFoalts
1 week ago

Version 5.1 release notes | FoalTS

The Disk and LocalDisk services have a new method mkdirIfNotExists to creates directories. This is useful when using the local file system to ensure that a directory exists before saving files. Otherwise, an error can be thrown when it does not. On cloud storage services such as S3, directories are created automatically when saving files so this method does nothing.
Web frameworks
fromEfficient Coder
1 week ago

Tired of Pip and Venv? Meet UV, Your New All-in-One Python Tool | EfficientCoder

Well, I've been playing with a new tool that's been gaining a ton of steam, and honestly? I don't think I'm going back. It's called UV, and it comes from Astral, the same team behind the super-popular linter, ruff. The goal here is ambitious. UV wants to be the single tool that replaces pip, venv, pip-tools, and even pipx. It's an installer, an environment manager, and a tool runner all rolled into one. And because it's written in Rust, it's ridiculously fast.
Web frameworks
fromInfoQ
2 weeks ago

TanStack Start - A New Meta Framework Powered By React Or SolidJS

TanStack Start v1 is a production-ready full-stack framework for React and Solid offering SSR, streaming hydration, server functions, and type-safe full-stack APIs.
fromInfoQ
2 weeks ago

Grails 7.0, Now Under the Apache Software Foundation, Delivers Enhancements for Micronaut and GORM

The release of Apache Grails 7.0.0 delivers bug fixes and notable changes such as: the ability to disable Micronaut auto configuration through the Grails plugin; improved reproducibility with implementations of Grails Object Relational Mapper (GORM) services; and a temporary removal of the GORM for Neo4J. Grails 7.0 requires a minimal version of JDK 17 (with testing validated up to JDK 21) and compliance with Spring Boot 3.5 and Jakarta EE 10.
Web frameworks
#laravel
fromMedium
3 months ago
Web frameworks

How to Use the Repository Pattern in Laravel (Clean & Scalable Code Example)

fromMedium
3 months ago
Web frameworks

How to Use the Repository Pattern in Laravel (Clean & Scalable Code Example)

fromMedium
3 months ago
Web frameworks

How to Use the Repository Pattern in Laravel (Clean & Scalable Code Example)

fromMedium
3 months ago
Web frameworks

How to Use the Repository Pattern in Laravel (Clean & Scalable Code Example)

fromMedium
3 months ago
Web frameworks

How to Use the Repository Pattern in Laravel (Clean & Scalable Code Example)

fromMedium
3 months ago
Web frameworks

How to Use the Repository Pattern in Laravel (Clean & Scalable Code Example)

fromMedium
3 months ago
Web frameworks

How to Use the Repository Pattern in Laravel (Clean & Scalable Code Example)

fromMedium
3 months ago
Web frameworks

How to Use the Repository Pattern in Laravel (Clean & Scalable Code Example)

Web frameworks
fromDjango Project
2 weeks ago

2026 DSF Board Candidates

Nineteen candidates stand for the 2026 DSF Board election; voting instructions will be emailed and voting closes November 26, 2025 Anywhere on Earth.
Web frameworks
fromMedium
8 months ago

Modern Web Architectures: Composability with Harmony

Embrace composable, modular components and frameworks like Bit Harmony to build reusable, flexible web applications independent of repository structure for scalability and maintainability.
Web frameworks
fromMedium
8 months ago

Introducing Harmony: Unified JavaScript Platform for Building Composable Frontends and Backends

Bit Harmony is a lightweight NodeJS framework that enables building modular, reusable frontend and backend Aspects for unified, composable full-stack development.
fromTalkpython
2 weeks ago

NiceGUI Goes 3.0

Building a UI in Python usually means choosing between "quick and limited" or "powerful and painful." What if you could write modern, component-based web apps in pure Python and still keep full control? NiceGUI, pronounced "Nice Guy" sits on FastAPI with a Vue/Quasar front end, gives you real components, live updates over websockets, and it's running in production at Zauberzeug, a German robotic company. On this episode, I'm talking with NiceGUI's creators, Rodja Trappe and Falko Schindler, about how it works, where it shines,
Web frameworks
Web frameworks
fromSubstack
3 weeks ago

Friday Links #31 - New JavaScript Tools and October Highlights

An open benchmark called AI-Trader shows simulated AI models can profitably trade Nasdaq-100 in a month, with DeepSeek v3.1 leading at +16.46%.
#nextjs
fromInfoQ
2 months ago
Web frameworks

Next.js 15.5 Ships - Turbopack Production Builds, Node.js Middleware, and Tighter Typescript DX

fromInfoQ
2 months ago
Web frameworks

Next.js 15.5 Ships - Turbopack Production Builds, Node.js Middleware, and Tighter Typescript DX

Web frameworks
fromInfoQ
4 weeks ago

Meta Releases Docusaurus 3.9 with New AI Search Feature

Docusaurus 3.9 adds Algolia DocSearch v4 AI search, raises Node requirement to v20, and expands i18n and sidebar configuration while maintaining compatibility.
Web frameworks
fromInfoWorld
1 month ago

The best Java microframeworks to learn now

Javalin provides a minimalist, low-dependency framework for simple servers while Micronaut offers AOT compilation, fast startup, low-memory DI, polyglot support, and cloud integrations for microservices.
#react-192
fromInfoQ
1 month ago
Web frameworks

Meta Ships React 19.2 Featuring Activity API, Cache Signals, and SSR Enhancements

fromInfoQ
1 month ago
Web frameworks

Meta Ships React 19.2 Featuring Activity API, Cache Signals, and SSR Enhancements

#react
Web frameworks
fromInfoWorld
1 month ago

How to use CORS in ASP.NET Core minimal APIs

CORS governs browser-enforced cross-origin HTTP request rules, allowing safe cross-origin resource sharing while preventing malicious cross-origin script attacks.
Web frameworks
fromPaolo Melchiorre
1 month ago

Django: one ORM to rule all databases

PostgreSQL, SQLite, MariaDB, MySQL, and Oracle offer varied Django ORM feature support; choose backend based on feature parity and project requirements.
Web frameworks
fromMariatta
1 month ago

Disabling Signup in Django allauth

Disable public signup to limit user accounts, reduce data storage responsibility, and restrict certain features to the owner while allowing public static QR code use.
fromInfoWorld
1 month ago

Intro to Nitro: The server engine built for modern JavaScript

Nitro.js is a JavaScript-based HTTP server. It builds on state-of-the-art components, focusing on performance, convention, and deployment. As a JavaScript developer, you want to know about Nitro because it's built from the ground up for modern, full-stack web development. It brings together a wealth of good ideas and is becoming a go-to server option. Nitro is deployment-aware, designed to make it easy to deploy your code to a variety of production platforms, from Node to serverless and edge computing hosts like Vercel or CloudFlare.
Web frameworks
Web frameworks
fromLogRocket Blog
1 month ago

A step-by-step guide to building a full-stack app with TanStack Start - LogRocket Blog

TanStack Start is a client-side-first full-stack meta-framework built on React, Vite, and TanStack Router delivering high performance with a thin server-side rendering layer.
fromInfoWorld
1 month ago

Reactive Java with Spring WebFlux and Reactor

Reactive programming is an important coding style that evolved from the functional programming world. Reactive code is ideal for processing and connecting realtime streaming data. You can use reactive programming to compose streams into pipelines that cleanly model complex logic with non-blocking operations. Java has excellent reactive support, and one of the most popular reactive Java frameworks is Spring WebFlux.
Web frameworks
Web frameworks
fromLogRocket Blog
1 month ago

Choosing the right React Router v7 mode for your project - LogRocket Blog

React Router v7 offers declarative, data, and framework modes, evolving routing into a full-stack system that handles navigation, data loading, and mutations.
Web frameworks
fromInfoQ
1 month ago

Preact 11 Beta Introduces Hydration 2.0, Default Ref Forwarding, and Modernized Bundling

Preact 11 Beta modernizes the core with Hydration 2.0, default ref forwarding, Object.is hook equality, ESM .mjs bundles, removed legacy features, and dropped IE11 support.
Web frameworks
fromInfoWorld
1 month ago

Web Codegen Scorer evaluates AI-generated web code

Web Codegen Scorer evaluates web code quality from large language models and supports evidence-based prompt tuning, model comparison, and continuous quality monitoring.
fromLogRocket Blog
2 months ago

React Server Components broke my app and I still don't know why - LogRocket Blog

The hype around the introduction of React Server Components (RSC) was undeniable. For the uninitiated, RSCs are a new way to build React apps that render components on the server, keeping code and data-fetching logic away from the client. The promise was appealing: a unified approach to server and client rendering, unmatched performance, and simpler data fetching, enough to convince many of us that this was the next best thing after cheese.
Web frameworks
Web frameworks
fromInfoQ
2 months ago

.NET 10 RC 1: Introduces Persistent State in Blazor, Enhanced Validation, and Production-Ready Tools

.NET 10 Release Candidate 1 is available with a go-live license and introduces Blazor persistent state, Identity telemetry, validation enhancements, and OpenAPI schema refinements.
Web frameworks
fromVue.js Jobs
2 months ago

Senior Frontend Engineer - UI Developer at CC Staffing International - VueJobs

Senior frontend UI developer building performant, accessible, scalable web interfaces with Astro and Vue.js, collaborating across design and backend.
Web frameworks
frommedium.com
2 months ago

Getting Started with Slick in Scala: A Practical Guide for Modern Data Access

Slick provides functional, type-safe, composable, and asynchronous database access for Scala, reducing JDBC boilerplate and integrating smoothly with Play Framework.
Web frameworks
fromInfoWorld
2 months ago

How to implement caching in ASP.NET Core minimal APIs

Use in-memory, distributed, hybrid, response, or output caching in ASP.NET Core minimal APIs to improve application performance, scalability, and response latency.
Web frameworks
fromOracle
2 months ago

Micronaut Fundamentals: Free Course on Oracle MyLearn

Micronaut Fundamentals offers free, self‑paced video training to master Micronaut core concepts, Graal Dev Kit, application generation, HTTP, validation, OpenAPI, and native images.
Web frameworks
fromInfoWorld
2 months ago

Quarkus: Get started with Kubernetes-native Java

Quarkus is a cloud-native, full-stack Java framework optimized for Kubernetes, serverless, reactive programming, CDI, and integrates with tools like Kafka and JAX-RS.
Web frameworks
fromDjango Project
2 months ago

Getting Started With Open Source Through Community Events

Participating in community events like office hours, sprints, and testathons provides accessible hands-on entry points for contributing to open source and accelerates personal growth.
Web frameworks
fromInfoWorld
2 months ago

Zoneless Angular arrives in Angular 20.2

Angular 20.2 makes zoneless APIs production-ready and adds an experimental MCP server to support LLM code generation, improving debugging and reducing bundle sizes.
fromTypelevel
10 months ago

Google Summer of Code 2024 - Going Feral on The Cloud

The project aimed to extend Feral's functionality to support serverless providers such as Vercel and Google Cloud, enhancing flexibility for Scala developers in choosing cloud platforms.
Web frameworks
fromDjangocentral
1 year ago

How to Use @action Decorator in Django Rest Framework

The @action decorator in DRF lets ViewSets define custom GET and POST endpoints for specialized behaviors beyond standard CRUD.
Web frameworks
fromDjangocentral
1 year ago

How to Use Celery in Django for Asynchronous and Scheduled Tasks: A Straightforward Guide

Use Celery with Django and a message broker (Redis, RabbitMQ, SQS) to run asynchronous and scheduled tasks, improving application responsiveness and performance.
Web frameworks
fromDjangocentral
1 year ago

How to Use Subquery() in Django With Practical Examples

Using Django Subquery enables concise, efficient retrieval of related records by embedding queries for complex filtering instead of manual ID list construction.
Web frameworks
fromDjangocentral
1 year ago

DRF Serializer: Handling OrderedDict and Converting It to a Dictionary or JSON

DRF serializer.data returns an OrderedDict to preserve serializer field order; convert to a standard dict with dict(serializer.data) if needed.
Web frameworks
fromDjangocentral
1 year ago

How to Perform AND Queries in Django ORM

Use Django ORM filter chaining, multiple keyword-argument filters, or Q objects combined with & to perform AND queries across multiple conditions.
Web frameworks
fromDjangocentral
1 year ago

Understanding the 'F' Expression in Django: When and Why to Use It

Use Django F expressions to perform database-level operations on model fields, avoiding Python memory fetches and reducing race conditions.
Web frameworks
fromhttps://daniel.feldroy.com
2 months ago

TIL: Using SQLModel Asynchronously with FastAPI (and Air) with PostgreSQL

Use SQLModel with both asyncpg and psycopg2-binary, plus greenlet, to enable asynchronous and synchronous PostgreSQL operations in FastAPI applications.
Web frameworks
fromInfoQ
2 months ago

Remix Reimagined: V3 Will Drop React for a Fork of Preact

Remix v3 replaces React with a Preact fork, minimizes dependencies, prioritizes Web APIs and runtime over builds, optimizes for LLMs, and enforces composable abstractions.
fromInfoWorld
2 months ago

Hands-on with Solid: Reactive programming with signals

Solid.js takes a unique approach to reactive state management that has broadly influenced other reactive front-end JavaScript frameworks. It provides a compact set of reactive primitives built on signals, rather than state, and leverages those to support higher-order functionality. With a clean core design built for speed and a full set of enterprise features, Solid charted an impressive 90% developer satisfaction in the January 2025 State of JavaScript survey. Let's get started with Solid.js.
Web frameworks
Web frameworks
fromMedium
8 months ago

5 Top Lovable Alternatives in 2025

Consider alternatives to Lovable to gain greater flexibility, component reuse, and composable architectures—HopeAI excels for scalable, maintainable React-based applications.
fromLogRocket Blog
2 months ago

daisyUI 5 is here: What's new and what to expect - LogRocket Blog

If you've worked with Tailwind CSS, chances are you've used daisyUI. As one of the most popular Tailwind component libraries, it's valued for its sensible defaults, wide component set, and flexibility that feels native to Tailwind. Now, with the release of Tailwind CSS 4, the ecosystem is evolving - and daisyUI is keeping pace. Version 5 is more than an update: it's a complete rewrite built to be smaller, faster, and more customizable.
Web frameworks
fromCaktusgroup
2 months ago

How to migrate from pip-tools to uv | Caktus Group

At Caktus, many of our projects use pip-tools for dependency management. Following Tobias' post How to Migrate your Python & Django Projects to uv, we were looking to migrate other projects to uv, but the path seemed less clear with existing pip-tools setups. Our requirements are often spread across multiple files, like this: $ find requirements/ -type f requirements/test/test.in requirements/test/test.txt requirements/deploy/deploy.txt requirements/deploy/deploy.in requirements/dev/dev.txt requirements/dev/dev.in requirements/base/base.in requirements/base/base.txt
Web frameworks
[ Load more ]