Update resume

master
Tait Hoyem 3 years ago
parent a547c5136d
commit 0e28e5bba3

@ -1,8 +1,8 @@
- name: "C++"
level: 4
- name: "C" - name: "C"
level: 3 - name: "C++"
- name: "Java"
level: 2
- name: "Python" - name: "Python"
level: 2 - name: "Javscript"
- name: "HTML/CSS"
- name: "Bash"
- name: "PHP"
- name: "Java EE"

@ -1,12 +1,12 @@
- company: "Total Impact Signs" - company: "Bytetools Technologies Inc."
position: "Technical Advisor" position: "Founder"
years: "2014-2016" years: "2020-present"
description: "Implemented a semi-automatic payroll system replacing the manual sign in book used before." description: "Providing small businesses with simple, secure software solutions."
- company: "Independent" - company: "Independent"
position: "Tutoring" position: "Tutoring"
years: "2019-present" years: "2019-present"
description: "Working with computer science students explaining introductory to advanced concepts." description: "Working with computer science students explaining introductory to advanced concepts."
- company: "Imaginus" - company: "Total Impact Signs"
position: "Security Gaurd" position: "Technical Advisor"
years: "2019-2020" years: "2014-2016"
description: "Night-time security to gaurd inventory." description: "Implemented a semi-automatic payroll system replacing the manual sign in book used before."

@ -2,5 +2,5 @@
level: "Professional Certificate" level: "Professional Certificate"
name: "C Programming with Linux" name: "C Programming with Linux"
years: "2020" years: "2020"
description: "A certification in C programming, the `gcc` compiler, and the `make` compilation system." description: "A certification in C programming, the `gcc` compiler, and the `make` compilation system. 100% mark."
link: "https://credentials.edx.org/credentials/17b2f07e656d4d61a27153716c97a404/" link: "https://credentials.edx.org/credentials/17b2f07e656d4d61a27153716c97a404/"

@ -1,15 +1,21 @@
- name: "Lichess"
link: "https://github.com/TTWNO/lila"
description: "A patch for Lichess.org which vastly extends support for screen reader users. The website has millions of active users."
- name: "Quote Retrieval System"
link: "https://github.com/TTWNO/quote_pdf"
description: "Written for a local roofing business to securely distribute PDF quotes."
- name: "epub-with-pinyin" - name: "epub-with-pinyin"
link: "https://github.com/TTWNO/epub-with-pinyin" link: "https://github.com/TTWNO/epub-with-pinyin"
description: "A program to add Pinyin above Chinese characters in .epub files to assist those learning Mandarin Chinese." description: "A program to add Pinyin above Chinese characters in .epub files to assist those learning Mandarin Chinese."
- name: "chess"
link: "https://github.com/TTWNO/chess"
description: "A command-line chess game in C++. It is compileable on almost any system."
- name: "tait.tech"
link: "https://github.com/TTWNO/tait.tech"
description: "All the code for my website is open source."
- name: "lamegames" - name: "lamegames"
link: "https://github.com/TTWNO/lamegames.io" link: "https://github.com/TTWNO/lamegames.io"
description: "A little games website I made for some demonstrations of Django functionality. Very, very lame. Would not recommend." description: "A little games website I made for some demonstrations of Django and websocket functionality. Very, very lame. Would not recommend."
- name: "Payroll"
links: "https://github.com/TTWNO/payroll"
description: "A payroll system written in PHP for Total Impact Signs."
- name: "chess"
link: "https://github.com/TTWNO/chess"
description: "A command-line chess game in C++. It is compileable on nearly any system."
- name: "subnetting" - name: "subnetting"
link: "https://github.com/TTWNO/subnetting" link: "https://github.com/TTWNO/subnetting"
description: "One-night write of a subnet calculation tool." description: "One-night write of a subnet calculation tool."

@ -39,5 +39,5 @@ title: "Resume"
{% endfor %} {% endfor %}
##### Computer ##### Computer
{% for lang in site.data.comp-langs %} {% for lang in site.data.comp-langs %}
* {{ lang.name }} ({{ lang.level }}/5) * {{ lang.name }}
{% endfor %} {% endfor %}

Loading…
Cancel
Save