Switching to Git: Leaving FTP File Uploads Behind
The confidence that comes with version control: how switching from FTP to Git changed my development habits, and the basics of commits and branches.
Blog
My writing, videos and posts across platforms on software architecture, PHP, DevOps and product development. (Page 31/32)
The confidence that comes with version control: how switching from FTP to Git changed my development habits, and the basics of commits and branches.
The practical payoff of separating the view layer from logic: using Blade layouts, sections, and partials.
The structure that comes from moving beyond raw PHP to a framework: first impressions, installation, and the basics of Laravel 4.
The 2014 standard for decoupling form submissions from full page loads: practical usage of jQuery's $.ajax method.
Code organization that eliminates name collisions and fits the modern library ecosystem: PHP namespace usage and the use statement.
Moving away from manual class includes to standard autoloading: the difference between PSR-0 and PSR-4, and Composer integration.