Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.4 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.4 KB

Learn Modern COBOL by Examples

Microservice Tutorial

You will learn and implement a microservice in COBOL without Mainframe. You will structure the project, manage dependencies, implement automatic tests and build virtualized execution environment. Finally, you will publish the microservice on GitHub under Continuous Integration workflow.

Source-Code

gnucobol-examples/microservice

Articles

Package Tutorial

You will learn and create an application-level library in COBOL. You will structure the package, implement automatic tests, deploy on GitHub and enable Continuous Integration workflow. Finally, you will publish the package in the COBOL package registry.

Source-Code

gnucobol-examples/package

Articles

Event Logging Tutorial

Source-Code

gnucobol-examples/logging

Articles