Topic

e-commerce

Collection size
535 articles
Page 19 of 27
DataFunTalk
DataFunTalk
Sep 21, 2018 · Artificial Intelligence

Construction of a Second‑Hand E‑commerce Knowledge Graph and Its Application in Pricing Models

This article explains how a knowledge graph for second‑hand e‑commerce is built—from data extraction and entity, attribute, and relation mining to ontology construction, entity alignment, and graph integration—and describes how the resulting graph supports personalized recommendation, search optimization, and statistical or regression‑based pricing models.

NLPe-commerceentity extraction
0 likes · 15 min read
Construction of a Second‑Hand E‑commerce Knowledge Graph and Its Application in Pricing Models
DataFunTalk
DataFunTalk
Jun 13, 2018 · Artificial Intelligence

Evolution of E‑commerce Platform Recommendation System Architecture

This article reviews the evolution of recommendation system architecture for C2C e‑commerce platforms, tracing stages from simple offline‑online pipelines through granular feed‑flow improvements, real‑time processing, and machine‑learning‑driven models, while highlighting user‑profile construction, challenges, and best‑practice guidelines.

Architecturee-commercemachine learning
0 likes · 10 min read
Evolution of E‑commerce Platform Recommendation System Architecture
Architect's Guide
Architect's Guide
Nov 29, 2022 · Fundamentals

Understanding the End-to-End Architecture of Chinese Internet Payments

This article provides a comprehensive overview of the end‑to‑end Chinese internet payment architecture, illustrating the flow from e‑commerce platforms through checkout, third‑party payment channels, banking networks, clearing and settlement, and detailing the roles of components such as the cashier, transaction core, membership, payment, accounting and clearing systems.

Chinae-commercefinancial technology
0 likes · 10 min read
Understanding the End-to-End Architecture of Chinese Internet Payments
Architect's Guide
Architect's Guide
Oct 28, 2022 · Backend Development

Design and Architecture of Enterprise E‑Commerce Order Systems

This article explains the role of an order system in traditional e‑commerce enterprises, outlines its main functional modules and design ideas, describes the forward and reverse order processes, state‑machine management, and discusses future architectural evolution and best‑practice considerations.

State Machinebackend architecturee-commerce
0 likes · 13 min read
Design and Architecture of Enterprise E‑Commerce Order Systems
High Availability Architecture
High Availability Architecture
Apr 6, 2021 · Backend Development

Ensuring Distributed Transaction Consistency in High‑Concurrency Flash‑Sale Systems with Transactional Messages and RocketMQ

This article explains how to achieve strong consistency for high‑traffic flash‑sale (seckill) scenarios by using distributed transaction principles, flexible transaction models, and Alibaba Cloud RocketMQ transactional messages, providing detailed architectural guidance, implementation steps, code examples, and operational best practices.

High ConcurrencyMicroservicesRocketMQ
0 likes · 33 min read
Ensuring Distributed Transaction Consistency in High‑Concurrency Flash‑Sale Systems with Transactional Messages and RocketMQ
High Availability Architecture
High Availability Architecture
Nov 30, 2018 · Mobile Development

Interview with MobSDK Project Director Yu Xunjie on Mobile SDK Architecture and Product Management

In this interview, MobSDK director Yu Xunjie discusses the platform's comprehensive SDK matrix, automatic integration, 24/7 developer support, product management practices, e‑commerce solutions, short‑video capabilities, and the team's collaborative culture, offering valuable insights for mobile developers.

AndroidApp FactoryDeveloper Support
0 likes · 11 min read
Interview with MobSDK Project Director Yu Xunjie on Mobile SDK Architecture and Product Management
High Availability Architecture
High Availability Architecture
Aug 11, 2016 · Backend Development

Mogujie E‑Commerce Transaction Platform Architecture and Service Refactoring

The article details how Mogujie's e‑commerce transaction system evolved from a monolithic PHP application to a service‑oriented architecture through DB vertical sharding, service decomposition, custom sharding component TSharding, and performance optimizations such as asynchronous processing, caching, and distributed transaction handling to support rapid growth and high‑availability requirements.

Performance OptimizationShardingbackend
0 likes · 15 min read
Mogujie E‑Commerce Transaction Platform Architecture and Service Refactoring
Nightwalker Tech
Nightwalker Tech
Nov 18, 2022 · Backend Development

Design and Implementation of an E‑commerce Search Engine Using Go and Elasticsearch

This article presents a comprehensive engineering guide for building a high‑performance e‑commerce search engine with Go (Kratos), Elasticsearch/OpenSearch, Redis, MySQL, and Kafka, covering architecture, index construction, query processing, ranking, user‑guidance features, and future extensions such as recommendation and visual search.

ElasticsearchSearch Enginebackend
0 likes · 19 min read
Design and Implementation of an E‑commerce Search Engine Using Go and Elasticsearch
Nightwalker Tech
Nightwalker Tech
Nov 9, 2016 · Operations

Best Practices for Service Monitoring and Alerting in E‑commerce Systems

The discussion outlines essential service‑monitoring techniques—including health checks, JVM metrics, traffic and payment ring‑ratio analysis, client‑side exception tracking, third‑party CDN monitoring, alert thresholds, instrumentation via AOP or SDKs, and tooling such as Datadog, Zabbix, and the Elastic stack—to reliably detect and respond to incidents in e‑commerce environments.

AlertingIncident ResponseLogging
0 likes · 10 min read
Best Practices for Service Monitoring and Alerting in E‑commerce Systems
IT Services Circle
IT Services Circle
Aug 28, 2022 · Backend Development

How to Prevent Duplicate Payments in E‑commerce Orders

This article explains the complete e‑commerce payment workflow, identifies the causes of duplicate payments such as missing deduplication, order loss and multi‑channel issues, and presents practical backend solutions including distributed locking, result caching, payment‑flow cancellation, active polling, and sync‑async notification strategies to ensure order consistency and improve payment success rates.

Distributed Lockbackendduplicate payment
0 likes · 13 min read
How to Prevent Duplicate Payments in E‑commerce Orders
Selected Java Interview Questions
Selected Java Interview Questions
Mar 24, 2022 · Backend Development

Design and Core Functions of an E‑commerce Order System

This article explains the roles, architecture, core modules, workflow engine, inventory management strategies, and state machine design of order systems in traditional e‑commerce enterprises, offering insights into their future development and integration with other business services.

State Machinebackend architecturee-commerce
0 likes · 13 min read
Design and Core Functions of an E‑commerce Order System
Java Captain
Java Captain
Dec 5, 2020 · Backend Development

Overview of a Spring Cloud‑Based Online Supermarket System

This article introduces a Spring Cloud‑powered Java online supermarket project, detailing its microservice architecture, core functionalities such as user, product, cart, image services, Zuul gateway, and package structure, while providing source code and tutorial links for developers.

JavaMicroservicesSpring Cloud
0 likes · 3 min read
Overview of a Spring Cloud‑Based Online Supermarket System
Java Captain
Java Captain
May 22, 2019 · Backend Development

13 High-Quality Open-Source Spring Boot Projects for Java Developers

This article curates thirteen notable open‑source Spring Boot projects—including e‑commerce platforms, micro‑service scaffolds, payment solutions, and ERP systems—providing brief overviews, star counts, repository links, and demo screenshots to help Java developers discover useful resources for learning and building applications.

ERPJavaMicroservices
0 likes · 11 min read
13 High-Quality Open-Source Spring Boot Projects for Java Developers
php中文网 Courses
php中文网 Courses
May 13, 2025 · Backend Development

Implementing Logistics Tracking and Delivery Management in PHP for E‑commerce

This tutorial explains how to build logistics tracking and delivery management features for an e‑commerce platform using PHP, covering database table creation, inserting, updating, and querying of tracking and delivery records with complete code examples.

DatabaseDelivery ManagementLogistics
0 likes · 6 min read
Implementing Logistics Tracking and Delivery Management in PHP for E‑commerce
php中文网 Courses
php中文网 Courses
Jan 17, 2025 · Backend Development

Implementing Product Purchase Quantity Limits in a PHP E‑Commerce Store

This guide explains how to design the database, modify product detail, cart, and order pages, and use PHP and Ajax to enforce stock‑based purchase quantity limits in an online store, ensuring users cannot exceed available inventory and improving overall shopping experience.

Databasebackende-commerce
0 likes · 4 min read
Implementing Product Purchase Quantity Limits in a PHP E‑Commerce Store
php中文网 Courses
php中文网 Courses
Dec 24, 2024 · Backend Development

Implementing the Repository Pattern in Laravel: A Step‑by‑Step Guide

This guide explains the repository pattern for Laravel, detailing its benefits, step‑by‑step implementation for an e‑commerce product management module—including model, interface, repository, controller code—and offers best practices, caching tips, and common pitfalls to improve code structure, maintainability, and testability.

Backend DevelopmentCachingLaravel
0 likes · 9 min read
Implementing the Repository Pattern in Laravel: A Step‑by‑Step Guide
php中文网 Courses
php中文网 Courses
Nov 21, 2024 · Backend Development

Implementing Logistics Tracking in a PHP E‑Commerce Application

To enhance user trust and satisfaction in an e‑commerce platform, this guide outlines the step‑by‑step process for adding a logistics tracking feature in PHP, covering data collection, API integration, data parsing, storage, front‑end display, and regular updates.

API IntegrationBackend DevelopmentLogistics Tracking
0 likes · 4 min read
Implementing Logistics Tracking in a PHP E‑Commerce Application
php中文网 Courses
php中文网 Courses
Sep 24, 2024 · Backend Development

Implementing Logistics Tracking in a PHP E-commerce Application

This guide outlines the step‑by‑step process for adding a logistics tracking feature to a PHP‑based online store, covering data collection, API integration, data parsing, storage, display, and regular updates to improve user trust and satisfaction.

APILogisticsbackend
0 likes · 4 min read
Implementing Logistics Tracking in a PHP E-commerce Application
php中文网 Courses
php中文网 Courses
Aug 5, 2024 · Backend Development

Implementing Product Purchase Quantity Limits in a PHP E‑Commerce Site

This article explains how to implement product purchase quantity limits in a PHP‑based online store by designing a stock field in the database, updating product detail, cart, and order pages, using Ajax for dynamic updates, and handling inventory adjustments during order processing to improve user experience and operational efficiency.

backende-commercephp
0 likes · 4 min read
Implementing Product Purchase Quantity Limits in a PHP E‑Commerce Site