I am a first-year college student, studying Information Security at Sheridan College,
starting this fall. I develop software both as a hobby, and professionally, and have been
programming since I was in the 5th grade. I am also a Canadian amateur radio operator
(callsign VA3ZZA), and the former Lead Software Developer at Raider
Robotics.
The blog
I occasionally post writeups and tutorials in the blog portion of this website. Below are
the
three most recent posts.
{% assign i = 0 %}
{% for post in site.posts %}
{% if i < 3 %}
{{post.title}}
{{post.excerpt}}
{% endif %}
{% assign i = i | plus:1 %}
{% endfor %}
My notable projects
I develop and provide many web and desktop applications for public use. I host them all on my
private backend infrastructure. The network of servers that powers these applications was
originally
set up to help me learn server management and distributed application development.
{% for project in site.data.projects %}
{% if project.hero %}
{% endif %}
{{project.title}} {% if project.archived %}Archived{% endif %}
{{project.description}}
{% for text_btn in project.text_buttons %}
{{text_btn.text}}
{% endfor %}
{% for icon_btn in project.icon_buttons %}
{% endfor %}