Nov 22, 2019
A Few Thoughts on Being a Freelancer
Freelancing is great, but as with any job it has a few downfalls. I've tried to articulate my feelings into a short article.
Read ArticlePosts
Nov 22, 2019
Freelancing is great, but as with any job it has a few downfalls. I've tried to articulate my feelings into a short article.
Read ArticleOct 15, 2019
Setting up Netlify Lambda Functions for serverless websites and integrating with Firebase Admin SDK to update the database on request.
Read ArticleSep 16, 2019
We can utilise the serverMiddlware provided out of the box with Nuxt.js to read a JSON file and handle the redirects for our application.
Read ArticleAug 14, 2019
Most websites will need to manage their redirects at some point. For this, we're going to utilise a Spatie package to read redirects from a configuration file and/or a database table.
Read ArticleMay 22, 2019
A collection of five packages to kickstart your next project with Laravel Nova. These are some of my personal favourites that I use on every project.
Read ArticleJun 14, 2018
I recently moved my web design workflow away from Sketch & Adobe XD to Figma full time. Here I'll cover the reasons why it works for me, and how it could for you.
Read ArticleMay 20, 2018
Working on Packages for Laravel in a local environment can be a little annoying to start. Utilising Composer we can make this process as simple as cloning a repository.
Read ArticleMar 14, 2018
Accessors and Mutators can help with abstracting common functionality in our application into one consistent location. By utilising them we can provide a more consistent codebase and improve the workflow between developers.
Read Article