Updating resume and work pages
This commit is contained in:
parent
ee07e53fe6
commit
7bbef7be87
2 changed files with 37 additions and 6 deletions
|
|
@ -8,7 +8,7 @@
|
|||
</p>
|
||||
<h3>Summary</h3>
|
||||
<p>
|
||||
Fullstack automation and testing engineer, self-hoster, tinkerer, lifelong student.
|
||||
Fullstack software development engineer, self-hoster, tinkerer, lifelong student.
|
||||
For work I build configuration automation and testing tools, from backend database interactions to frontend UI.
|
||||
At home I manage my own server, spend time on side projects, and study/read a wide variety of subjects.
|
||||
</p>
|
||||
|
|
@ -67,15 +67,15 @@
|
|||
Across both cloud and home server I self host
|
||||
<ul>
|
||||
<li>Personal website</li>
|
||||
<li>Wedding website</li>
|
||||
<li>Personal git server/code forge</li>
|
||||
<li>Contacts, calendar, device synchronization</li>
|
||||
<li>VPN, DHCP server, DNS based ad blocking</li>
|
||||
<li>Financial management, media streaming/management software</li>
|
||||
<li>Personal finance accounting software</li>
|
||||
<li>Media streaming/hosting service</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Builder: furniture, electronics</li>
|
||||
<li>Competitive athlete: Brazillian Jiu Jitsu</li>
|
||||
<li>Languages: English (native), French, Japanese (learning), Portuguese (learning)</li>
|
||||
<li>Languages: English (native), French</li>
|
||||
</ul>
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -36,12 +36,12 @@
|
|||
</li>
|
||||
<li>
|
||||
No MAANG companies.
|
||||
I have been at Amazon nearly 3 years now and I am looking for a different sort of challenge.
|
||||
I have been at Amazon 3 years now and I am looking for a different sort of challenge.
|
||||
All of the large tech companies seem very similar from what I can see so I am looking for something different.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>Nice to haves</h3>
|
||||
<h3>Nice to Haves</h3>
|
||||
<ul>
|
||||
<li>
|
||||
Working on open source software.
|
||||
|
|
@ -66,4 +66,35 @@
|
|||
Being able to directly interact with users of the product that I work on is important to me.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2>Skillset</h2>
|
||||
<p>
|
||||
I would classify myself as a fullstack developer.
|
||||
Frontend work, networking, backend, infrastructure, and database management.
|
||||
My interests are user focussed design, accessibility, sustainability, and security.
|
||||
I prefer using open source and established tools over proprietary or new things.
|
||||
I prefer using programming languages as is without frameworks, ideally minimizing dependencies.
|
||||
</p>
|
||||
<p>
|
||||
Infrastructure wise working at Amazon has tought me a lot about the AWS set of tools.
|
||||
On my own I am working to learn more open alternatives for infrastructure management (docker and ansible currently, kubernetes and opentofu next).
|
||||
I run my own server (both a physical one at home and in the cloud) to host services that I use and learn + experiment.
|
||||
</p>
|
||||
<p>
|
||||
Most of my daily computing is done on the Linux operating system for the last 5 years.
|
||||
This useful in that I am comfortable working on servers (most of which run Linux).
|
||||
For work I have been using a Mac, so my comfort on that OS has grown significantly.
|
||||
Have not used Windows in a few years, last used in Windows 10.
|
||||
</p>
|
||||
<p>
|
||||
Familiar with the standard Microsoft 365 suite of products (excel, powerpoint, word) and open source alternatives through LibreOffice.
|
||||
</p>
|
||||
<h3>Programming Languages</h3>
|
||||
<ul>
|
||||
<li>Java: Have been working professionally in Java for 3 years now, very comfortable with the language</li>
|
||||
<li>Javascript/Typescript: Have been working professionally in JS/TS for 2 years now, very comfortable with the language</li>
|
||||
<li>Rust: Has been my primary language for personal projects for a few years now. Would love to use it professionally</li>
|
||||
<li>Go: Currently learning</li>
|
||||
<li>Python: Language that I started learning with, have not used regularly in a few years but familiar enough to get back up to speed quickly</li>
|
||||
</ul>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue