init
This commit is contained in:
commit
6b76ba6b9c
66 changed files with 530 additions and 0 deletions
227
cv.html
Normal file
227
cv.html
Normal file
|
@ -0,0 +1,227 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title>Resume of John Morris</title>
|
||||
<link rel="stylesheet" href="styles/jetbrains-mono.css"/>
|
||||
<link rel="stylesheet" href="styles/reset.css"/>
|
||||
<link rel="stylesheet" href="styles/style.css"/>
|
||||
</head>
|
||||
<body class="a4">
|
||||
<header>
|
||||
<!-- <img class="pfp" alt="an image of john" src="assets/pfp.jpeg"/>-->
|
||||
<div>
|
||||
<h1>John Morris</h1>
|
||||
<p>Software Developer</p>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<section id=profile>
|
||||
<h2>Profile</h2>
|
||||
<p>
|
||||
I am a software developer, with passion for creativity and learning. My
|
||||
ultimate goal as a developer is to make cool things that help people in
|
||||
whatever way they need.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section id=employment-history class="experiences">
|
||||
<h2>Employment History</h2>
|
||||
|
||||
<section id=lead-software-engineer-hyre class=experience>
|
||||
<h3>Lead Software Engineer @ HYRE Solutions, Berlin</h3>
|
||||
<div class=experience-time-span>September 2022 - Present</div>
|
||||
<ul class=experience-description>
|
||||
<li>
|
||||
I am responsible for software development of the sales recruitment
|
||||
platform HYRE Talents, using TypeScript+Vue in the frontend and
|
||||
C#/ASP.NET in the backend, as well as managing devops in Azure.
|
||||
</li>
|
||||
<li>
|
||||
I provide technical support to teammates and clients.
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section id=software-developer-tutao class=experience>
|
||||
<h3>Software Developer @ Tutao, Hannover</h3>
|
||||
<div class=experience-time-span>September 2020 - September 2022</div>
|
||||
<ul class=experience-description>
|
||||
<li>
|
||||
As a part of the product team I implemented improvements and
|
||||
bug fixes for the web, desktop (Electron), Android and iOS variants
|
||||
of the app using various languages and frameworks, namely:
|
||||
TypeScript/JavaScript, mithril (JS UI Library), ElectronJS, Swift, Kotlin,
|
||||
Java.
|
||||
</li>
|
||||
<li>
|
||||
Worked on devops and had a role in improving the in-house build
|
||||
system for the app, as well as streamlining CI/CD in jenkins.
|
||||
</li>
|
||||
<li>
|
||||
Was instrumental in improving development practices, such as
|
||||
participating in the introduction of scrum to the small team, and
|
||||
continually working on architectural improvements such as the
|
||||
modularisation of the codebase.
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section id=software-developer-fungii class=experience>
|
||||
<h3>Software Developer @ Fungii - Melbourne Gourmet Mushrooms, Melbourne, Australia</h3>
|
||||
<div class=experience-time-span>2018</div>
|
||||
<ul class=experience-description>
|
||||
<li>
|
||||
Developed a greenhouse monitoring and logging system for a
|
||||
Melbourne based culinary mushroom grower.
|
||||
</li>
|
||||
<li>
|
||||
Utilised Arduino/C++ for monitoring and reporting, and
|
||||
Python-Flask+SQLite for a RESTful logging API and user interface
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section id=web-developer-adrian-devries class=experience>
|
||||
<h3>Web Developer @ Adrian Devries, Melbourne, Australia</h3>
|
||||
<div class=experience-time-span>2018</div>
|
||||
<ul class=experience-description>
|
||||
<li>
|
||||
Made an artist CV web-page for Melbourne based visual artist Adrian
|
||||
Devries.
|
||||
</li>
|
||||
<li>
|
||||
Used vanilla HTML5/CSS/JS for the webpage, and hosted via
|
||||
HostGator's shared hosting
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<section id=education class="experiences">
|
||||
<h2>Education</h2>
|
||||
|
||||
<section id=bacherlor-cs-rmit class=experience>
|
||||
<h3>Bachelor of Computer Science, RMIT, Melbourne, Australia</h3>
|
||||
<div class=experience-time-span>2018 - 2020</div>
|
||||
<ul class=experience-description>
|
||||
<li>
|
||||
Practiced developing software in a team based environment, using
|
||||
techniques and technologies such as: Agile, UML, Git, Trello, etc.
|
||||
</li>
|
||||
<li>
|
||||
Learnt to analyse and implement algorithms to solve concrete
|
||||
problems.
|
||||
</li>
|
||||
<li>
|
||||
Developed a mock IoT application for a library management system
|
||||
using Python and Raspberry Pi.
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section id=associate-degree-it-rmit class=experience>
|
||||
<h3>Associate Degree of IT, RMIT, Melbourne, Australia</h3>
|
||||
<div class=experience-time-span>2017 - 2018</div>
|
||||
<ul class=experience-description>
|
||||
<li>
|
||||
Studies included computer networking (primarily OSI layers 2-4),
|
||||
database design and management, and basic web development and
|
||||
UX design
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<section id=courses class="experiences">
|
||||
<h2>Courses</h2>
|
||||
<section id=cs50x class=experience>
|
||||
<h3>CS50X, edX</h3>
|
||||
<div class=experience-time-span>2016-2017</div>
|
||||
</section>
|
||||
</section>
|
||||
</main>
|
||||
<menu class="links">
|
||||
<li>
|
||||
<a href="https://github.com/johnbotris">
|
||||
<img
|
||||
class="icon"
|
||||
alt="the github logo"
|
||||
src="assets/github-mark.svg"
|
||||
>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.linkedin.com/in/john-morris-06a09324b/">
|
||||
<img
|
||||
class="icon"
|
||||
alt="the linkedin logo"
|
||||
src="assets/In-Blue-48.png">
|
||||
</a>
|
||||
</li>
|
||||
</menu>
|
||||
<aside>
|
||||
<dl id=details class="details">
|
||||
<dt>
|
||||
<img
|
||||
class="icon"
|
||||
alt="location"
|
||||
aria-description="location"
|
||||
src="assets/icon-location.svg"
|
||||
/>
|
||||
</dt>
|
||||
<dd>Berlin</dd>
|
||||
|
||||
<dt>
|
||||
<img
|
||||
class="icon"
|
||||
alt="phone"
|
||||
aria-description="phone number"
|
||||
src="assets/icon-mobile.svg"
|
||||
/>
|
||||
</dt>
|
||||
<dd><a href="tel:+491789190925">+49 178 9190925</a></dd>
|
||||
|
||||
<dt><img class="icon" alt="email" aria-description="email address"
|
||||
src="assets/icon-email.svg"/></dt>
|
||||
<dd><a href="mailto:me@johnmorr.is">me@johnmorr.is</a></dd>
|
||||
</dl>
|
||||
|
||||
<section id="skills">
|
||||
<h2>Skills</h2>
|
||||
|
||||
<section class="skills-section">
|
||||
<h3>Programming languages</h3>
|
||||
<ul>
|
||||
<li>TypeScript/JavaScript</li>
|
||||
<li>C#</li>
|
||||
<li>Java</li>
|
||||
<li>Kotlin</li>
|
||||
<li>Rust</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="skills-section">
|
||||
<h3>Frameworks and Technologies</h3>
|
||||
<ul>
|
||||
<li>VueJS+Nuxt</li>
|
||||
<li>MithrilJS</li>
|
||||
<li>Azure Admin</li>
|
||||
<li>Linux Sysadmin</li>
|
||||
<li>Jenkins CI</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="skills-section">
|
||||
<h3>Human languages</h3>
|
||||
<dl>
|
||||
<dt>English</dt>
|
||||
<dd>Native</dd>
|
||||
|
||||
<dt>German</dt>
|
||||
<dd>B2</dd>
|
||||
</dl>
|
||||
</section>
|
||||
</section>
|
||||
</aside>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue