You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2026. It is now read-only.
NathanGrenier edited this page Nov 4, 2025
·
21 revisions
What knowledge were you missing?
How did you acquire the knowledge?
This page is for you to document anything you needed to learn. Just list what it is and a maybe a link to it. If you need, you can add 1-2 sentences describing it.
AI
Frontend
Backend
Tailwind: Framework to help style HTML pages instead of using CSS
Prettier: Code formatter
React: React is a JavaScript library for building interactive user interfaces by breaking them into reusable components. It efficiently updates the webpage when data changes using a virtual DOM.
Azure: Specifically the communications services section, responsible for email integration.
Node.js: Javascript runtime that allows us to run javascript code from the server.
Other
Local GitHub Action Runner: Because we used a private repository, we don't have infinite GitHub Action Runner minutes. To resolve this issue, I learnt how to setup a local action runner on my home server. I also added a GitHub Action Controller to automatically scale to handle the necessary workflows using Kubernetes.