Wave Equations: Vibrating StringExplores the wave equation for a vibrating string and its numerical solution using finite difference formulas and the Newmark scheme in MATLAB/GNU Octave.
Observer Design PatternExplores the Observer design pattern in graphical interfaces using a simple spreadsheet example to demonstrate automatic value updates.
LabVIEW Design PatternsExplores LabVIEW design patterns, covering local and global variables, race conditions, state machines, and producer-consumer architecture.
Good Code: Best PracticesEmphasizes good code practices, including user story specificity, problem-solving, readable code, design patterns, and defensive programming.