this repsitory is for Malene Kavanagh to test their skills in
- communication
- collaboration
- transparancy
- sharing
as these are key pillars in Liatrio's work culture
Here is the GitHub Actions workflow status badge
Interview Exercise Tasks:
-
Create a GitHub Repository
this needs to be public -
Create a Golang Application
use fiber to build a simple single endpoint web application that returns a JSON minified object -
Use Docker Containerization
Write a Dockerfile that will build your application that is hosted in repository -
Cloud Deployment
this is deployed to google cloud -
Deployment Workflow
deploy on push
GitHub Actions:
- Builds your application’s Docker image
- Verifies the application functionality using Liatrio’s GitHub apprentice-action
- Pushes your image to an OCI compliant repository
- Uniquely version your image each successful workflow run