From d25bbafffe690a1521b1d0c686a27d20b28ffd6d Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Fri, 10 Nov 2023 18:57:18 -0600 Subject: [PATCH] Added new section of repo. The ACTUAL journal --- Me/2023-11-10.md | 21 +++++++++++++++++++++ Me/README.md | 11 +++++++++++ Me/me.md | 4 ++++ README.md | 1 + 4 files changed, 37 insertions(+) create mode 100644 Me/2023-11-10.md create mode 100644 Me/README.md create mode 100644 Me/me.md diff --git a/Me/2023-11-10.md b/Me/2023-11-10.md new file mode 100644 index 0000000..5fdbd39 --- /dev/null +++ b/Me/2023-11-10.md @@ -0,0 +1,21 @@ +# 2023/11/10 + +## Decided to add a new section to this repo. +--------------------------------------------- +As the title above suggests I decided to add a new section to my repo (Me). + +I plan for this to just be me talking about things that I've done, and just generally sharing my experiences. + + +## What's been going on the last 2 years? +The last 2 years (as showing my by commits on this repo), has been pretty busy lol. As of 2 years ago, pre Febuary 2022, I was working as a "sales associate" at a company called "Home Outlet". I was selling cabinets and flooring. + +I had, about 4 months before getting the job at Fastwyre (known as "Cameron Communications" when I first started working here), I had enrolled at Full Sail University to get a bachelor's in CS. + +## Why I chose CS over IT +At the time I decided to go for CS rather than IT because, in comparison to CS, IT is simple-ish and you can learn it fairly quickly compared to CS. Yes you can learn CS by yourself, but the 'best practices' are MUCH more difficult to learn by yourself + +### How I got my Job with Fastwyre +The simple fact I had a good background in Software and DB's, helped me get the job I am in now. + + diff --git a/Me/README.md b/Me/README.md new file mode 100644 index 0000000..286f0ac --- /dev/null +++ b/Me/README.md @@ -0,0 +1,11 @@ +# Me + +## What is this? +It's probably been a couple of years in the making, but I'm adding this directory/part of the "Journal" to actually do...journaling lol. + +## What will it contain? +This will contain "Updates", each with their own file listed here. + +## Updates +- [Who Am I](me.md) +- [2023/11/10](2023-11-10.md) diff --git a/Me/me.md b/Me/me.md new file mode 100644 index 0000000..01d25c6 --- /dev/null +++ b/Me/me.md @@ -0,0 +1,4 @@ +# Me + +## Who Am I? +I am Tristan Ancelet, a Unix & Linux Systems Engineer working for an ISP (Fastwyre Broadband). diff --git a/README.md b/README.md index 352263b..dd5ad39 100755 --- a/README.md +++ b/README.md @@ -32,3 +32,4 @@ If anyone does read this and is having any issues I'd be more than happy to help - [Arch Install](Arch_Install/README.md) - [Information on my Home Lab](Home_Lab/README.md) - [Development](Development/README.md) +- [Me](Me/README.md)