···1919 desktop apps
2020 </a>. I enjoy pretty much any aspect of software development.
2121 </p>
2222- <p>On this site you'll find my current and past projects.</p>
2222+ <p>On this site you'll find info about me and my projects.</p>
2323+2424+ <h2>About Me</h2>
2525+ <p>
2626+ I'm an 18 year old developer from Pennsylvania, USA. I first started programming with Unity
2727+ games but then quickly began doing web development and then exapanded into anything I was
2828+ interested in. I've been programming for about 6 years now and hope that I can continue to
2929+ pursue a career in this industry.
3030+ </p>
3131+ <p>
3232+ I then went to trade school for Information Technology programming, and learned a lot about
3333+ best practices and the software development life cycle. I participated in both SkillsUSA ad
3434+ TSA as well and got 1st place in states for Video Game Design in TSA, as well as 1st place
3535+ in Computer Programming at states and 4th at nationals in SkillsUSA.
3636+ </p>
3737+ <p>
3838+ Over the course of time time at trade school I got OSHA, IC3, and Pennsylvania State
3939+ certified.
4040+ </p>
4141+ <p>
4242+ Also during my time at trade school I join an online community of modders for the game Outer
4343+ Wilds. This communiy helped me go above and beyond with my development, continually
4444+ motiviating me to try new things and publish my work.
4545+ </p>
4646+ <p>
4747+ I'll be starting college next year at West Chester University for Computer Science, and hope
4848+ that I can continue to expand my skillset and improve as a dev.
4949+ </p>
5050+ <p>
5151+ My end goal is to work at a semi-big company and continue to contribute to open source while
5252+ working.
5353+ </p>
5454+5555+ <h2>What I Know</h2>
5656+ <p>
5757+ I've tried my best to be a well-rounded developer and over the years, here's a list of some
5858+ of the things I work in:
5959+ </p>
6060+ <ul class="know-list">
6161+ <li>Python</li>
6262+ <li>C#</li>
6363+ <li>Unity</li>
6464+ <li>Django</li>
6565+ <li>HTML</li>
6666+ <li>CSS / SASS</li>
6767+ <li>Rust</li>
6868+ <li>JavaScript / TypeScript</li>
6969+ <li>Node</li>
7070+ <li>GitHub Actions</li>
7171+ <li>React</li>
7272+ <li>Astro</li>
7373+ <li>Tauri</li>
7474+ <li>WinForms</li>
7575+ <li>Visual Basic / VBA</li>
7676+ <li>C++</li>
7777+ <li>Java</li>
7878+ <li>ActiveDirectory</li>
7979+ </ul>
8080+ <p>Below you can find some of my recent projects where I use these technologies.</p>
23812482 <hgroup>
2583 <h2>Recent Projects</h2>
···3795 display: flex;
3896 justify-content: center;
3997 width: 100%;
9898+ }
9999+100100+ .know-list {
101101+ display: flex;
102102+ flex-wrap: wrap;
103103+ gap: calc(var(--spacing) * 2);
104104+ }
105105+106106+ .know-list li {
107107+ list-style: none;
108108+ padding: var(--spacing);
109109+ border: 2px solid var(--primary);
110110+ border-radius: 5px;
40111 }
41112</style>