Technology

Automating Backups With Btrbk On Fedora 34

A rough guide for establishing a backup routine on a machine running Fedora 34.

Read
Technology, Python

Predicting the Beginning of the End

With early vaccination data from the Robert Koch Institute, I run a linear regression to get an estimate to predict when the Germans will reach herd immunity.

Read
Technology

Mutable Objects in JavaScript

JavaScript Objects and Arrays are mutable data structures, and constants and variables are references. I tripped over this recently working on state update logic in a React app.

Read
Technology

Languages, Fast and Slow

Some months ago I gave a talk at Beuth University of Applied Sciences about the application of JavaScript as a fullstack language. I built a with an express backend and a react frontend and gave a demonstration. It was not long before people started asking questions about CORS, global state and lifting state up.

Read