Mathematical Programming
12 April 2021
[ math, CS ]
Thoughts and examples in combining CS and math.

Importance of Data
15 February 2021
[ CS ]
Explains how data influences the execution speed of programs.

Onion design pattern
02 January 2021
[ c++ ]
A pattern fully using templates to layer functionality of objects on top of each other.

Derivation Proofs
02 October 2020
[ math ]
A collection of proofs for the basic rules of derivation.

Steinhart Equation Inverse Derivation and Back
23 September 2020
[ math, physics ]
How to solve for temperatur or resistance.

Calculate capacitor discharge voltage
10 September 2020
[ math, physics ]
Derivation steps to get the formula for capacitor discharge.

What does a PC do at startup?
10 September 2020
[ computer ]