Category

Developer

Category

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…

Guess what – MicroServices is no longer a big thing, Monoliths are back in the fold and soon n-tier will be the next big thing once again. While we are at, let’s think about what is the best for configuration files – registry settings, key vaults, database, json or .config files. There can only be one way that is right correct? I have a preferred architecture I like to go to every time I’m designing…

Meeting with people. Negotiating requirements back and forth. Deciding which languages and frameworks to use and why. Investigating customer problems you’ve never seen before. Working with Sales on features that aren’t there. Figuring out new UI/UX schemas. Organizing your work. All of the above is much harder to do than writing the code that comes from these interactions.  Don’t underestimate the value of sitting down with someone to understand their point of view and their…