Thoughts on web development, Laravel, PHP, and solving problems day to day.
As another year draws to a close - like many of us - I take a look back over the year that was, and think about the year ahead.
Take a look at my setup and how I go about work
Telescope is an elegant debug assistant for the Laravel Framework but it is also useful for production. Lets learn how!
Take a look at how you can move configuration of your Netlify build process to version control.
Getting a static site up and running on Netlify is pretty easy, but what about a review workflow that allows you to preview upcoming changes on your site before pushing them live?
A lot of people have been talking about using Netlify, so I thought I'd see what all the fuss is about.
If you've ever found yourself working with a Laravel application that shares its databases with other applications, you may have found yourself wondering how to effectively work with and test
Now that we've established how to upload files directly from the browser to Amazon S3, lets look at Dropzone JS, to handle making the user experience a little prettier than the standard file
Whilst part one of this series used AWS Signature Version 2, this post extends the original and discusses using AWS Signature Version 4 for greater compatibility across availability regions.
This post looks at how and why you might handle uploading files to Amazon's S3 platform directly from the browser, rather than via your server as an intermediary.