Gustavo Zeloni

writing

notes & posts

things I write down when I learn something or feel like rambling.

State-based code design How explicitly modeling states, events, and transitions can reduce ambiguity, prevent invalid combinations, and make code behavior clearer.
  • code maintenance
  • programming
  • software architecture
  • software design
  • state machines
  • state modeling
  • typescript
A lightweight wrapper for YOLOv8 using ONNX runtime This article demonstrates how to create an efficient and streamlined wrapper for YOLOv8-Seg using the ONNX runtime.
  • Computer Vision
  • ONNXRuntime
  • Python
  • YOLO