
Devops Sample
This simple application is intended to demonstrate a basic proficiency with the devops technologies in the Gummicube stack.
Back-End: Pulumi + AWS
The data that populates the chart above is being served from a back-end created entirely with Pulumi. It includes an API Gateway, Lambda and RDS PostgreSQL database.
The source code for this back-end is in the Code Sandbox below.
Front-End: Docker + GitLab Pipeline
The Front-End you are currently viewing is a Dockerized Vite/React/TypeScript application that is automatically built and deployed using a GitLab Pipeline.
The source code for this front-end is in the Code Sandbox below.
Notes
Here is a list of the notes I generated while working on this.