Best of IoT — January 2024
- 1
- 2
AWS Tip·2y
Event Driven Architecture (EDA): Demystifying EDA
Event Driven Architecture (EDA) is a software engineering design pattern that decouples communication between applications. It is commonly used in enterprise IT systems to allow real-time information flow and enable loosely coupled service teams.
- 3
Community Picks·2y
What This Senior Developer Learned From His First Big Rust Project
A senior developer shares their experience in building their first big Rust project, an IoT system. They discuss the project goals, planning, implementation, and common patterns and observations they noticed. The author also provides recommendations for other Rust developers.
- 4
Community Picks·2y
How to Use VS Code for Creating and Uploading Arduino Sketches
Learn how to use Visual Studio Code (VS Code) and its extensions to develop and upload Arduino sketches. VS Code is a popular IDE that offers features like free and open-source, cross-platform compatibility, and customization. The Arduino extension provides IntelliSense, syntax highlighting, library management, and built-in tools for compiling and uploading sketches. Install VS Code, Arduino-CLI, and the Arduino extension to get started.
