Brandon Savage published ‘Getting past project inertia’…
… it’s a good 5 minute read. Brandon makes an excellent point about getting yourself motivated when starting a project. Check it out over on his blog.
… it’s a good 5 minute read. Brandon makes an excellent point about getting yourself motivated when starting a project. Check it out over on his blog.
Came across a shot article from Ivan Enderlin about the ::class constant. Some things to be aware of if you like using it as much as I do. It’s a 3 minute… Read More »Random thoughts about `::class` in PHP by Ivan Enderlin
Nitin Agarwal of on Medium did a great write up of the lifecycle of a docker container. For people just entering the world of containerization it is a great resource.For… Read More »Lifecycle of Docker Container
Inspired by a recent conversation with a peer I decided to get together a list of 10 resources concerning software as a whole. Both for future reference and as a… Read More »Core software principles and design patterns.
“Only Thing We Have to Fear Is Fear Itself” Franklin D. Roosevelt First Inaugural Address. That said, whatever you’re afraid of, it is not nearly as bad as you think. Get… Read More »Inspiration for your day:
Any interesting article about agile Vs extreme programming (specifically pair programming) over at pureconcepts.com . Thinking about it the more I like the idea of pair programming. Check out the… Read More »A look back on two weeks of Extreme Programming by Jason McCreary
I usually do not post ‘tips and tricks’ links but this one is super informative. As a PHP centric programmer composer is a daily part of my life. This list… Read More »Handy list of PHP Composer tips.
Excellent article discussing the top 10 application vulnerabilities. Given this year has seen Equifax, US Military, and a number of other organizations fail there job at use security; 2017 is… Read More »OWASP end of year round up
A project I heavily rely on these days recently got some updates. Shameless plug: I was kinda a part of a bunch of them. utf8-mb4 update for MySQL data… Read More »Yii2-starter-kit update…and shameless plug.
I’ve always had a love / hate relationship with CSS. Love that it’s powerful, simply syntax, and generally human comprehensible (minus not having a ‘center this div in the middle… Read More »If this is the new CSS, count me in.