- Skill Up:A Software Developer's Guide to Life and Career
- Jordan Hudgens
- 255字
- 2021-07-15 17:03:31
The zone
There is good news though; if a student persists through the twilight zone of learning they will enter The Zone of the developer learning curve:

This zone is entered usually after around 1,000 hours of study and work. During this stage, developers have a wide range of features they can build without having to look up the documentation.
In this stage, when you visit Stack Overflow you'll be answering as many questions as you ask. And thankfully, learning new concepts will come easier. The reason why learning is easier at this stage is because you will have developed a mental model of development.
For example, I recently started working with the Scala programming language. I've been able to pick up on how to build applications in Scala dramatically faster than when I started learning C or PHP a decade ago. This is because I have a decade of knowledge in the development space that allows me to frame the new concepts. When I read the documentation and see what it says about data types, I don't have to wonder what a data type is. Instead I can skip ahead to learning the syntax.
As you'll notice in the developer learning curve, the growth pattern in this phase is less than the other two stages. As you've heard me say countless times, learning never ends for developers. However, learning does change. During this phase, a developer focuses on learning topics such as:
- Incremental performance improvements
- Building helper code libraries
- Refining how application code flows
- OpenStack Cloud Computing Cookbook(Third Edition)
- Learning Scala Programming
- Web前端開(kāi)發(fā)技術(shù):HTML、CSS、JavaScript(第3版)
- JavaScript全程指南
- Rust編程從入門到實(shí)戰(zhàn)
- PyTorch自然語(yǔ)言處理入門與實(shí)戰(zhàn)
- Magento 2 Development Cookbook
- Scratch 3.0少兒編程與邏輯思維訓(xùn)練
- Hands-On JavaScript High Performance
- R的極客理想:工具篇
- Unreal Engine 4 Shaders and Effects Cookbook
- SQL Server從入門到精通(第3版)
- 大話Java:程序設(shè)計(jì)從入門到精通
- Access 2010數(shù)據(jù)庫(kù)應(yīng)用技術(shù)實(shí)驗(yàn)指導(dǎo)與習(xí)題選解(第2版)
- C++ System Programming Cookbook