by Jonathan | Nov 25, 2024 | MSP
Kaseya has decent documentation on their IT Glue API, but does not publish it in a standard format (Swagger / OpenAPI). To fix that deficiency, I wrote a script that parses the official page and create an OpenAPI 3.0 compliant spec from it, find the script and the IT...
by Jonathan | Aug 6, 2024 | AI
I love coding with AI. There, I said it. “You’re not a real developer,” I can hear you saying. And no, my profession is not primarily development1, but development definitely makes my job in IT easier. Here are some tips that will make Copilot and...
by Jonathan | Nov 2, 2023 | Tech
I use used Digital Ocean’s App Platform for a docker run application. I also use celery for asynchronous processing and cronjobs inside of this application. For months it worked without issue, and then one day my logs started filling up things like Errno 38...