willhart.io ALL POSTS ALL TAGS

Posts tagged as "code"

See all tags

Embedded rust - comparing RTIC and embassy code electronics

Looking at the pros and cons of different approaches for running rust on STM32 microcontrollers

Read More

Headless bevy in a tauri app code gamedev

Use the bevy game engine as a headless backend for a tauri app, for fun and lols

Read More

Optimising time to interactive, or rewriting my blog... again code random

What started out as experimenting with reducing the time to interactive resulted in me rewriting the blog... again. This time I've migrated to Zola.

Read More

Tauri and Create React App Part 4 - Extending commands tutorials code

Part 4 of a tutorial for setting up Tauri (an electron alternative) and Create React App. Here we extend our hook and command to support multiple counters.

Read More

Tauri and Create React App Part 3 - Commands as hooks tutorials code

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.

Read More

Tauri and Create React App Part 2 - Commands code tutorials

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.

Read More

Tauri and Create React App Part 1 - Setup code tutorials

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.

Read More

Creating a REPL for hacking on a firestore backend code tutorials

Using a node REPL to simplify playing around with a firestore backend.

Read More

First impressions: converting a React/Firebase project to GraphQL code

I've recently moved a firebase project to GraphQL, here I talk about the my first impressions of migrating to GraphQL.

Read More

Connecting Players with Firebase and Unity [Part 2] code gamedev

Part 2 of a tutorial on hacking firebase support into Unity (for desktop builds)

Read More