Category

Developer

Category

I wrote this article originally on Medium – Team Leads vs Technical Leads – and have been stumped figuring out a follow-up for it. When I wrote it, it drove me home because I see so many developers stuck between being a Team vs a Technical Lead – thinking if they go one way, they close the door on the other role forever – which is furthest from the truth. If anything, it will make…

Code is meant to be broken, reiterated over, broken again and again and again until it cannot function anymore. That is what code is meant to do. It works, it changes, it breaks, it gets fixed, it works again. Welcome to coding! Let the everlasting Frustration and Joy begin.

I was watching a lot of clips from Apollo 13 for a bit and one thing that kept striking me – their focus. I look at my desktop and sometimes see all the tabs of random thoughts occurring as I look at issues and problems and I think – “there is no way I could be in space, I’d have all these tabs and binders open just trying to figure out what to do.” Probably…

I was troubleshooting an issue today, trying to figure out why an automated build wasn’t working. It turns out I had to toggle a configuration value and then from there remove some steps. I found the answer on a random StackOverflow post where someone had a similar issue. This after 2 hours of trying different scenarios and pulling (what’s left) of my hair out trying to get there. The Hidden Configurations and back-end combinations of…

I spent the last few weeks trying to create a straightforward no-code app – login page, show a profile – I ended up going back to code to get it done in a few days. If I didn’t know the code, I would have had two options in front of me; Invest myself in a company’s specific framework and learn “their way” to do No Code. Not do what I want, but use some of…