Finished up the first draft of the MS3 article.

Also a number of spelling corrections to everything else. Hard to
believe I let those sit around for so long!
This commit is contained in:
Zachary Billman
2025-03-08 10:59:30 -05:00
parent 8dab9457d3
commit 9a26562d6c
6 changed files with 73 additions and 29 deletions

View File

@ -25,7 +25,7 @@ I want to go on the record here and say that I think it is sensible that she doe
1. [Gitea](https://gitea.io/en-us/)
Gitea is a community managed, lightweight code hosting solution written in Go. I use it to manage my data analysis (using privite repos) and even host [the source code for this very website!](https://gitea.zacharybillman.com/zpb/zacharybillman-hugo) Using Gitea has given me the surface level introduction to the behemoth that is git. Fortunately, that is all I need. Once I have removed any senitive data (like passwords, etc.) I will make my docker-compose file public.
Gitea is a community managed, lightweight code hosting solution written in Go. I use it to manage my data analysis (using Private repos) and even host [the source code for this very website!](https://gitea.zacharybillman.com/zpb/zacharybillman-hugo) Using Gitea has given me the surface level introduction to the behemoth that is git. Fortunately, that is all I need. Once I have removed any sensitive data (like passwords, etc.) I will make my docker-compose file public.
{{% sidenote %}}
The docker-compose file is where I determine which services I pick to host, and how to configure them to my liking.
{{% /sidenote %}} Hopefully someone will find this useful.