When I was young, my dad spent months in the hospital. I remember my dad in the hospital as a normal thing. I couldn’t have…
A bit over a year ago, I had a psych assessment and it confirmed I have a form of ADHD: the inattentive form. I have…
Let’s wrap up the discussion of project management. How can we do project management quickly so I can spend time creating wealth for the company?…
Last week we discussed why project management pains developers. This week, let’s discuss how to work with project management. I, a developer, see management asking for one…
“If I joined a new startup, I as a developer would talk to the customers myself.” Somewhere along the line, as a company gets bigger, specialization kicks…
A large part of the software development is project management. Most developers don’t like the fact. I unquestionably don’t. I want to code. I want to sit…
I’m a tech optimist. I see tech making life better for people around me. In the last century and a half, electricity came on the…
This is the fourth (and final) post in a series on creating a deployment pipeline. The last step in our deployment pipeline is delivery to…
2 weeks ago we discussed build systems. I showed how to create a simple webapp using an maven archetype. It’s time to add a test.…
Mike continues, “CI is the practice where developers merge code to the main branch frequently, and automated tools build and test the code after every merge.” Let’s…