Ahh…the dreaded merge conflict. No developer likes to see those red squiggly lines after working hard on their feature branch and merging to their target branch. Because it means there’s more work to do, and you have to go through the painful process...
Introduction. "Developers are so annoying,"...a common rhetoric mostly held by well, not developers. Many people dread working with developers; Product managers, UI/UX designers, clients on contract, and other developers...the list is long. If you're...
Intro and Motivation. Hello there, it's Tired Dev! I've been learning Go in my spare time(as a JS Dev). It's been very scattered, mostly because I had a hard time "adjusting" to the syntax, also because I got sidetracked by life and work, amongst oth...
I'll keep this short. Ever seen a code snippet where an integer variable was initialized and used to access an array like this: const funArray = ['This', 'should', 'be', 'fun'] let i = 0; let j = 0; console.log({a:funArray[i++]}) //what would this b...
Hey there 👋 Tired Dev here, how are you today? Hanging in there? Awesome! So am I 😩. I quickly want to break down the question of reversing an integer, for devs who may come across such a question in the future or who have come across it and didn'...
Photo by Sincerely Media on Unsplash Hi there, it's your friendly neighborhood tired dev 👋😩 It's 9:30 pm WAT, I'm yawning as I type this, but oh well, I chose this life. I briefly want to document my experience over the last two months as I believe...