Best of IoTJanuary 2024

  1. 1
    Article
    Avatar of lobstersLobsters·2y

    How I built a fully offline smart home, and why you should too

    Learn how to build an offline smart home using Home Assistant and recommended devices. Discover the benefits of an offline smart home setup and how to choose the right brands for your smart home.

  2. 2
    Article
    Avatar of awstipAWS 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. 3
    Article
    Avatar of communityCommunity 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. 4
    Article
    Avatar of communityCommunity 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.