Academia

Technology

I Underestimated The Importance of Tooling

Over the last year I experimented with different IDEs. One of my tasks at work is maintaining a react application, which tempted me to use VS Code for developing it - writing Typescript in an IDE written in JavaScript felt like a good fit.

Read
Technology

Testing Scientific Code - How to Get Away with Bad Code

Scientific code is bad. Programming it often serves as a tool to bridge the gap between mathematical theory and predictive model. As a result, scientific code is frequently of bad quality. I'll show you how to get away with it.

Read