Articles
These cover a variety of topics like modern PHP, application development, design patterns, and web design.
No Route Found For The Request with WordPress Multisite
Ever get the error No route found for the request when doing some web development? I did. Here’s how I solved it.
WordPress Infinite Redirection Loop
One thing we often have to do as web developers, is update the main URL of the site. Usually, it’s because we need to configure the site on a new server. This might be becase you’re migrating to a new hosting company, or just creating a new environment at your current web host. Privacy is … Read more » WordPress Infinite Redirection Loop
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.
