Blog

Creating an optimised GitLab pipline for eslint tests

Steps on how I created an optimised GitLab pipline for running eslint tests.

Creating an NPM package with TypeScript

I took to publishing a simple scroll animation library with TypeScript, here were my steps.

Three.js TypeScript Webpack Starter

A starter project for using Three.js, TypeScript, SCSS and Webpack.

React TypeScript Webpack 5 Starter

A new update has been pushed to my React, TypeScript and Webpack starter. It now uses Webpack 5 under the hood, aswell as including SCSS support.

SCSS Allman Formatter

Why I made a VSCode extension to format SCSS & CSS with the Allman style.

Backup a Docker MySQL database with CRON

Simple bash script and cron example to backup a MySQL database from within a Docker container

Backup a MySQL database from within a Docker container

Simple command to backup a MySQL database from within a Docker container

Laravel Docker image

Docker image for Laravel Applications, utilising docker-compose.

How to copy your SSH key to a new Digital Ocean Droplet

Add your SSH key to your server and remove root login

My Laravel, Nginx, Cloudflare nightmare.

Laravel, nginx and cloudflare, what could go wrong?

Copying a sql file to docker container for import

Here's how I imported an sql to my Docker mysql database.

Docker/Docker compose cheatsheet

My most often forgotten docker commands

Accessing iOS & Android accessibility system font scale values in Unity

In a project recently I needed to find the system font size a user had set in their system preferences, on both Android and iOS devices.

Git cheat sheet

My most often forgotten git commands

How to expose your App to the DOM with Webpack

A quick trick to expose your app to the DOM when using Webpack