November 15, 2022
Vitest With laravel-vite-plugin on Bitbucket Pipelines
So I've got a web application I've been working on for a while. Laravel, Inertia, Vue, Jetstream, all that good stuff. I've set up the front end build with Vite according to the standard docs , which means I've got laravel-vite-plugin installed. Today,...
ReadOctober 4, 2021
Building and Deploying Jigsaw with Bitbucket Pipelines
When I set up my new Blog, I wanted a few things: Content is just a bunch of markdown files in git. Serverless HTTPS hosting that needs no maintenance. Git push to publish. Tighten Co's Jigsaw gave me a CMS that can build a pretty nice blog from...
ReadSeptember 28, 2021
Eloquent Polymorphic One Of Many
Eloquent in Laravel received a new "one of many" relationship type in Laravel 8.42. Laravel News explains this comparatively recent feature here. It seems like the ideal use case for this is a one to many relationship, where one of the relations is a...
ReadSeptember 7, 2021
Publishing Docker Containers to Amazon ECR with Bitbucket Pipelines
I've been using a virtually identical container setup in a few different projects. Up til now, I've just been copy/pasting the full container build configuration into each project and trying to...
ReadJuly 27, 2021
Everything Old... Is New Again
Welcome to the new Jimohalloran.com! I decided it's time to fire up the ol' blog again because there's a few things I wanted to write about and share. And in the process of re-starting it again it...
ReadJuly 8, 2015
Convert VirtualBox VM to KVM
This post outlines the procedure to convert a (Linux) vm from VirtualBox to KVM. Preferably VMs would be built on KVM directly, but this is the process used to migrate a VM built prior to standing up...
ReadSeptember 5, 2010
Building a Complete CodeIgniter Application: Part 5
In our last part we built a model class for our users, and laid the groundwork, with libraries for sessions and filters. So here we go with User Authentication the other bit... In order to use our...
ReadSeptember 5, 2010
Building a Complete CodeIgniter Application: Part 4
It's been a very long time since there was a new installment to this tutorial series (Jim from the future: No kidding! I don't know when I wrote this, but the nest date I can find is Sep 2010. I...
ReadJanuary 6, 2010
Red5 and Apache Axis web service client crashes
First post in a very long time, but I just wanted to document for the world something I've run into and was stumped by for a while. The solution isn't documented anywhere specifically regarding Red5...
Read