This repository was archived by the owner on May 9, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Missing knowledge and Independent Learning
Juliemakary edited this page Nov 11, 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.
- 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.
- Sentry: Error tracking and performance monitoring tool. Helps to detect errors happening in the system.
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.