RSSAmplifier

Blog

Tired Dev

Tired Dev

giddydev.hashnode.devRSS feed ↗6 posts

Latest posts

Catch Production merge conflicts before they occur with git-merge-tree.

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...

Stakeholder Management Tips for Developers.

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...

How does Go parseInt?

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...

JS tidbit: Never be confused about integer Array access with increments again.

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...

How would a Tired Dev reverse an integer in JavaScript...

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'...

How applying for jobs can rekindle your passion for coding.

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...