Wrote some code to push events out of a backend system by firing webhooks.
Create a simple table specifying the URL to push to, a function to call, and an enum for the event. In the code, call a function to push to the job handler with the enum value of the event. The job handler then calls a function that loops through records in the database matching that event and calls the specified function, passing in the URL.
Simple.
Also, mounted the tablet. Here it is.
It’s off at the moment. Will get another shot another time.
Scoped a new task for a client. Need to:
- Build a system that pushes to an FTP template folder on events in reaction to git.
- Convert an old CSV daily data feed to a half hourly one that calls to an API.
These tasks will add $10,000+ in weekly sales. Good value.