Tagged articles
6 articles
Page 1 of 1
21CTO
21CTO
Sep 21, 2021 · Fundamentals

7 Proven Ways to Boost Your Code‑Reading Skills

Discover seven practical techniques—from running the code and grasping high‑level architecture to leveraging tools, mastering language conventions, studying design patterns, participating in code reviews, and performing temporary refactoring—that dramatically improve a developer's ability to read and understand source code.

Code reviewDesign Patternscode reading
0 likes · 7 min read
7 Proven Ways to Boost Your Code‑Reading Skills
Architecture Digest
Architecture Digest
Mar 29, 2021 · Fundamentals

Full‑Stack and Global Thinking: Concepts and Approaches

The article explains that full‑stack development is less about mastering every technology and more about cultivating a holistic, global mindset that integrates technical, product, and operational perspectives to solve concrete domain problems with a disciplined, interdisciplinary approach.

development fundamentalsfull-stackglobal mindset
0 likes · 9 min read
Full‑Stack and Global Thinking: Concepts and Approaches
Liangxu Linux
Liangxu Linux
Sep 11, 2019 · Fundamentals

Master Vim Syntax Highlighting: Enable, Customize, and Persist Color Schemes

This guide walks you through installing Vim, checking its version, creating sample scripts, toggling syntax highlighting, permanently configuring .vimrc, switching and customizing color schemes, applying language‑specific syntax, and defining custom highlight groups for a richer editing experience.

color schemedevelopment fundamentalseditor customization
0 likes · 7 min read
Master Vim Syntax Highlighting: Enable, Customize, and Persist Color Schemes
AntTech
AntTech
Sep 10, 2019 · Fundamentals

Career Advice for Junior Developers: Lessons from Alipay Security Architect Li Junkui

Drawing on his 11‑year journey from entry‑level engineer to Alipay security core architect, Li Junkui shares practical guidance for new programmers, emphasizing early code exposure, project‑driven growth, code review, code archaeology, continuous polishing, reading, unit testing, and thoughtful design.

AlipayCode reviewSoftware Engineering
0 likes · 9 min read
Career Advice for Junior Developers: Lessons from Alipay Security Architect Li Junkui
21CTO
21CTO
Oct 25, 2018 · Fundamentals

Why Bad Code Persists: 3 Core Reasons and How to Fix It

The article examines why the software industry produces low‑quality code, identifying three main causes—low expectations, poor programming books, and shortcut‑driven practices—and suggests how developers and leaders can improve code standards.

Programming PracticesSoftware Engineeringbad code
0 likes · 6 min read
Why Bad Code Persists: 3 Core Reasons and How to Fix It