New Oriental Technology
Author

New Oriental Technology

Practical internet development experience, tech sharing, knowledge consolidation, and forward-thinking insights.

77
Articles
0
Likes
191
Views
0
Comments
Recent Articles

Latest from New Oriental Technology

77 recent articles
New Oriental Technology
New Oriental Technology
May 31, 2021 · Backend Development

A Comprehensive Guide to Java Concurrency and Synchronization Mechanisms

This article provides an in-depth exploration of Java concurrency and synchronization mechanisms, detailing the evolution of the Java Memory Model, explaining core concepts like volatile, CAS, synchronized, and park/unpark, and illustrating their practical applications through code examples and JVM optimization insights.

CASJVM OptimizationJava concurrency
0 likes · 15 min read
A Comprehensive Guide to Java Concurrency and Synchronization Mechanisms
New Oriental Technology
New Oriental Technology
May 31, 2021 · Game Development

Storage and Synchronization of Rigid Bodies and Constraints in a Mechanical Engine

The article explains how mechanical equipment requires storing rigid‑body positions, rotations, velocities and inter‑object constraints, and how synchronizing these states between teacher and student clients ensures consistent simulation, contrasting this with the simpler handling of electrical equipment.

ConstraintsPhysics Enginerigid body
0 likes · 7 min read
Storage and Synchronization of Rigid Bodies and Constraints in a Mechanical Engine
New Oriental Technology
New Oriental Technology
May 24, 2021 · Backend Development

Backend API Testing Automation Framework

This article details a comprehensive backend API testing automation framework using tools like pytest, Docker, and Jenkins to generate test cases, manage test data, and produce detailed reports.

API testingJenkinspytest
0 likes · 8 min read
Backend API Testing Automation Framework
New Oriental Technology
New Oriental Technology
May 24, 2021 · Operations

Overview of SkyWalking UI: Dashboard, Topology, Tracing, Profiling, and Alerts

The article provides a comprehensive English overview of SkyWalking UI, detailing its dashboard metrics, topology visualization, trace analysis, performance profiling workflow, and alarm management, illustrating how the tool monitors microservice and cloud‑native environments with metrics such as throughput, latency, Apdex, and JVM statistics.

APMDistributed TracingMonitoring
0 likes · 11 min read
Overview of SkyWalking UI: Dashboard, Topology, Tracing, Profiling, and Alerts
New Oriental Technology
New Oriental Technology
May 20, 2021 · Backend Development

Design and Evolution of an Online Education Post‑Class Replay Generation System

The article details the step‑by‑step architectural evolution of a cloud classroom replay generation platform, from a quick third‑party‑based implementation to a self‑developed, CDN‑integrated solution that now reliably produces nearly 90,000 class videos daily while reducing cost and operational complexity.

CDNbackend architecturecloud computing
0 likes · 5 min read
Design and Evolution of an Online Education Post‑Class Replay Generation System