Files
blog/src/articles/mdx/high-school.mdx
tymur999 4be005725a
All checks were successful
/ image_build (push) Successful in 1m52s
high-school blog updated
2026-03-21 20:40:44 -05:00

24 lines
1.0 KiB
Plaintext

import allBlack from "../../img/IMG_3095.jpg";
# My high school experience
<img src={allBlack} width={500} alt="turtleneck thumbnail"/>
My coding journey started with Code Combat, a Python coding RPG game.
I wrote my program during FBLA regionals freshman year, using C# and Windows Forms.
The event taught me how to implement client-requested features and EF-Core SQL mapping.
I also did plenty of hackathons in my high school career,
including [HackIMSA](https://devpost.com/software/examin),
[NHacks VII](https://devpost.com/software/examin),
[PantherHack](https://devpost.com/software/examin),
[Hack3](https://devpost.com/software/mura),
[10piHacks](https://devpost.com/software/dormup).
**I did many clubs and as a result was always busy. My favorite clubs include:**
- CS Clubs
- Science Olympiad
- Science Team (WYSE)
Since freshman year, I enjoyed doing side projects to improve my coding ability to solve real world problems.
My first one was finishing the FBLA Computer Programming app. I finished the app according to the rubric.