diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-01-15 15:36:59 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-01-15 15:36:59 -0500 |
| commit | 60bb1585746ad447c2fa5c8fd5d18cc7e7bc0f79 (patch) | |
| tree | f68ac2ebd695dd7e0f77429687a5155f784bf3ce | |
| parent | 5aefc19e91106d20a142b6dac315ab49259cc0db (diff) | |
| download | resume-60bb1585746ad447c2fa5c8fd5d18cc7e7bc0f79.zip | |
skills section
| -rw-r--r-- | resume.ms | 101 |
1 files changed, 44 insertions, 57 deletions
@@ -1,111 +1,98 @@ .so macros.ms -.nr PSINCR 1p -.nr GROWPS 2 +.nr PS_TITLE 24p +.nr PS_SUB 16.5p +.nr PS_BODY 16p +.nr PS_HEAD 19p -.nr PS 22p +.nr PS \n[PS_TITLE] .nr VS 1.5m - .CD .B "Sam Anthony" +.DE -.nr PS 15.5p -.nr DD 0.5v - +.nr DD 1.5v .nr PD 1.5v +.nr VS 17p +.nr PS \n[PS_SUB] .CD sam@samanthony.xyz | (709) 746-7582 +.DE .nr LL 48n -.nr PS 18p +.nr PS \n[PS_HEAD] .LP .smallcaps education ./smallcaps -.nr PS 15p +.nr PS \n[PS_BODY] .nr PD 0.5v .LP .B "Concordia University" -.nr PS 14p .nr PD 0.1v .LP -\(bu 2023\[en]2026 +2023\[en]2026 +.LP +Computer science program .LP -\(bu Computer science program +GPA 3.8 -.nr PS 15p -.nr PD 0.6v +.nr PS \n[PS_BODY] +.nr PD 0.5v .LP .B "Memorial University of Newfoundland" -.nr PS 14p .nr PD 0.1v .LP -\(bu 2022\[en]2023 +2022\[en]2023 .LP -\(bu Bsc. computer science program +Computer science program .LP -\(bu GPA 4.0 (91%) +GPA 4.0 -.nr PD 1.2v -.nr PS 18p +.nr PD 1v +.nr PS \n[PS_HEAD] .LP .smallcaps -work experience +skills ./smallcaps -.nr PS 15p +.nr PS \n[PS_BODY] .nr PD 0.5v .LP -.B WheelTec -.nr PS 14p -.nr PD 0.1v -.LP -\(bu 2021, 2023 -.LP -\(bu Repairing alloy wheels -.LP -\(bu Mounting, dismounting tires +Experience with Go, Java, Python, C and Rust for school and personal +projects. .LP -\(bu Balancing wheels & tires -.LP -\(bu Painting -.LP -\(bu Media blasting +Administration of Unix-like operating systems including Linux and OpenBSD. +Configuration of email, web, Git, and other servers. -.nr PD 1.2v -.nr PS 18p +.nr PD 1v +.nr PS \n[PS_HEAD] .LP .smallcaps projects ./smallcaps +\f[CI] +\s[13] +\- +.pdfhref W -D https://git.samanthony.xyz/ -- git.samanthony.xyz/ -.nr PS 15p +.nr PS \n[PS_BODY] .nr PD 0.5v .LP .B pfc -.nr PS 14p -.nr PD 0.1v +.nr PD 0.2v .LP -Interactive postfix calculator for the terminal. Written in Rust. +Interactive postfix calculator for the terminal. Written in Go. -.nr PS 15p +.nr PS \n[PS_BODY] .nr PD 0.6v .LP -.B dict -.nr PS 14p -.nr PD 0.1v -.LP -Command-line interface to the Wordset dictionary. Written in Go. - -.nr PS 15p -.nr PD 0.6v -.LP -.B sfs " (under development)" -.nr PS 14p -.nr PD 0.1v +.B volute +.nr PD 0.2v .LP -File synchronization program. Written in Go. Ongoing project to learn more -about networking and encryption. +Program to aid in selecting an appropriate turbocharger based on compressor map +data and engine parameters. +Written in Go using giu, a cross-platform immediate mode GUI framework. |