I also have one in my head that will make it into actual code at some point…
I’d like to implement a pub/sub model with a Publisher class that has ‘publish’ and ‘subscribe’ methods.
Any form could then publish messages (probably to a 'channel ’ on the Publisher) and could also subscribe to those channels with a handler for processing the incoming messages.
Messages would have content that could be any object - simple strings, events, whatever. The subscription handlers in each form would choose what’s of interest and how to react.
In my head, I’m also thinking of making Publisher a portable class so a copy could reside on the server, probably in the session. The client side could then poll its server side sibling for messages at regular intervals and publish them to subscribers.
Possibly just the messages would be portable and the publishers separate. Not sure yet.
I have created 2 personal apps to make my side hustles easier to manage .
Turo Web App - I created a dashboard to gather all my cars information in one form using selenium and the uplink services. I also can manage my vehicles options and pricing from my web app.
Stock trading I am working on building a auto trading bot linking to my TD Ameritrade account using the TD api. I am currently able to place market orders and fetch stock prices every 15 sec.
Just tested the ability to send text messages from our Schools Lunch Order App using Twilio! In our next release, students will be able “opt in” if they want a warning text before the lunch orders are locked for the day!