chore: post

This commit is contained in:
Cory Dransfeldt 2024-04-10 11:40:35 -07:00
parent 5b3d4da1ab
commit 386f52b32a
No known key found for this signature in database

View file

@ -0,0 +1,15 @@
---
date: '2024-04-10T11:40-08:00'
title: "Dont be afraid to admit when you dont know something"
description: ""
tags: ['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](https://coryd.dev/posts/2023/on-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.<!-- excerpt -->
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.
<strong class="highlight-text">Be kind, help each other out and everyone gets better together. </strong> Its been a foundational part of all the best teams Ive been on.