Tencent IMWeb Frontend Team
Author

Tencent IMWeb Frontend Team

IMWeb Frontend Community gathering frontend development enthusiasts. Follow us for refined live courses by top experts, cutting‑edge technical posts, and to sharpen your frontend skills.

500
Articles
0
Likes
814
Views
0
Comments
Recent Articles

Latest from Tencent IMWeb Frontend Team

100 recent articles max
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Sep 23, 2021 · Backend Development

Mastering Commander.js: Build Powerful Node.js CLIs with Ease

This comprehensive guide walks you through installing Commander.js, declaring program variables, defining options (including booleans, required, variadic, and default values), creating commands and arguments, customizing help output, using hooks, handling async actions, and advanced parsing configurations for robust Node.js command‑line applications.

CLICommand LineCommander.js
0 likes · 27 min read
Mastering Commander.js: Build Powerful Node.js CLIs with Ease
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Sep 2, 2021 · Frontend Development

Unlock Webpack splitChunks & Manifest: A Hands‑On Guide to Smarter Bundling

This tutorial walks through the fundamentals of Webpack’s splitChunks and manifest features, explaining modules, chunks, and bundles, detailing configuration options like chunks, cacheGroups, minChunks, priority, maxInitialRequests, and maxAsyncRequests, and shows practical code examples and visual results to help developers master efficient asset bundling.

Webpackbuild-toolsfrontend
0 likes · 15 min read
Unlock Webpack splitChunks & Manifest: A Hands‑On Guide to Smarter Bundling
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Aug 30, 2021 · Backend Development

Essential Nest.js Best Practices for Scalable Backend Development

This guide shares practical Nest.js tips—including global API prefixes, modular folder structures, DTO usage, Data Mapper over Active Record, relative imports, data exclusion, getters, and barrel exports—to help developers build maintainable, version‑compatible backend services.

Code OrganizationNest.jsNode.js
0 likes · 7 min read
Essential Nest.js Best Practices for Scalable Backend Development
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Aug 26, 2021 · Frontend Development

How to Fix HTML Entity Bugs That Break Rich Text Rendering

This article explains why HTML entities like "<" and ">" can disappear in rich‑text fields, analyzes the underlying tokenizer state machine, and provides a lightweight hack that inserts empty comment nodes to preserve the original text without breaking legacy rendering logic.

Bug FixEntityHTML
0 likes · 12 min read
How to Fix HTML Entity Bugs That Break Rich Text Rendering
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Aug 23, 2021 · Game Development

Master Multi-Device UI Adaptation in Cocos with 9‑Slice Scaling

Learn how to achieve seamless multi‑device UI adaptation in Cocos by understanding design versus screen resolution, using Fit Height/Width modes, leveraging Widget components for edge alignment, and applying 9‑slice slicing to option backgrounds, all without cumbersome CSS or extensive code.

9-sliceCocosFit Height
0 likes · 17 min read
Master Multi-Device UI Adaptation in Cocos with 9‑Slice Scaling
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Aug 16, 2021 · Fundamentals

Why Refactoring Matters: Practical Tips and Code Smell Solutions

This article, based on the author’s experience and Martin Fowler’s book, explains what refactoring is, why it’s essential, how to spot code smells, and provides concrete principles and JavaScript examples to improve code design, readability, and maintainability without focusing on performance.

JavaScriptbest practicescode smells
0 likes · 27 min read
Why Refactoring Matters: Practical Tips and Code Smell Solutions