Changing order of information on work page
This commit is contained in:
parent
7bbef7be87
commit
f066aafd6a
1 changed files with 31 additions and 31 deletions
|
|
@ -2,6 +2,37 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<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>
|
||||
|
||||
<h2>Work</h2>
|
||||
<p>
|
||||
I am open to new opportunities for work, and currently actively looking.
|
||||
|
|
@ -66,35 +97,4 @@
|
|||
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