Tag

Web Framework

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Apr 27, 2025 · Backend Development

Flask vs Django: In‑Depth Comparison and Guidance for Choosing the Right Python Web Framework

An extensive comparison of Flask and Django examines their core features, architecture, performance, security, ecosystem, and suitable use cases, providing developers with detailed guidance on selecting the appropriate Python web framework based on project size, team expertise, and specific requirements.

DjangoFlaskPython
0 likes · 14 min read
Flask vs Django: In‑Depth Comparison and Guidance for Choosing the Right Python Web Framework
Python Programming Learning Circle
Python Programming Learning Circle
Apr 10, 2025 · Backend Development

A Comprehensive Guide to Python Web Frameworks: Features, Pros, and Cons

This article compiles a two‑week research of Python web frameworks, explaining what a web framework is, why it is used, and providing a ranked list of over twenty‑five frameworks with official links, strengths, and weaknesses to help developers choose the most suitable tool for their projects.

APIBackendComparison
0 likes · 25 min read
A Comprehensive Guide to Python Web Frameworks: Features, Pros, and Cons
php中文网 Courses
php中文网 Courses
Mar 10, 2025 · Backend Development

New Major Features in Laravel 12

Laravel 12 introduces a suite of enhancements—including smarter route caching, an improved queue system, optimized database query handling, upgraded Eloquent ORM, tighter default security settings, better testing support, and new Artisan commands—aimed at boosting performance, security, and developer productivity.

LaravelPHPWeb Framework
0 likes · 6 min read
New Major Features in Laravel 12
Python Programming Learning Circle
Python Programming Learning Circle
Feb 28, 2025 · Backend Development

Introducing Robyn: A High‑Performance Asynchronous Python Web Framework

Robyn is a young Python web framework built on Rust that delivers near‑native performance, async‑first design, and an easy‑to‑learn API, making it a compelling choice for high‑traffic, real‑time, or microservice back‑end projects.

BackendRustWeb Framework
0 likes · 6 min read
Introducing Robyn: A High‑Performance Asynchronous Python Web Framework
FunTester
FunTester
Dec 30, 2024 · Backend Development

Top Go Frameworks and Libraries in 2024: Gin, Beego, Echo, Buffalo, and GORM

This article reviews five leading Go frameworks and libraries—Gin, Beego, Echo, Buffalo, and GORM—detailing their core features, typical use cases, and reasons to choose each, helping developers select the most suitable tools for modern backend and full‑stack development in 2024.

BackendBeegoBuffalo
0 likes · 15 min read
Top Go Frameworks and Libraries in 2024: Gin, Beego, Echo, Buffalo, and GORM
58 Tech
58 Tech
Oct 12, 2024 · Frontend Development

Introducing Astro: Features, Performance Benefits, and Practical Project Implementation

This article introduces the Astro static‑site framework, explains its island architecture and performance advantages, compares Core Web Vitals with other frameworks, and provides detailed code examples and best‑practice guidelines for integrating Astro with React and Vue in real‑world projects.

AstroIsland ArchitectureJavaScript
0 likes · 15 min read
Introducing Astro: Features, Performance Benefits, and Practical Project Implementation
Python Programming Learning Circle
Python Programming Learning Circle
Oct 9, 2024 · Backend Development

Why Choose Sanic: An Asynchronous Python Web Framework for Production

The article compares traditional Python web frameworks with modern asynchronous alternatives, presents benchmark results showing Sanic’s superior speed, discusses the importance of avoiding blocking I/O, and highlights Sanic’s ecosystem, production readiness, documentation, and community support for developers seeking high‑performance backend solutions.

BackendSanicWeb Framework
0 likes · 10 min read
Why Choose Sanic: An Asynchronous Python Web Framework for Production
php中文网 Courses
php中文网 Courses
Oct 8, 2024 · Backend Development

Introduction to Laravel: Features, Installation, and Getting Started

Laravel, the popular open-source PHP framework introduced in 2011, offers elegant syntax, powerful Eloquent ORM, simplified routing, built-in authentication, a rich ecosystem and active community, and this guide explains its advantages and provides step-by-step instructions for installing and starting a new Laravel project.

Eloquent ORMLaravelPHP
0 likes · 5 min read
Introduction to Laravel: Features, Installation, and Getting Started
Architecture Development Notes
Architecture Development Notes
Aug 17, 2024 · Backend Development

Choosing the Right Go Web Framework: Gin, Echo, Beego, Revel, Buffalo Compared

This article compares five popular Go web frameworks—Gin, Echo, Beego, Revel, and Buffalo—detailing their strengths, weaknesses, and code examples to help developers select the most suitable tool for their project requirements and performance goals.

BackendBeegoEcho
0 likes · 10 min read
Choosing the Right Go Web Framework: Gin, Echo, Beego, Revel, Buffalo Compared
Python Programming Learning Circle
Python Programming Learning Circle
May 13, 2024 · Backend Development

Django 5.0 Released: New Python Compatibility, Field Groups, and Database‑Computed Fields

Django 5.0 has been officially released, adding support for Python 3.10‑3.12, introducing field‑group templates to simplify form rendering, and providing new database‑computed field features such as Field.db_default and GeneratedField, while also marking the end of mainstream support for Django 4.2 and 4.1.

Database Computed FieldsDjangoField Group
0 likes · 5 min read
Django 5.0 Released: New Python Compatibility, Field Groups, and Database‑Computed Fields
php中文网 Courses
php中文网 Courses
Mar 5, 2024 · Backend Development

An Overview of Laravel: Features, Advantages, and Essential Tools

This article provides a comprehensive overview of Laravel, a PHP backend framework, detailing its core concepts, major advantages such as authentication, mail integration, caching, security, error handling, and introducing top developer tools like Valet, Tinker, Socialite, Forge, Mix, Nova, Homestead, Horizon, and Eloquent ORM.

AuthenticationLaravelPHP
0 likes · 7 min read
An Overview of Laravel: Features, Advantages, and Essential Tools
php中文网 Courses
php中文网 Courses
Oct 21, 2023 · Backend Development

20 Laravel Features You Should Know in 2023

This article reviews twenty essential Laravel features released by 2023, including Blade components, Livewire integration, Sanctum, Airlock, job batching, model factories, Telescope, Echo, queued event listeners, Mix, Dusk, route model binding improvements, Horizon, route caching, Scout, Cashier, Eloquent subquery enhancements, dynamic relationships, automatic date casting, and API resources, helping developers build more efficient web applications.

2023FeaturesLaravel
0 likes · 11 min read
20 Laravel Features You Should Know in 2023
Java Architect Essentials
Java Architect Essentials
Mar 12, 2023 · Backend Development

Getting Started with Javalin: A Lightweight Java Web Framework

This article introduces Javalin, a lightweight Java web framework that supports HTTP/2, WebSocket, and asynchronous requests, demonstrates a practical code example with routing, request validation, handlers, and deployment steps, and even solves a common port‑conflict issue on macOS.

BackendHTTPJava
0 likes · 6 min read
Getting Started with Javalin: A Lightweight Java Web Framework
Laravel Tech Community
Laravel Tech Community
Dec 4, 2022 · Backend Development

CakePHP 4.4.8 Released with Bug Fixes and Improvements

CakePHP 4.4.8, the maintenance release of the 4.4 branch, introduces several bug fixes and enhancements such as aligned scheme handling, improved paginator compatibility, infinite‑loop prevention when creating table classes, better mail assertion, pagination defaults fixes, and refined type hints and API documentation.

CakePHPPHPRelease Notes
0 likes · 2 min read
CakePHP 4.4.8 Released with Bug Fixes and Improvements
Laravel Tech Community
Laravel Tech Community
Aug 30, 2022 · Backend Development

CakePHP 4.4.5 Released with Improvements to SMTP Authentication, Debug Stack Frames, API Docs, and Localization

Version 4.4.5 of the open‑source CakePHP framework, which implements ActiveRecord, Association Data Mapping, Front Controller and MVC patterns, has been released, introducing enhanced SMTP authentication error handling, restored parameter display in debug stack frames, API documentation upgrades, a fix for diffForHumans() localization, and deprecation of ValidatableInterface.

CakePHPPHPRelease Notes
0 likes · 2 min read
CakePHP 4.4.5 Released with Improvements to SMTP Authentication, Debug Stack Frames, API Docs, and Localization
Python Programming Learning Circle
Python Programming Learning Circle
Mar 28, 2022 · Backend Development

15 Popular Open-Source Python Frameworks for Web, Networking, Data Processing, and More

This article presents a curated list of fifteen widely used open‑source Python frameworks, covering full‑stack web development, lightweight micro‑frameworks, event‑driven I/O, OLAP, distributed computing, continuous integration, and web crawling, each with a brief functional overview.

BackendData ProcessingOpen-source
0 likes · 5 min read
15 Popular Open-Source Python Frameworks for Web, Networking, Data Processing, and More
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Dec 2, 2021 · Backend Development

Introduction to Egg.js: MVC Architecture, Routing, Controllers, Services, and Configuration

The article introduces Egg.js, a Node.js framework that implements the classic MVC pattern with clearly separated controllers, services, and views, explains routing, configuration, project layout, multi‑process architecture, scheduled tasks, and plugin system, and demonstrates building a Hacker News clone.

Egg.jsMVCNode.js
0 likes · 17 min read
Introduction to Egg.js: MVC Architecture, Routing, Controllers, Services, and Configuration
NetEase Media Technology Team
NetEase Media Technology Team
Dec 2, 2021 · Cloud Native

Why NetEase Media Adopted Go and Built the NGO Cloud‑Native Web Framework

Facing high memory usage and slow builds with Java SpringBoot, NetEase Media switched to Go in 2020, rebuilt core services, and created the cloud‑native ngo framework to deliver lighter containers, faster compilation, built‑in business libraries, tracing and monitoring, now running in production while hiring engineers.

GoTutorialWeb Framework
0 likes · 8 min read
Why NetEase Media Adopted Go and Built the NGO Cloud‑Native Web Framework
ByteDance Web Infra
ByteDance Web Infra
Aug 3, 2021 · Backend Development

Exploring Type‑Friendly Node.js Web Frameworks: Design and Type‑Safety with Farrow

This article reviews the shortcomings of mainstream Node.js web frameworks regarding type safety, explains the principles of type‑first development, and details how the Farrow‑HTTP and Farrow‑API projects redesign middleware, request/response handling, context passing, and schema‑driven runtime validation to achieve end‑to‑end type safety in backend development.

FarrowNode.jsType Safety
0 likes · 16 min read
Exploring Type‑Friendly Node.js Web Frameworks: Design and Type‑Safety with Farrow