Devops Sample

This simple application is intended to demonstrate a basic proficiency with the devops technologies in the Gummicube stack.

Time-Series

The back-end infrastructure (API, Lambda and PostgreSQL Database) that serves this chart data was generated with Pulumi IAC framework.

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.