WeDoctor Frontend Technology
Author

WeDoctor Frontend Technology

Official WeDoctor Group frontend public account, sharing original tech articles, events, job postings, and occasional daily updates from our tech team.

107
Articles
0
Likes
154
Views
0
Comments
Recent Articles

Latest from WeDoctor Frontend Technology

100 recent articles max
WeDoctor Frontend Technology
WeDoctor Frontend Technology
May 20, 2021 · Frontend Development

Demystifying Webpack: Build Your Own Simple JavaScript Bundler

This article explains webpack’s core concept as a static module bundler, describes why bundling is needed for browser execution, details how webpack builds a dependency graph and loads modules, and walks through building a minimal custom bundler using Node and Babel to illustrate the underlying principles.

Dependency Graphcustom bundlerwebpack
0 likes · 12 min read
Demystifying Webpack: Build Your Own Simple JavaScript Bundler
WeDoctor Frontend Technology
WeDoctor Frontend Technology
May 18, 2021 · Frontend Development

From Stone Age to Bundless: Mastering Modern Frontend Build Tools

Explore the evolution of frontend build systems—from early manual bundling and IIFE modules through AMD/CMD, webpack, Vite, and rollup—while learning key interview questions, practical optimization techniques, and how to build a comprehensive, future‑ready construction framework for modern web development.

frontendrollupwebpack
0 likes · 10 min read
From Stone Age to Bundless: Mastering Modern Frontend Build Tools
WeDoctor Frontend Technology
WeDoctor Frontend Technology
Apr 25, 2021 · Frontend Development

Understanding Vue.js mergeOptions: How Merge Strategies Work

This article deeply analyzes Vue.js's mergeOptions function, explaining how merge strategies are defined and applied to options like data, props, hooks, assets, and watchers, with detailed code examples and step‑by‑step breakdowns to help developers understand Vue's option merging mechanics.

Vue.jsfrontendmergeOptions
0 likes · 13 min read
Understanding Vue.js mergeOptions: How Merge Strategies Work
WeDoctor Frontend Technology
WeDoctor Frontend Technology
Apr 20, 2021 · Fundamentals

Master Design Patterns: Boost Code Reusability, Readability, and Maintainability

This comprehensive guide explains what design patterns are, why they matter, the fundamentals of object‑oriented programming, ten core SOLID principles, a mnemonic for 23 patterns, and detailed examples of creational, structural, and behavioral patterns with real‑world code snippets to help developers write cleaner, more maintainable software.

Design PatternsObject-Oriented ProgrammingSOLID principles
0 likes · 28 min read
Master Design Patterns: Boost Code Reusability, Readability, and Maintainability
WeDoctor Frontend Technology
WeDoctor Frontend Technology
Apr 11, 2021 · Frontend Development

How Deliberate Practice Can Turn You Into a Front‑End Expert in 3 Years

This article explains why many developers stagnate, introduces the concept of deliberate practice, and provides a step‑by‑step methodology—including clear goals, strong motivation, mentorship, structured learning plans, zone management, feedback loops, and reward systems—to accelerate a front‑end engineer's growth from beginner to expert within three years.

Career GrowthFrontend DevelopmentLearning Methodology
0 likes · 10 min read
How Deliberate Practice Can Turn You Into a Front‑End Expert in 3 Years
WeDoctor Frontend Technology
WeDoctor Frontend Technology
Mar 22, 2021 · Frontend Development

Unlocking V8: Deep Dive into JavaScript Engine Mechanics and Interview Secrets

This article explores V8’s architecture—from its host integration and bytecode compilation to hidden classes, inline caches, and garbage collection—providing interview‑ready insights, performance optimization techniques, and practical code examples that illuminate how JavaScript executes efficiently in browsers and Node.js.

Hidden ClassesInterview PreparationJavaScript Engine
0 likes · 17 min read
Unlocking V8: Deep Dive into JavaScript Engine Mechanics and Interview Secrets