Tag: Programming
-
I have decided to get back into tinkering with my Raspberry Pi. I will be blogging my journey as I stumble through my initial playing,…
-
Installing and setting up github cli
What is the github cli The Github CLI tool is the official Github terminal tool for interacting with your github account, as well as any…
-
How I organize my Neovim configuration
The entry point for my Neovim Configuration is the init.lua file. Init.lua My entrypoint file simply requires three other files: The user.plugins file is where…
-
Started working on a side project I’m calling “Pitch”. It’s an end to end encrypted website starter inspired by SiteJS by the Small Technology Foundation.…
-
Setting up Elasticsearch and Kibana using Docker for local development
How to set up Kibana and Elasticsearch locally, within Docker containers.
-
Install MongoDB with Docker for local development
Pull the docker image for mongo down to your computer. docker pull mongo Run the mongo container in the background, isolated from the rest of…
-
Setting up my own labs
I’m going to begin setting up my own “labs” area to play around with various web technologies. For the longest time now I have been…
-
Bulk converting large PS4 screenshot png images into 1080p jpg’s
A niche example of how I bulk convert my screenshots to make them more website-friendly.
-
Updating PHP versions in Ubuntu 20.04
Installing an older PHP version and switching to it in Ubuntu.
-
Started to learn Rust
Today is the day when I start to learn the Rust programming language.
-
Docker braindump
A collection of my learnings, notes and musings on Docker.
-
Been learning to use Docker Swarm
Despite not yet managing to get what I have learnt implemented, I have nonetheless took on board some good concepts around docker and docker swarm
-
How I would set up Laravel with Docker
This is a quick brain dump for myself to remember how I set up Laravel with Docker. Hopefully it can help others out also.
-
How to easily set a custom redirect in Laravel form requests
In Laravel you can create custom request classes where you can house the validation for any given route. If that validation then fails, Laravel’s default…
-
Stretching before running
One of the annoying things about web development, is having to learn completely new paradigms every now and again. I’m all for improving my skills…