37 Interactive Technology Team
Author

37 Interactive Technology Team

37 Interactive Technology Center

126
Articles
0
Likes
349
Views
0
Comments
Recent Articles

Latest from 37 Interactive Technology Team

100 recent articles max
37 Interactive Technology Team
37 Interactive Technology Team
Dec 2, 2022 · Backend Development

Why Avoid Go’s init() Function? Risks, Testing Issues, and Better Alternatives

This article explains why using Go's init() function is discouraged due to readability, testing complications, and error‑handling limitations, and it offers practical alternatives such as direct variable initialization, custom init functions with sync.Once, and controlled error‑aware initialization patterns.

Error HandlingGoTesting
0 likes · 8 min read
Why Avoid Go’s init() Function? Risks, Testing Issues, and Better Alternatives
37 Interactive Technology Team
37 Interactive Technology Team
Nov 21, 2022 · Mobile Development

Red Dot Counter Implementation in a Mobile App

The article explains how to implement a red‑dot badge system in the “玩心部落” mobile app using a tree‑structured RedPoint hierarchy combined with the Observer pattern, where each node tracks its count, notifies UI observers, propagates updates to parent nodes, and is managed centrally by a HeadRedPoint singleton for easy extension.

JavaObserver PatternRed Dot
0 likes · 12 min read
Red Dot Counter Implementation in a Mobile App
37 Interactive Technology Team
37 Interactive Technology Team
Nov 1, 2022 · Cloud Computing

Guide to Migrating Tencent Cloud CVM Images to Alibaba Cloud ECS Using the SMC Client

This guide walks resource‑delivery SREs through downloading the SMC client, preparing the Tencent CVM source, creating and starting a migration task in Alibaba Cloud, and monitoring progress, enabling fast, cost‑effective conversion of a 500 GB Tencent Cloud image to an Alibaba ECS image for cross‑cloud deployment.

Alibaba CloudDevOpsLinux
0 likes · 4 min read
Guide to Migrating Tencent Cloud CVM Images to Alibaba Cloud ECS Using the SMC Client
37 Interactive Technology Team
37 Interactive Technology Team
Oct 25, 2022 · Cloud Computing

Overview of Global Acceleration Products and Deployment Scenarios

The article compares major cloud providers’ acceleration offerings—showing Tencent and Alibaba support acceleration channels, AWS and Google provide Anycast, and Google alone offers a global network—then outlines suitable business scenarios for each option and explains how each vendor exposes the client’s real IP at Layer 4 and Layer 7.

AnycastCloud providersLoad Balancing
0 likes · 6 min read
Overview of Global Acceleration Products and Deployment Scenarios
37 Interactive Technology Team
37 Interactive Technology Team
Oct 10, 2022 · Frontend Development

AOP Techniques for Ajax and Jsonp in Front-End Development

The article explains how to use Aspect‑Oriented Programming to globally intercept and rewrite Ajax and JSONP requests—both native and framework based—by extending Function.prototype, overriding DOM methods, and employing ajax‑hook and Axios interceptors, culminating in a runnable demo that redirects traffic from a‑domain to b‑domain.

AOPAxiosHook
0 likes · 19 min read
AOP Techniques for Ajax and Jsonp in Front-End Development
37 Interactive Technology Team
37 Interactive Technology Team
Sep 26, 2022 · Frontend Development

Web Push Notification Implementation with Firebase

This guide details how to implement web push notifications with Firebase, explaining the underlying push principles, step‑by‑step project setup—including service‑worker registration, token management, and message handling for both notification and data payloads—while also addressing common issues such as service‑worker updates, cross‑browser compatibility, and permission management.

Notification APIPush ServiceService Worker
0 likes · 12 min read
Web Push Notification Implementation with Firebase
37 Interactive Technology Team
37 Interactive Technology Team
Sep 15, 2022 · Information Security

Apple Privacy Evolution: Photo Library Access, App Tracking Transparency, SKAdNetwork, and Security Features

Since the 2018 Facebook scandal, Apple has tightened privacy by introducing limited photo library access, App Tracking Transparency, SKAdNetwork 2.0/3.0 attribution, Private Click Measurement, differential‑privacy analytics, granular app permissions, Lockdown Mode, and password‑less Passkeys, balancing developer openness with strong user security.

App Tracking TransparencyAppleSKAdNetwork
0 likes · 20 min read
Apple Privacy Evolution: Photo Library Access, App Tracking Transparency, SKAdNetwork, and Security Features
37 Interactive Technology Team
37 Interactive Technology Team
Aug 23, 2022 · Big Data

Optimizing Game Event Reporting with Stream Processing to Overcome ClickHouse Performance Bottlenecks

Faced with ClickHouse query times ballooning to over an hour for massive game‑event data, the team replaced the DB‑pull model with a stream‑processing pipeline that evaluates trigger rules in real time, cuts batch queries by 60 %, and brings reporting latency down to minutes.

ClickHouseGame AnalyticsPerformance optimization
0 likes · 6 min read
Optimizing Game Event Reporting with Stream Processing to Overcome ClickHouse Performance Bottlenecks