Posts
All the articles I've posted.

Components, props and emit events
One of the things that trips me up is writing Vue components and passing in parameters and returning results. It's a one way process in the main. You can p

Removing ANSI Colours from Log Output
Despite using the --no-color switch for docker logs, I still get colour output. This is frustrating as I just want to throw the output into a file for anal

Python Motion Sensor
Updated:I wanted to add a motion sensor into a Python project that would activate a display to show the temperature only when someone was nearby. The AM312/HC-SR31

Laravel and Vue.js
Updated:I tried to pick up where I left off with my Laravel skills. I began with some vuejs pages and wrote the api to feed the data to them using axios. It took m

Nvidia... again!
Updated:Yep, whilst applying some updates to Manjaro, my screen goes blank and the system dies. This time the updates are with 5.17, and it forced me to reboot and

Laravel Jetstream and OpenLDAP
Updated:It's been a very long time since I did anything with Laravel. I found another job around the time of Laravel 6, and today they are up to Laravel 9 - much h

Relearning Laravel
I feel like the past few days have been quite a battle. Mostly in terms of my memory and trying to remember what I did with Laravel and how I can re-establ

tmux
Updated:Terminal Multiplexer, it's like screen ++ I generally use screen when running detached processes, been doing so for a long time and switching to tmux is go

Consul Service Discovery & Nginx
Building a resilient set of web services (or microservices) means setting up a proxy that is able to dynamically set up "upstream" services when they are a

Telegraf
Updated:This is stupid. I'm trying to use telegraf to collect stats from postgresql. I want to use the input plugin postgresql_extensible and output the data to In