Articles by tag: patterns
Event-driven programming on Arduino: patterns and examples
How to transfer event-driven architecture from enterprise to embedded. Code examples, advantages and limitations of EVA Core. Learn when to apply the approach.
Fan-Out/Fan-In in Go: pattern for parallel data processing
Detailed breakdown of the Fan-Out/Fan-In pattern in Go. Learn how to distribute tasks among goroutines and aggregate results. Code examples and best practices.