Upgrade Your PHP Version

PHP updates are on a regular schedule. Some developers and organizations feel overwhelmed by this. Let’s put that in perspective

Essential Composer Packages

Every PHP developer worth their salt uses Composer to manage their dependencies. That’s because Composer is a crucial component of modern PHP development. It’s by far the best way to manage 3rd party code. The number of composer packages available on Packagist is staggering – as is the number of downloads for some projects. It’s … Read more » Essential Composer Packages

How Browsers Make HTTP Requests

When you’re starting to learn about web development, it can be overwhelming to understand how browsers work on top of everything else you need to learn.