Portfolio/static/about.html

140 lines
2.8 KiB
HTML
Raw Normal View History

2024-03-05 14:42:40 +11:00
<title>Jays Portfolio - About</title>
2024-05-08 12:24:04 +10:00
<h1>About Me</h1>
2024-05-01 17:19:51 +10:00
<div class="about-me">
<div>
<p>
Hi! My name is Jay. The first time I learned about programming was from a Python challenge (Grok Learning NCSS challenge) in Primary School Year 6 during 2015,
which I did really well in. Later, in 2019 I did an internship to work with CaryKH for their Jumpcutter project. With them I learned useful skills such as
working with other developers and their project manager to turn sketches and specification documents into a functional webapp frontend. The next year in 2020,
the pandemic happened. This motivated Goulds Natural Medicine to reach out to build an online webstore so they could continue business during a lockdown.
The website continues to work well today.
</p>
<p>
I also enjoy working on my indie game projects. Currently, this project is a nuclear power plant simulator.
</p>
</div>
<div>
<img alt="An image of me :D" src="/static/image/ME.jpg" />
</div>
</div>
2024-03-09 19:26:51 +11:00
<h2>Education</h2>
<table>
<tr>
<th width="150px">Time</th>
<th>Location</th>
<th>Course</th>
</tr>
<tr>
<td>2022 - Present</td>
<td>University of Tasmania</td>
<td>Bachelor of Information and Communication Technology</td>
</tr>
<tr>
<td>2020 - 2021</td>
<td>Hobart College</td>
<td>Year 11 and 12</td>
</tr>
</table>
<h2>Experience</h2>
<table>
<tr>
<th width="150px">Time</th>
<th>Location</th>
<th>Role</th>
</tr>
<tr>
<td>2020 - Present</td>
<td>Goulds Natural Medicine - Webstore</td>
<td>Full Stack Developer - Contractor</td>
<tr>
<td>2019</td>
<td>EditorKH - Jumpcutter</td>
<td>Frontend Developer - Internship</td>
</tr>
</table>
<h2>Skills</h2>
2024-05-01 15:53:51 +10:00
<ul class="skills">
<li>
Tools
<ul>
<li>Vim</li>
<li>Bash</li>
<li>SSH</li>
<li>Docker</li>
<li>LXD</li>
<li>QEMU/KVM</li>
<li>Git</li>
<li>OpenVPN</li>
<li>Networking tools</li>
<li>Regex</li>
<li>And more</li>
</ul>
</li>
<li>
Graphics APIs
<ul>
<li>OpenGL</li>
<li>Vulkan</li>
<li>CUDA</li>
</ul>
</li>
<li>
Server Hosting
<ul>
<li>Microsoft Azure</li>
<li>AWS</li>
</ul>
</li>
<li>
Languages
<ul>
<li>C</li>
<li>C++</li>
<li>Java</li>
<li>Python</li>
</ul>
</li>
<li>
Web Languages
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Typescript</li>
<li>SCSS</li>
</ul>
</li>
<li>
Web Libraries and Frameworks
<ul>
<li>HTMX</li>
<li>JQuery</li>
<li>React</li>
<li>Angular</li>
</ul>
</li>
<li>
Microcontrollers
<ul>
<li>Arduino</li>
<li>ESP32</li>
<li>Raspberry Pi</li>
</ul>
</li>
<li>
Other Interests
<ul>
<li>Electronics</li>
2024-05-01 17:19:51 +10:00
<li>Nuclear Physics</li>
2024-05-01 15:53:51 +10:00
<li>Indie Game Development</li>
2024-05-01 17:19:51 +10:00
<li>Web Accessibility</li>
2024-05-01 15:53:51 +10:00
</ul>
</li>
</ul>
2024-03-05 14:42:40 +11:00