top of page

Demos and more

Below you can see some websites and demos that I have created. This is an important part of my job and also a hobby. You'll find a short description and technologies summary for each project.

Demo Website

cobolAzure.png

A demo website that consumes a serverless Azure Function running legacy COBOL code.

​

Business logic for getting stores details from COBOL VSAM file is extracted, recompiled to MSIL and deployed as an Azure Function.

​

Angular + HTML page makes the requests, get the stores details and show the location on a map

Demo Website

cobolmicroservices.png

A demo website that shows usage of multiple microservices created from legacy code.

​

This was part of a webinar I held that demonstrated various methods of creating COBOL microservices.

​

The Angular + HTML page was available for the audience so they can see how functionality is becoming available as I create the microservices and expose them to the website.

​

I used advanced refactoring techniques, created CICS Webservices, COBOL RESTful services in a Docker container and a COBOL Azure function.

Small Business Website

talkoparties.png

A website I created for my wife's small business of scientific themed activities for kids.

Mostly static HTML with a responsive layout.

​

​

bottom of page