The way of the Blatherdicer
Sample Projects
Here are a few sample coding projects...
Infection Simulator
This is a simulation of infection rates of a virus (like Covid) in a population. It allows the different attributes of the virus to be adjusted to see the result visually.
This was implemented on CodePen.io using an HTML Canvas for the drawing.
Vue Calculator
Implementation of a calculator using vue.js.
This was a learning project to experiment with the vue framework by porting an example from a freecodecamp project.
Focus Timer in React
A "Pomodoro" focus timer built using React
This was another learning project to apply the React framework.