Untested C++ considered harmful

I recently wrote an article about software testing. It was my contribution to the ‘Advanced C++ programming’ seminar that I chose as an elevtive for my master’s degree in Computational Engineering.

Installing and managing scientific software packages with spack and lmod on macOS

Scientific software libraries often have many dependencies and hence installation can be a real burden. The use of a tool named spack package manager can mitigate certain pains that users often face before getting any ‘real work’ done and it also helps to keep things organized.

A Primer on LTI Systems

I recently wrote a small primer on Linear Time-Invariant (LTI) Systems. The text comes in the form of a Jupyter notebook including some code and figures.