Skip to content

Commit

Permalink
Add link to github resume repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Haines committed Jan 17, 2023
1 parent f2d50d3 commit 704d1c7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rick-haines.pdf
rick-haines.log
rick-haines.aux
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
XELATEX=docker run --rm -v $(PWD):/doc/ -w /doc -it thomasweise/docker-texlive-full xelatex

rick-haines.pdf: rick-haines.tex
rick-haines.pdf: rick-haines.tex sections/*.tex
$(XELATEX) $<

clean:
Expand Down
1 change: 1 addition & 0 deletions rick-haines.tex
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
\email{rick@haines.tech}
%\dateofbirth{January 1st, 1970}
%\homepage{www.haines.tech}
\homepage{github.com/kuroyi/resume}
\linkedin{rick-haines-tech}
\github{kuroyi}
% \gitlab{gitlab-id}
Expand Down
4 changes: 2 additions & 2 deletions sections/experience.tex
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
\item {Team Lead on an 18 month Navy Small Business Innovation Research (SBIR) Contract for ML/AI anomaly detection in flight data.}
\item {Designed, prototyped, coded an aircraft surface multilateration system (MLAT) deployed at 7 airports in the US.}
\item {Implemented a multithreaded SDR signal decoder processing 100MB/sec with nanosecond accurate timestamps of signal start for MLAT.}
\item {Implemented a load balanced backend for incoming MLAT data including a Redis automatic failover cluster.}
\item {Implemented a multithreaded MLAT location solver with Kalman filtering to smooth the aircraft tracks.}
\item {Implemented a load balanced backend for incoming MLAT data including a Redis sentinel failover cluster.}
\item {Implemented a multithreaded MLAT location solver including Kalman filtering to smooth the aircraft tracks.}
\item {Designed and implemented algorithms for detecting aircraft holding patterns and diversions from aircraft tracks.}
\item {Designed and implemented fusing of disparate aircraft radar data into a continuous flight track while excluding incorrect data.}
\item {High performance HTTP and socket programming for real time data updates to web browser (eventually replaced by Websockets).}
Expand Down
2 changes: 1 addition & 1 deletion sections/summary.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
% CONTENT
%-------------------------------------------------------------------------------
\begin{cvparagraph}
Senior Programmer at Passur Aerospace. I have designed and contributed to the development of many critical product components. 25+ years of professional software development experience with specialties in software architecture, backend development, and performance optimization. I love to solve problems, find solutions, improve the software development process, and utilize new technologies to make everyone's work easier and better. Interested in many diverse areas of computing especially where the software meets the hardware. I have been running Linux ever since ordering the Red Hat Linux 1.0 Mother's Day Release 4-CD set from a magazine.
Senior Programmer at Passur Aerospace. I have designed and contributed to the development of many critical product components. 25+ years of professional software development experience with specialties in software architecture, backend development, and performance optimization. I love to solve problems, find solutions, improve the software development process, and utilize new technologies to make everyone's work easier and better. Interested in many diverse areas of computing especially where the software meets the hardware. I have been using Linux ever since ordering the Red Hat Linux 1.0 Mother's Day Release 4-CD set from a magazine.
\end{cvparagraph}

0 comments on commit 704d1c7

Please sign in to comment.