Piecewise Functions And Conditional Logic Theory
A quick thought experiment to see if it makes sense to use piecewise functions to approximate or describe the complexity of a software features logic tree.
What is an Interface?
A post that covers the concept of interfaces between different areas in the code base. Not so much specifics as just helping to grasp the role of interfacing, and even interface syntax in general.
Updating Application State from IO Devices
maintaining the current state of the output of a soil moisture level sensor in an application that’s meant to display info about the soil, as well as automate the watering of that soil.
Building Understanding of Closures with Rust
Understanding closures in Rust and using it to encapsulate contexts and ownership.
Measurement Specifiers
The need to determine specific information about ingredient measurements has arisen. This post will cover my approach to creating a uniform way to combine units.