programming Code Smells “Look, that's why there's rules, understand? So that you think before you break 'em." – Terry Pratchett, Thief of Time A Code Smell is a hint that something might be off
video Programming paradigms Covering this one in our engineering discussion next week. Great overview for those who are unclear on what paradigm even means.
programming Mounting a shared volume on a docker image Yesterday I needed a php 5.6 environment. Locally I'm running 7.0. First thought was to brew install php56, unlink php7 and link php56, but this proved a bit more complex than expected. Attempting to install php56 through brew was resulting in: Error:
programming Agile training A few weeks back I participated in a four-day Agile training provided by the POWERSHiFTER client I've been working with for the past year and half. The client started a transition to Agile about 3 years ago, but corporate environments are slow to change.
programming Skills upgrade Last year I focused on new routines. I didn't seek out new languages or tools. Regardless, being a hired gun means each project comes with it's own requirements and stack of technologies, so opportunity to pick up new skills is ample. PHP. I haven't