All posts
Tauri and Create React App Part 3 - Commands as hooks
Part 3 of a tutorial for setting up Tauri (an electron alternative) and Create React App. Here we create a hook for invoking 'get/set' commands using the `useSWR` package.
Tauri and Create React App Part 2 - Commands
Part 2 of a tutorial for setting up Tauri (an electron alternative) and Create React App. Here we run through setting up and invoking a command written in rust.
Tauri and Create React App Part 1 - Setup
Part 1 of a tutorial for setting up Tauri (an electron alternative) and Create React App. Here we set up tauri and CRA ready for dev.
Recreating the blog in NextJS
Its that time again when I rewrite my blog, but this time its statically generated using NextJS
Thesis writing in Markdown - pandemic and pandoc
A description of the build system I'm using to build my PhD thesis in markdown and LaTeX
Replacing Electron with C# WebView (Windows Only)
A brief look at the WebView libraries coming to C# WPF
Creating a REPL for hacking on a firestore backend
Using a node REPL to simplify playing around with a firestore backend.
First impressions: converting a React/Firebase project to GraphQL
I've recently moved a firebase project to GraphQL, here I talk about the my first impressions of migrating to GraphQL.
Connecting Players with Firebase and Unity [Part 2]
Part 2 of a tutorial on hacking firebase support into Unity (for desktop builds)
Connecting Players with Firebase and Unity [Part 1]
Part 1 of a tutorial on hacking firebase support into Unity (for desktop builds)