Tag

web-development

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Nov 23, 2023 · Backend Development

Common PHP Feature Implementations and Optimization Techniques

This article reviews essential PHP development practices—including user authentication, database interaction, file handling, front‑end/back‑end communication, and error logging—while offering concrete optimization tips such as password hashing, RBAC, indexing, caching, connection pooling, and proper logging to improve application quality and performance.

AuthenticationDatabasePHP
0 likes · 5 min read
Common PHP Feature Implementations and Optimization Techniques
php中文网 Courses
php中文网 Courses
Sep 14, 2023 · Backend Development

Why Learning PHP Remains Valuable in 2023

Despite many newer languages, PHP remains relevant in 2023 due to powerful PHP 8.x features, its dominance in web development and CMS platforms, a vibrant ecosystem of frameworks, strong job demand, ease of learning, a large supportive community, and ongoing legacy code maintenance needs.

backendecosystemjob market
0 likes · 4 min read
Why Learning PHP Remains Valuable in 2023
php中文网 Courses
php中文网 Courses
Jul 13, 2023 · Backend Development

Building a Simple Shopping Cart with PHP and Vue.js

This tutorial demonstrates how to create a basic shopping cart system by setting up a MySQL database, implementing backend PHP scripts for CRUD operations, and integrating a Vue.js front‑end with Axios to manage products and cart interactions in a full‑stack web application.

AjaxMySQLVue.js
0 likes · 9 min read
Building a Simple Shopping Cart with PHP and Vue.js
Python Programming Learning Circle
Python Programming Learning Circle
Apr 15, 2022 · Backend Development

Python Django E‑commerce Project Tutorial with Installation Guide

This tutorial presents a complete Python + Django e‑commerce mini‑project, outlining its main features, required environment, step‑by‑step installation commands, configuration changes, database setup, and how to run the application locally for self‑learners.

MySQLPythonbackend
0 likes · 4 min read
Python Django E‑commerce Project Tutorial with Installation Guide
360 Tech Engineering
360 Tech Engineering
Feb 26, 2019 · Frontend Development

Understanding CSS z-index and Stacking Contexts

This article explains the default stacking order of HTML elements, how z-index interacts with positioned, floating, and flex items, how to create custom stacking orders, and the rules for generating stacking contexts, providing practical examples and best‑practice recommendations for front‑end developers.

CSSfrontendlayout
0 likes · 11 min read
Understanding CSS z-index and Stacking Contexts