-
The new COBOL program – Cloud formation
The new COBOL program is the cloud formation template, it does not matter that it is an YAML/JSON. Few years ago, the main drive for bringing JAVA/.NET framework into the shop was to de couple the giant multi thousand line COBOL programs. These programs had a library of key words. This could be used and…
-
Cloud opinion summary 2020.
cloud-opinion.medium.com/taking-stock-of-cloud-providers-2020-9e31454ef8d5 One of the better summaries. The point about the focus on GCP is very much likely. The catch up is Azure and not Google, cannot agree more. GitHub from azure is probably the best market strategy to get developers to appreciate the stack. But I liked some of the new goodies that came out…
-
Black History Moments in Search – Google
To celebrate Black History Month, Google is looking at the moments in Black History that have been searched more than others in the United States. — Read on about.google/stories/most-searched-black-history-month/ Very good compilation to remember history.
-
Azure functions Photo upload function using JAVA
We will go over a working example that uploads a photo to Azure Container as a Blob. The final codebase will run to upload a photo-based on a CURL command curl -w “\n” http://localhost:7071/api/uploadSathishPhoto –data /Users/sathishjayapal/Downloads/DSCN4934.JPG High level architecture Prerequisites: Azure CLI Azure subscription NPM JAVA 8. Maven CLI Now let us see how to…
-
Cloudformation YAML file pass parameters
We have a simple cloud formation file in a YAML format. There are couple of parameters that need to be passed to this template. We want to make sure the parameters that are being passed are based on whether it is a PROD/Test environment. Here is the sample simple S3 upload file template Now based…