4

Now that I've got most everything in my personal project working, I realize I need to rewrite everything... My code and infrastructure is absolutely horrible 😅

Comments
  • 0
    @rooter a Smarthome system :) I'm just not satisfied with the ones currently on the market, so I thought why not :P

    And basically 90% of all the features I've implemented, are things I've never worked with before, hence why my code is a mess
  • 0
    @rooter it's not so much about new technologies, although websockets, MongoDB and NGXS is pretty new for me. It's how to implement features like watching a file, and trigger that to update the database, synchronize the database to different files, and send the update to everyone connected via a websocket... It's fair to say I'm challenging myself 😅

    And well for devices, that's what I like about what I'm making. You will be able to control everything. I'm starting off by implementing http and mqtt. It's built using WebComponents, so it'll be easy to extend.
  • 0
Add Comment