This repository has been archived on 2025-03-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coryd.dev-eleventy/src/posts/2024/dont-be-afraid-to-admin-when-you-dont-know-something.md
Cory Dransfeldt 386f52b32a
chore: post
2024-04-10 11:40:39 -07:00

1.8 KiB
Raw Blame History

date title description tags
2024-04-10T11:40-08:00 Dont be afraid to admit when you dont know something
tech
development

I often apply this thinking to development work but Ive found it holds true in many other situations. Ive dealt with imposter syndrome for my whole career and still battle with it. Im a self-taught developer and am confident that theres more I dont know than I do know.

Ive been asked when interviewing for a front end ecommerce position how the Javascript event loop works — in detail. I told the interviewer I didnt know, had never needed to in previous positions but was confident I could figure it out. They hired me. Ive taken a similar tack when discussing other roles with interviewers — I dont know, but I like to learn and Ill figure it out. Dont know enough React? Ill learn. Dont know bespoke framework/internal tool X? Ill learn.

This has also been something I tell junior developers Ive mentored and something I prize when its exhibited. Everyone on a team excels at something, or many things and there will be overlap, but the gaps are where you can help and teach each other. Dont waste an opportunity to learn and dont struggle when you dont need to.

Dont fight through a problem. Read the docs and ask questions from there. Ive learned from the open web, from taking apart applications and tools and Ive learned even more from gracious senior developers. Being able to teach something to someone else is a great way to verify that you truly understand something.

Be kind, help each other out and everyone gets better together. Its been a foundational part of all the best teams Ive been on.