惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Cisco Talos Blog
Cisco Talos Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Jina AI
Jina AI
雷峰网
雷峰网
The Register - Security
The Register - Security
The Cloudflare Blog
博客园 - 【当耐特】
M
MIT News - Artificial intelligence
I
InfoQ
博客园 - 三生石上(FineUI控件)
H
Help Net Security
博客园 - 司徒正美
Vercel News
Vercel News
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
云风的 BLOG
云风的 BLOG
B
Blog
Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
L
LangChain Blog
人人都是产品经理
人人都是产品经理
GbyAI
GbyAI
T
The Blog of Author Tim Ferriss
T
Tailwind CSS Blog
aimingoo的专栏
aimingoo的专栏
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Recorded Future
Recorded Future
小众软件
小众软件
Martin Fowler
Martin Fowler
罗磊的独立博客
Stack Overflow Blog
Stack Overflow Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
酷 壳 – CoolShell
酷 壳 – CoolShell
腾讯CDC
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Apple Machine Learning Research
Apple Machine Learning Research
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - Franky
Hugging Face - Blog
Hugging Face - Blog
Y
Y Combinator Blog
V
Visual Studio Blog
F
Fortinet All Blogs
Microsoft Azure Blog
Microsoft Azure Blog
大猫的无限游戏
大猫的无限游戏
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
V
V2EX
Blog — PlanetScale
Blog — PlanetScale

Kent C. Dodds Blog

Implementing Hybrid Semantic + Lexical Search Simplifying Containers with Cloudflare Sandboxes Migrating to Workspaces and Nx Offloading FFmpeg with Cloudflare Building Semantic Search on my Content Helping YOU ask ME questions with AI How I used Cursor to Migrate Frameworks The Dow's Start on the Covenant Path 2025 in Review The next chapter: EpicAI.pro AI is taking your job How I increased my visibility Launching Epic Web 2023 in Review Stop Being a Junior RSC with Dan Abramov and Joe Savona Live Stream Fixing a Memory Leak in a Production Node.js App 2022 in Review My Car Accident I Migrated from a Postgres Cluster to Distributed SQLite with LiteFS I'm building EpicWeb.dev A review of my time at Remix Remix: The Yang to React's Yin How I help you build better websites Why I Love Remix The State Initializer Pattern How to React ⚛️ Get a catch block error message with TypeScript Building an awesome image loading experience How Remix makes CSS clashes predictable Introducing the new kentcdodds.com How I built a modern website in 2021 How to use React Context effectively Static vs Unit vs Integration vs E2E Testing for Frontend Apps The Testing Trophy and Testing Classifications Array reduce vs chaining vs for loop Don't Solve Problems, Eliminate Them Super Simple Start to Remix Super Simple Start to ESModules in Node.js JavaScript Pass By Value Function Parameters How to write a Constrained Identity Function (CIF) in TypeScript How to optimize your context value How to write a React Component in TypeScript TypeScript Function Syntaxes Listify a JavaScript Array Build vs Buy: Component Libraries edition Using fetch with TypeScript Wrapping React.useState with TypeScript Define function overload types with TypeScript 2020 in Review Business and Engineering alignment Hi, thanks for reaching out to me 👋 useEffect vs useLayoutEffect Super simple start to Firebase functions Super simple start to Netlify functions Super Simple Start to css variables Favor Progress Over Pride in Open Source Testing Implementation Details How getting into Open Source has been awesome for me useState lazy initialization and function updates Use ternaries rather than && in JSX Application State Management with React Use react-error-boundary to handle errors in React JavaScript to Know for React How I structure Express apps What open source project should I contribute to? When I follow TDD AHA Programming 💡 How I Record Educational Videos Should I write a test or fix a bug? Stop mocking fetch Intentional Career Building Improve test error messages of your abstractions Tracing user interactions with React Eliminate an entire category of bugs with a few simple tools Common mistakes with React Testing Library Super Simple Start to React Stop using client-side route redirects The State Reducer Pattern with React Hooks Function forms Replace axios with a simple custom fetch wrapper How to test custom React hooks React Production Performance Monitoring Should I useState or useReducer? Stop using isLoading booleans Make Your Test Fail Make your own DevTools An Argument for Automation Fix the "not wrapped in act(...)" warning Super Simple Start to ESModules in the Browser Implementing a simple state machine library in JavaScript 2010s Decade in Review Why users care about how you write code Why I avoid nesting closures Don't call a React function component Why your team needs TestingJavaScript.com Inversion of Control Understanding React's key prop How to Enable React Concurrent Mode Profile a React App for Performance
How to get experience as a software engineer
2019-08-12 · via Kent C. Dodds Blog

Here's the secret: More Problems, More Experience

Here's one thing that I've observed in my time as a career software engineer: There's no shortcut to experience. You have to put in the time. That said, there are things that you can do to ensure that your time is contributing effectively to your well of experience and that's what we're going to talk about here.

Where does experience come from?

Some people seem to think that you can only get experience incrementally over time. That it's just something mysterious that comes to you over the course of working at Company X for Y number of years. These same people mistakenly turn down talented engineers because they lack "experience." But as much as time and experience are correlated, time does not tell you how experienced an engineer is, nor how well they will perform in a specific engineering role.

"Technical Experience" comes from experiencing different situations and then learning from those experiences to improve your own response to the same or similar situations in the future. Another way to say "situations" is "problems." Engineers who make the most of their "experience time investment" are the ones who intentionally expose themselves to various software related problems and then work hard to overcome or find/build solutions to those problems.

So when you're looking to increase your own level of technical experience (and increase the return on your time investment), look for "problems."

Where can you find problems?

It depends on the kind of experience you're looking for, but I can tell you a few places I've found the problems that have given me the experience I have had: Work and Open Source. There is a never-ending, ever-growing list of software problems at most companies (certainly any company I would want to work for), and the open source community is facing software problems that you can pitch in and find solutions to.

And I'm not talking about: "Hey, I'm having trouble triaging my GitHub issues, could you build me an app to solve that problem?" While this is a great kind of problem to solve, and would definitely give you experience, I'm talking about lower-level kinds of problems. Like: "There's some bug in this library" or "this test is flakey" or "when we deploy our app, we get a spike of 500 errors." These kinds of problems are all over the place and require some deep digging into the code to figure out what's going on.

Another thing you can do is be the go-to person for problems of a certain domain that you want to improve on. You want to be the "accessibility expert" at your organization? Do some research, and give a talk internally at your company. Invite people to ping you with questions. The more questions you get about the topic, the more varied problems you'll be exposed to, and the more digging you'll have to do. It's a cycle.

This is kinda what happened to me with testing. I actually never intended on being "the testing guy," but I developed a few experience-based opinions, started talking about it. It wasn't long before I didn't have to look for problems, they just came to me in the form of questions. People brought their problems to me which made me even more experienced, and with that experience, I was able to build TestingJavaScript.com which encompasses all of the knowledge that I've gained over the years of experiencing problems–my own and other people's.

How do you use problems to gain experience?

One of the first libraries that I worked on was angular-formly and I got into it because there was a feature that didn't exist that I needed. I could have passively moved on to another library to retrofit its capabilities to my app (or vice versa 😬). Instead I looked through the code to see that what I wanted was possible, then opened an issue, followed by a pull request. A few months and PRs later, and I found myself a core maintainer, and then later the sole maintainer of the project. That whole project presented a TON of "experience-building problems" for me (as well as opportunities to speak internationally). I learned a TON about how forms work on the web and as a maintainer of the project.

When you find a problem. DIG. If you have problems digging, then awesome! You found another problem to solve! You can work to solve those problems. The whole process will give you more experience. Read "Spelunking in node_modules 👷" for more thoughts on this kind of process.

Another thing: document your findings. You'll learn and remember more by writing down the things that you learned. It's even better if you present your learnings in a form intended for public consumption (blog post, youtube video, etc). This will require you to dig even further to confirm (or debunk) your assumptions, giving you more experience.

Conclusion

To sum this up, you develop more experience as you bump against and solve varied problems. Your brain is a muscle and it gets better at solving similar problems the more it's exercised in a certain way.

I hope this helps you develop into the experienced engineer you'd like to be. Good luck!