Web frameworks

[ follow ]
Web frameworks
fromInfoQ
1 day 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
1 day 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 days 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.
fromInfoWorld
3 days ago

A fresh look at the Spring Framework

The Spring Framework is possibly the most iconic software development framework of all time. It once suffered from a reputation of bloat, but it has long since shed that perception. In this article, we'll take fresh look at Spring, including an overview of Spring Boot and how Spring handles standard application needs like persistence and security. You'll also learn about newer features that modernize Spring, including its approach to developer experience, reactive programming, and cloud and serverless development.
Web frameworks
#fastapi
fromRealpython
1 month ago
Web frameworks

Get Started With FastAPI - Real Python

FastAPI provides a fast, developer-friendly Python web framework using type hints for automatic validation, serialization, interactive docs, and built-in features that reduce API boilerplate.
fromThe JetBrains Blog
2 months ago
Web frameworks

The Most Popular Python Frameworks and Libraries in 2025 | The PyCharm Blog

FastAPI is a modern, high-performance, type-safe, asynchronous Python framework ideal for building fast APIs and deploying ML models with auto-generated documentation.
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
6 days 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
1 week 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
1 month ago
Web frameworks

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

fromInfoQ
1 month ago
Web frameworks

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

Web frameworks
fromInfoQ
2 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
3 weeks 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
4 weeks 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.
Web frameworks
fromRaymondcamden
1 month ago

Testing with BoxLang

TestBox integrates with BoxLang and ColdBox, enabling testing for ColdFusion applications with minimal setup using CommandBox but with minor quirks.
fromLogRocket Blog
1 month 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
1 month 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.
#aspnet-core
Web frameworks
fromOracle
1 month 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.
#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

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
7 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
Web frameworks
fromSubstack
2 months ago

Weekly JavaScript Roundup: Friday Links 26

A weekly JavaScript-focused roundup highlights new open-source projects, learning tools, technical guides, AI developments, and practical tutorials to keep developers informed and productive.
Web frameworks
fromGitHub
2 months ago

GitHub - tu6ge/vue-uform: Next form validation

Vue-uForm is an unstyled, component-first form validation library for Vue 3 offering flexible layouts, customizable components, minimal code, and built-in/custom validation.
fromfaun.pub
3 months ago

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

The Repository Pattern in Laravel is a design pattern that separates your application's business logic from data access logic. Your controller doesn't talk directly to Eloquent models; it talks to a repository interface instead. This approach improves testability, maintainability, and allows for easy swappability, such as replacing Eloquent with an API or external data source.
Web frameworks
fromSmashing Magazine
3 months ago

The Power Of The Intl API: A Definitive Guide To Browser-Native Internationalization - Smashing Magazine

Internationalization involves more than just text translation; it encompasses formatting dates, pluralization, and sorting according to cultural expectations. The Intl API allows modern JavaScript to handle these tasks natively.
Web frameworks
fromRaymondcamden
2 months ago

Building a File-Based Router in BoxLang

BoxLang introduces a URL rewriting feature that allows developers to assign specific scripts to be executed upon receiving a 404 error, enhancing flexibility.
Web frameworks
fromInfoWorld
1 year ago

Deno adds Deno Cron for job scheduling

Deno Cron is designed to simplify scheduling jobs without overlap, allowing users to avoid complications that often arise from concurrent execution of tasks.
Web frameworks
fromAmazon Web Services
3 months ago

Understanding and Remediating Cold Starts: An AWS Lambda Perspective | Amazon Web Services

Cold starts in AWS Lambda refer to the additional latency introduced when initializing a new execution environment for a function invoked after a period of inactivity.
Web frameworks
[ Load more ]