Tagged articles
5 articles
Page 1 of 1
php Courses
php Courses
Dec 4, 2024 · Backend Development

Why Build a Custom PHP Framework and Course Outline

This article explains why developers may choose to create their own PHP framework—covering specific needs, learning benefits, maintenance, performance, usability, and security—and outlines an eight‑section curriculum that introduces MVC, routing, error handling, namespaces, design patterns, configuration, and database operations.

MVCPHPcustom-framework
0 likes · 3 min read
Why Build a Custom PHP Framework and Course Outline
php Courses
php Courses
Apr 18, 2024 · Backend Development

Why Build a Custom PHP Framework and Course Outline

This article explains the motivations for creating a custom PHP framework—such as meeting specific project needs, learning core concepts, ensuring long‑term maintainability, optimizing performance, improving usability, and enhancing security—while also presenting a detailed chapter and section outline for a self‑study course.

BackendFrameworkMVC
0 likes · 4 min read
Why Build a Custom PHP Framework and Course Outline
Alipay Experience Technology
Alipay Experience Technology
Mar 8, 2022 · Backend Development

Mastering EggJS: From Reusable Code to Scalable Plugins and Custom Frameworks

This article walks through EggJS’s core design principles, demonstrates building a simple GitHub aggregation API, shows how to evolve reusable code into plugins and custom frameworks, and explains progressive development practices for large‑scale enterprise applications, highlighting configuration, plugin management, and framework layering.

Backend DevelopmentNode.jscustom-framework
0 likes · 13 min read
Mastering EggJS: From Reusable Code to Scalable Plugins and Custom Frameworks
Ctrip Technology
Ctrip Technology
Nov 10, 2017 · Cloud Native

Ctrip's Container Cloud: Architecture, Self‑Developed Framework, and Engineering Practices

This article describes how Ctrip built a container‑cloud platform by dividing infrastructure into "under‑water" (foundations) and "over‑water" (developer‑facing practices), evolving through three architectural stages, and addressing networking, monitoring, resource fragmentation, JVM tuning, Dockerfile management, and a plugin‑based extension model to support DevOps and micro‑service deployments.

CtripDevOpscustom-framework
0 likes · 15 min read
Ctrip's Container Cloud: Architecture, Self‑Developed Framework, and Engineering Practices