Search - "goodpractices"
  • 5
    !rant
    https://github.com/rohitshetty/...

    I am a young dev trying my hands around in different stuff.
    So I would appreciate any criticism or comments that would allow me to Learn more :) or good practices I can follow.

    Here is one project where I tried to create a structured frameworkish way to write mqtt processors.
    Mqtt processors are standalone apps that process mqtt requests that has to be acted upon (like add sensor data to db sent from sensor node, read from db, turn some gpio on or off if the app is on some embedded device like raspi ) etc.
    This project creates a structure where you can just focus on writing subscribed topic listeners in a clean neat way. (Hopefully)
    6