My key accomplishments were mainly as a coder, with me discovering how to code in Mermaid, like below:

flowchart LR
    subgraph Day_1[Day 1-7 Computer Setup]
        A[Days 1-3<br/><br/>Created Github and Slack account<br/>Joined Open Coding Society Slack<br/>Discussed PII<br/>Cloned OpenCS repo<br/>Set up Github Pages<br/>Made issues on repo<br/>Used vscode.dev web client to edit repo files<br/>Taught how to do basic things like modify text and what files correspond to webpage]:::dayuno
        B[Days 4-7<br/><br/>Installed different ways of accessing Linux<br/>WSL, Homebrew, Kasm <br/>Pulled Github repo to Linux<br/>Edited repo in VSCode app<br/>Figured out how to access localhost using VSCode app and make command<br/>Learned to commit and push changes]:::daydos
        C[Days 8-9<br/>Website File editing<br/><br/>Taught how to create files in repositories<br/>Reflected on journey through days 1-7<br/>Learn basic Mermaid and Markdown which was optional<br/>Read troubleshooting guide]:::daytres
    end
A --> B
B --> C

I also learned how to create a game, like shown below:

My pong game

Another key accomplishment I had as a coder was learning about one of the fundamentals which correlated to what I was doing and teaching about it, as seen here

Also, I learned how to ask AI to achieve what I want to achieve without completely taking the backseat and making it do all the work.