This commit is contained in:
2023-08-07 21:13:15 -04:00
parent 0a232c02e3
commit 611579d344
2 changed files with 26 additions and 0 deletions
+7
View File
@@ -229,6 +229,13 @@ declare module 'astro:content' {
collection: "blog", collection: "blog",
data: InferEntrySchema<"blog"> data: InferEntrySchema<"blog">
} & { render(): Render[".md"] }, } & { render(): Render[".md"] },
"reflecting-on-my-first-year-as-a-developer.md": {
id: "reflecting-on-my-first-year-as-a-developer.md",
slug: "reflecting-on-my-first-year-as-a-developer",
body: string,
collection: "blog",
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] },
"thoughs-on-macos.md": { "thoughs-on-macos.md": {
id: "thoughs-on-macos.md", id: "thoughs-on-macos.md",
slug: "thoughs-on-macos", slug: "thoughs-on-macos",
@@ -0,0 +1,19 @@
---
title: 'Reflecting On My First Year as a Developer'
pubDate: '8/7/23'
tags: ['Life', 'Learning', 'Programming']
---
This week will mark the end of my first year (of hopefully many more) working as a software developer. This fact blows my mind, and feels wholly unreal. Its still difficult for me to believe that I made it this far. I still remember thinking my interview was a total disaster and being genuinely shocked when I got the job offer.
I cant understate how life changing this last year has been. Last summer I was at a low point. My year-long job search was proving unfruitful, and I was not really feeling good about myself. I had been working at a small startup doing quality control for short-form video clips on a contract basis, and I was slowly losing my mind.
Ive grown a lot in the last year, not just as a developer, but also as a person. Financially, being a full time job, its given me stability I didnt have doing contract work. Emotionally, it isnt as overwhelming to deal with (when Im not having a bout of Imposter Syndrome). Its given me the space to work on myself in a way I havent really had in a long time.
Hell, even the job itself has allowed me to grow as a person. Right off the bat, I had to learn Next.js, and over time Ive learned and grown more comfortable with a multitude of technologies that I lacked the confidence to touch or expand my knowledge of. Things like working with databases, something that Ive found very intimidating in the past, has become not _quite_ second nature, but a lot less overwhelming.
The most important thing I learned, the one common thread tying this last year together, is the importance of just _doing_. I have a tendency to not believe in myself, and that has led to me saying “I cant” to a lot of things. “I cant learn to code.” “I cant handle working with databases.” “I cant live in a new place.” “I cant find happiness.”
For Star Wars Day this year I rewatched The Empire Strikes Back. In that movie, after Luke is unable to use the Force to lift his X-Wing out of the swamp on Dagobah, exclaiming that its “impossible”. Yoda sighs and pulls the starfighter out of the swamp himself. Luke, upon seeing this, says, “I dont believe it.” To which Yoda responds, “That is why you failed.” This scene really struck a chord with me when I watched it this past May. For so long I had been Luke, failing because I didnt have faith I could succeed.
Of course, belief does not always equal success, though it would be nice if it did. But, what this last yearand honestly, my entire journey into the world of software developmenthas taught me is that the only guarantee is that not trying, not taking the chance, will always lead to failure. But sometimes, every once in a while, if you believe in yourself and take that chance, you might just succeed.