That’s not accurate on quite a few counts. - University is definitely not free, at least in England. Fees are £9k per year. Interest rates are high and you don’t have to pay it back unless you earn over a certain amount…
Yep, exactly. We're currently running the exact same code on both AWS Lambda and IronWorker, all that differs is a simple handler file. We're looking to add support for Microsoft's new Azure Functions and Google Cloud…
> Oracle, Microsoft, Autodesk, MathWorks, Native Instruments These companies were generally fulfilling a niche which required a certain amount of complexity at the core of the application. They were also difficult to…
Yeah, we connect with other services so we need the ability to programmatically re-schedule a function to run in ~5 minutes if it failed the first time.
We're using IronWorker and Lambda for a current project. Our (Go) code can run on either and we've designed the app to easily swap out the backend in case of service failure. Pros of IronWorker: More language support,…
That’s not accurate on quite a few counts. - University is definitely not free, at least in England. Fees are £9k per year. Interest rates are high and you don’t have to pay it back unless you earn over a certain amount…
Yep, exactly. We're currently running the exact same code on both AWS Lambda and IronWorker, all that differs is a simple handler file. We're looking to add support for Microsoft's new Azure Functions and Google Cloud…
> Oracle, Microsoft, Autodesk, MathWorks, Native Instruments These companies were generally fulfilling a niche which required a certain amount of complexity at the core of the application. They were also difficult to…
Yeah, we connect with other services so we need the ability to programmatically re-schedule a function to run in ~5 minutes if it failed the first time.
We're using IronWorker and Lambda for a current project. Our (Go) code can run on either and we've designed the app to easily swap out the backend in case of service failure. Pros of IronWorker: More language support,…