Any interesting new angle on an old adage.

The saying ‘people don’t leave jobs, they leave their boss’ has been around for years. Herein Christie Lindor goes one step further and focuses on…

Sorry about the gap in posting…

..been working on a no programming project recently. I’ll have some images and story once it’s completed. Stay tuned!  

Community resouces

Library of handy, helpful, informative, or motivational links. PHP https://www.phparch.com/podcast-subscribe/ Workflow / Productivity Yii2 http://www.yiiframework.com/wiki/861/how-to-get-seo-friendly-url-using-model-and-new-geturl-function/ Why? https://github.com/juokaz/pyhp.js

Vacation so soon(tm)…

I’ll be out of communication starting Friday till about the 5th of July. Taking a much needed vacation. Might be able to put in some…

ComposerCat (beta)

(Preface: I am a full supporter of CLI tools, UI tools are nice but should not be depended on for day-to-day workflow). Came across this…

Always plan on something going wrong…

Anyone who has sat through the process managing a project know, whole heartedly as a fact, no matter how much something is planned and scheduled something…

A little fun with gource

Every year my employer has a holiday party. This past year I rendered out all the projects we had worked on and put them in…

Advice for Professional Developers by Adam Culp

#1 Stop blaming companies for bad code you wrote. Yes there are influences, but it was YOU who created it, not them. #2 Stop blaming…

Where should tests live?

…came across this conversation this evening. Interesting topic abut where tests logic should live. https://dev.to/rtfeldman/where-should-tests-live

Of environmental parity and testing (pt1).

So funny thing. As a general rule of thumb each environment is suppose to reflect production as much as possible. At work we use Codeception to…