You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
resume/resume.tex

80 lines
3.6 KiB
TeX

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

\documentclass[]{resume}
\begin{document}
% name
\name{curtis}{wilson}{sofware/devops engineer}
%\header{Curtis}{Wilso0n}{Yoooo}
% address
1235 Golden Pond Ln
Rockledge, FL 32955
% email
curtis@thewilsons.ai
% phone number
(614) 489-8111
% experience
%% SCIS
%Space Coast Intelligent Solutions, Melbourne, FL
%Software Engineer 3, (July 2018 Present)
%- Technical lead on our contract, where my responsbilities included:
% + Reviewing and coordinating design efforts among small SW teams.
% + The companies POC for anything technical or software relating to the contract.
% + Interviewing potential new employees.
%- Led the Go development team.
% + Worked on a “middleware” layer written in Go that would create several microservices.
% + The microservices linked in legacy C libraries and created a REST API for the C library features.
% + Containerized all of the go services.
%- Created CI/CD pipelines in GitLab to autmate building, linting, testing, building Docker
%images, and deploying those images.
% + Created and automated CM processes, such as import/export of source/libraries between mutiple air-gapped environments.
%- Lead on integration of frontend, middleware, backend, and architecture teams.
%- Worked on bids for multiple contract renewals.
%
%% Harris
%L3Harris, Melbourne, FL
%Software Engineer 3, (June 2014 June 2018)
%- Worked on software defined radios used for various cellular missions.
% + Radios operated on all common cellular protocols: CDMA, GSM, UMTS, and LTE.
% + C software development for DSPs.
% + C, C++, Java, SQLite, and Bash software for embedded Linux systems.
% + Developed mechanisms to automatically recover from issues such as corrupt file-
%systems and boot-loops.
%- Led small teams through entire software process.
% + Estimates/Bids, requirements, use cases, coding, testing, integration, and deployment.
%- Worked on multiple efforts that finished under budget and ahead of schedule.
%- Created debugging tools for decoding messages and visualizing message sequences.
%
%% education
%Ohio State University, Columbus, OH
%BSE, Computer Science & Engineering, Graduated: May 2014
%GPA: 3.76
%
%% clearance
%Top Secret/SCI, Department of Defense, (Summer 2019 - Present)
%
%% skills
%% consider making this a matrix.
%- Extenisive experience with the following programming languages: Bash/Posix, C, C++, Go, Java, and Python.
%- Familiar with Javascript, Typescript, and Rust.
%- Extensive experience with the following techologies: Docker, Linux
%- Familiar with the following technologies: Angular, Anisble, Kubernetes, Helm, ZFS, VMs with KVM and QEMU.
%
%% personal
%- Linux Fanboy: Ive been using Linux as my primary OS since 2000. Ive tried almost every distro out there and currently run Ubuntu and Manjaro on my personal machines.
%- Homelabber: I have a poormans server rack at home with multiple servers and raspberry Pis where I run several Docker containers and VMs. I have about 36 TB of raw storage in 2 ZFS pools in a Raid Z1 (ZFS Raid 5) configuration. From these servers I host many services such as Gitea, Nextcloud, Plex, PiHole and many more.
%- Sports fanatic: Huge sports fan. Any sport, Ill watch it.
%- Investing: I enjoy learning and chatting about stocks and cryptocurrencies and someday hope to do some algorithmic trading.
%- Mostly incomplete side projects:
% + Financial data scraper/aggregator.
% + Ansible scripts to create a 1 button standup of my personal Linux environment.
% + Suite of tools written in pyton that integrates a todo/task app (Taskwarrior), a calendar (CalDAV), and notifications (Gotify)
\end{document}