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.
What do I Mean By Context?
A micro post about what specifically I mean when I’m talking about context within a given program.