Posts
All the articles I've posted.

JumpCloud
Updated:Sometimes I'm surprised at why I've never come across things before. This is a big one for me. For the longest time I was pondering how to resolve some SSO

Laravel, Nuxt.js and Nginx
Whilst experimenting with Nuxt.js (A Vue.js framework) as a front end client for Laravel I discovered I was going to face some issues with CORS, certificat

Laravel and Firebase Sync
Updated:Today I've been working on an idea I've had for a while now. Sometimes you want your internal data exposed to the outside world, but don't really want to o

Developing in Windows
Surely not! Whoever would want to develop software using Windows? Well over the past week or so I've been taking a look at how things would look if I were

TailBlazer
An open source log file viewer for Windows https://github.com/RolandPheasant/TailBlazer

Git Credentials
Using git to push commits up to the remote is all in a days work. The change happens when you switch to a new remote and use a new account. My first action

VSCode CRLF vs LF Battle
Updated:I'm a Linux guy. I like my line feeds a simple LF. but when developing cross platform and you hit Windows and face CRLF. It can be a real linting challenge

Laravel and O365 Authentication
Updated:Our app currently uses LDAP authentication but as our environment is rapidly moving onto the cloud and Microsoft Office 365 it's time to investigate authen

PHPUnit Testing Failure
Updated:Today's challenge caused me to burn a lot of time before resolving the issue, which turned out to be an obvious mistake. When I run a unit test I need to a

Guzzle and Curl
Updated:Related to my previous post about Laravel. Guzzle and Nginx I ran into an issue with our proxy. The proxy is always a source of fun and games. Because the