QQ Music Frontend Team
Author

QQ Music Frontend Team

QQ Music Web Frontend Team

34
Articles
0
Likes
43
Views
0
Comments
Recent Articles

Latest from QQ Music Frontend Team

34 recent articles
QQ Music Frontend Team
QQ Music Frontend Team
Feb 15, 2022 · Databases

Mastering Redis: From Fundamentals to Advanced Features and Real‑World Use Cases

This comprehensive guide walks you through Redis basics, its data structures, commands, installation steps, high‑concurrency principles, persistence mechanisms, replication, caching strategies, Lua scripting, pipelines, distributed locks, and cluster concepts, providing practical examples and best‑practice recommendations for developers and operators.

LuaPersistencePipeline
0 likes · 70 min read
Mastering Redis: From Fundamentals to Advanced Features and Real‑World Use Cases
QQ Music Frontend Team
QQ Music Frontend Team
Nov 21, 2021 · Fundamentals

Why QUIC Is the Future of Web Protocols: From HTTP/1.1 to HTTP/3

This article traces the evolution of HTTP from its earliest version through HTTP/2, explains the limitations of each iteration, and demonstrates how QUIC's UDP‑based design, 0‑RTT connections, connection migration, and flexible congestion control overcome those issues to become the next‑generation web transport protocol.

NetworkProtocolQUIC
0 likes · 17 min read
Why QUIC Is the Future of Web Protocols: From HTTP/1.1 to HTTP/3
QQ Music Frontend Team
QQ Music Frontend Team
Jun 24, 2021 · Backend Development

Master Nginx: Complete Installation, Configuration, and Advanced Tips

This comprehensive guide walks you through installing Nginx from source, configuring global settings, mastering common directives, enabling gzip compression, setting up reverse and forward proxies, load balancing, SSL, systemd service management, and troubleshooting, providing ready-to-use code snippets and practical examples for server administrators.

ConfigurationNginxgzip
0 likes · 41 min read
Master Nginx: Complete Installation, Configuration, and Advanced Tips
QQ Music Frontend Team
QQ Music Frontend Team
May 11, 2021 · Fundamentals

Mastering Knowledge & Task Management with Roam Research: A Practical Guide

This article shares a comprehensive, experience‑based method for using Roam Research to organize knowledge, take effective reading notes, and manage daily tasks, while explaining the underlying principles of linking, tagging, and bi‑directional connections that make learning more efficient and enjoyable.

Note-takingProductivityRoam Research
0 likes · 14 min read
Mastering Knowledge & Task Management with Roam Research: A Practical Guide
QQ Music Frontend Team
QQ Music Frontend Team
May 6, 2021 · Mobile Development

Practical Guide to Trimming Flutter App Size on iOS & Android

This article examines the composition of Flutter iOS and Android build artifacts, then presents detailed strategies—such as removing unused components, relocating assets, and optimizing engine compilation—to significantly reduce package size, with concrete examples, code snippets, and measured results showing up to 50% shrinkage.

AndroidApp SizeiOS
0 likes · 17 min read
Practical Guide to Trimming Flutter App Size on iOS & Android
QQ Music Frontend Team
QQ Music Frontend Team
Apr 16, 2021 · Backend Development

Build a JCE Parser with PEG.js for Node.js BFF Framework

This tutorial explains how to use PEG.js to create a JavaScript parser that converts JCE protocol definitions into Node.js syntax, covering PEG.js basics, grammar rules, recursion, struct and interface parsing, and assembling a complete JCE parser.

ASTJCENode.js
0 likes · 9 min read
Build a JCE Parser with PEG.js for Node.js BFF Framework
QQ Music Frontend Team
QQ Music Frontend Team
Mar 19, 2021 · Frontend Development

Boost Frontend Efficiency: Mastering Feflow’s Workflow and Plugin System

This article explains how to streamline front‑end development using Feflow, covering its workflow phases, scaffolding, development kits, plugin architecture, installation steps, and practical code examples for creating custom scaffolds, devkits, and plugins to improve build consistency and team productivity.

development kitfeflowfrontend engineering
0 likes · 20 min read
Boost Frontend Efficiency: Mastering Feflow’s Workflow and Plugin System