Cloud Why I implemented a Serverless Function in COBOL. Max Jahn, November 12, 2020November 12, 2023 Serverless Functions are usually associated with programming languages like JavaScript, Python, Go or even plain old Java. But sometimes there is this one procedure, this one application that you need to run once or twice a week for recalculating those old contracts that would be a perfect fit for a… Continue Reading
Cloud Fun with Go Functions: Flexible Oracle Functions Logging to Syslog Max Jahn, September 20, 2020March 29, 2023 Oracle recently added a new logging service to their offering. This logging service supports both custom and service logs. The former is your classic “agent-sends-log-to-logserver” type of log service. The latter will finally give access to logs coming from services such as Load Balancers, API Gateways, Events or Functions. While… Continue Reading