When I started programming, my teachers insisted I comment my code. Everything to show what I was doing in the code. Partly they may have…
A year ago, I was contracted to move a website that had no business being on the open web to an internal website. They were in no rush to…
Another concept that I recognized when trying to model code in 2d was Trial Threads. These are parallel threads trying to complete the same task with…
I mentioned this project I’ve been working on for 20+ years a few weeks ago. I remember my first pocket computer. It was a Palm Pilot.…
When doing integration testing, one of the pain points is how long it takes to get an environment set up. Two parts: 1. Creating it in…
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…
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…