gitmyhub

blog

HTML ★ 4.8k updated 2y ago

大前端技术为主,读书笔记、随笔、理财为辅,做个终身学习者。

A Chinese front-end developer's personal technical blog hosted on GitHub, covering JavaScript, Vue.js, React.js, Node.js, TypeScript, data structures, algorithms, and interview prep, all written in Chinese for developers learning web development or preparing for tech job interviews.

JavaScriptVue.jsReact.jsNode.jsTypeScriptES6Element UIAnt Designsetup: easycomplexity 3/5

This repository is a personal technical blog by a Chinese front-end developer, organized as a collection of articles and notes published through GitHub Issues. The description translates roughly to: primarily focused on front-end technology, with reading notes, personal essays, and financial topics as secondary content, in the spirit of lifelong learning.

The articles cover a broad range of front-end web development topics. JavaScript gets substantial coverage, with posts on data structures and algorithms, the browser event loop, single-threaded execution, recursive functions, and practical coding techniques. There are dedicated sections for Vue.js, React.js, Node.js, ES6, and TypeScript. The Vue.js content includes deep dives into Vue's source code architecture and build guides using TypeScript and Element UI. The React content covers building blog applications using React with Ant Design and MongoDB.

Other sections include front-end security, translated articles from English sources, interview preparation resources, and performance optimization. One notable series is titled JavaScript Data Structures and Algorithms, covering topics like sorting algorithms, linear data structures, recursion, and tree structures, across more than ten individual posts.

The repository also has a planning section listing intended future series on Webpack internals, Vue source code analysis, and WeChat mini-programs.

All articles are written in Chinese. The content is aimed at Chinese-speaking front-end developers who are learning the field or preparing for job interviews at technology companies. The author notes that the articles are copyrighted and asks that readers contact them before republishing.

Where it fits