LOFTER Tech Team
Author

LOFTER Tech Team

Technical sharing and discussion from NetEase LOFTER Tech Team

15
Articles
0
Likes
38
Views
0
Comments
Recent Articles

Latest from LOFTER Tech Team

15 recent articles
LOFTER Tech Team
LOFTER Tech Team
Oct 26, 2022 · Operations

Efficient Nginx Log Analysis Using GoAccess and Practical Case Studies

This article explains why Nginx logs are critical, compares various log‑analysis tools, provides detailed installation and configuration steps for GoAccess, discusses selection criteria, and shares real‑world case studies that demonstrate how to extract valuable system and business insights from massive access logs.

MonitoringNginxgoaccess
0 likes · 20 min read
Efficient Nginx Log Analysis Using GoAccess and Practical Case Studies
LOFTER Tech Team
LOFTER Tech Team
Aug 15, 2022 · Game Development

Implement Touch‑Controlled Movement, Directional Walking Animations, and Physics Collisions for a Hero Character in Cocos Creator

This guide demonstrates how to enable touch‑based movement for a hero character, add directional walking animations, integrate animation logic, and implement physics‑based collision detection with walls in Cocos Creator, including code snippets for event handling, animation state management, and physics component setup.

Cocos CreatorCollisionPhysics
0 likes · 18 min read
Implement Touch‑Controlled Movement, Directional Walking Animations, and Physics Collisions for a Hero Character in Cocos Creator
LOFTER Tech Team
LOFTER Tech Team
Aug 5, 2022 · Game Development

Guide to Creating, Editing, and Using Tiled Maps in Cocos Creator

This tutorial explains how to use the Tiled map editor to design tile‑based levels, import and configure the generated maps in a Cocos Creator project, add animations, replace maps, and switch to curve‑based collision walls for smoother gameplay.

Cocos CreatorCollisionTiled
0 likes · 16 min read
Guide to Creating, Editing, and Using Tiled Maps in Cocos Creator
LOFTER Tech Team
LOFTER Tech Team
Jul 28, 2022 · Game Development

Step‑by‑Step Guide to Building a Simple Cocos Creator Game

This tutorial walks you through configuring scene assets, creating player, star, and game controller scripts, adding movement, jump, scoring, failure detection, and audio effects in Cocos Creator, providing complete code snippets and editor instructions to build a functional 2D platformer.

Cocos CreatorJavaScriptgame design
0 likes · 28 min read
Step‑by‑Step Guide to Building a Simple Cocos Creator Game
LOFTER Tech Team
LOFTER Tech Team
Jun 16, 2022 · Mobile Development

Implementing In‑App Purchases with StoreKit2 in iOS SwiftUI Apps

This comprehensive guide walks through using Apple’s StoreKit2 framework to define products, fetch localized product data, display items, handle purchases, verify transactions, manage receipts, support refunds, differentiate consumables from non‑consumables, and implement auto‑renewable subscriptions in a SwiftUI iOS application.

ConsumablesIn‑App PurchasesStoreKit2
0 likes · 37 min read
Implementing In‑App Purchases with StoreKit2 in iOS SwiftUI Apps
LOFTER Tech Team
LOFTER Tech Team
Jun 2, 2022 · Fundamentals

Understanding Event Tracking (埋点): Purpose, Types, and Implementation Methods

This article explains the concept of event tracking (埋点) in applications, detailing its purposes such as user conversion analysis and security monitoring, classifying manual, visual, and full tracking methods, and discussing their advantages, disadvantages, and how to choose the appropriate approach.

Analyticsevent trackingfull tracking
0 likes · 6 min read
Understanding Event Tracking (埋点): Purpose, Types, and Implementation Methods
LOFTER Tech Team
LOFTER Tech Team
Apr 6, 2022 · Frontend Development

State Management in React: From Redux to Unstated‑Next, Constate, Zustand, Jotai and Valtio

This article reviews the evolution of React state‑management solutions, comparing classic Redux with modern Hook‑based libraries such as Unstated‑Next, Constate, Zustand, Jotai and Valtio, explains core concepts like algebraic effects, context duplication, and provides practical code examples and performance tips.

Context APIReactRedux
0 likes · 21 min read
State Management in React: From Redux to Unstated‑Next, Constate, Zustand, Jotai and Valtio
LOFTER Tech Team
LOFTER Tech Team
Mar 31, 2022 · Frontend Development

Understanding Browser Database IndexedDB and Using localForage

This article explains the architecture, features, and compatibility of IndexedDB, compares it with traditional storage options, introduces the localForage library for simplified asynchronous storage, and provides practical code examples for managing data and caching video content in web applications.

Browser DatabaseFrontendIndexedDB
0 likes · 10 min read
Understanding Browser Database IndexedDB and Using localForage