Compare commits

...

2 commits

Author SHA1 Message Date
d44e52c1f3 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	cv.html
2025-07-15 10:10:35 +02:00
85aa4b0180 update formatting, add link to cv repo 2025-07-15 10:10:11 +02:00
4 changed files with 63 additions and 41 deletions

BIN
assets/forgejo-black.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

3
build Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
deno run --allow-net --allow-run --allow-read build.ts

99
cv.html
View file

@ -47,26 +47,28 @@
</p>
<ul>
<li>
Designing and implementing customer facing features, in both the frontend (NuxtJs, TypeScript) and
Designing and implementing customer-facing features, in both the frontend (NuxtJs, TypeScript) and
the backend (C#, ASP.NET, Entity Framework).
</li>
<li>
Handling day to day technical tasks such as responding to error reports, providing technical
assistance to other teams, fixing bugs and monitoring system logs.
Handling day-to-day technical tasks such as responding to error reports, providing technical
assistance to other teams, fixing bugs, and monitoring system logs.
</li>
<li>
Develop integrations with external services such as Salesmate, Airtable, Chargebee and Twilio.
Develop integrations with external services such as Salesmate, Airtable, ChargeBee, and Twilio.
</li>
<li>
Develop internal features to automate and streamline the work of other teams.
</li>
<li>
Maintain hosting infrastructure: Provisioning and monitoring our Azure cloud infrastructure
(e.g. App Services, Static Web Apps and SQL Server instances), administrating source control (on
(e.g. App Services, Static Web Apps, and SQL Server instances), administrating source control (on
GitHub) and maintaining CI/CD automations.
</li>
<li>I constantly seek to improve code quality and system architecture for better performance and scalability.</li>
<li>I have also facilitated in the adoption of structured, agile development workflows.</li>
<li>Constantly seek to improve code quality and system architecture for better performance and
scalability.
</li>
<li>I facilitated in the adoption of structured, agile development workflows.</li>
</ul>
</section>
@ -76,23 +78,26 @@
<h3>Software Developer @ Tutao, Hannover</h3>
<p class=experience-time-span>September 2020 - September 2022</p>
</hgroup>
<p>
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.
</p>
<p>
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.
</p>
<p>
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.
</p>
<ul>
<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>
@ -100,14 +105,16 @@
<h3>Software Developer @ Fungii - Melbourne Gourmet Mushrooms, Melbourne, Australia</h3>
<p class=experience-time-span>2018</p>
</hgroup>
<p>
Developed a greenhouse monitoring and logging system for a
Melbourne based culinary mushroom grower.
</p>
<p>
Utilised Arduino/C++ for monitoring and reporting, and
Python-Flask+SQLite for a RESTful logging API and user interface
</p>
<ul>
<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>
@ -115,14 +122,16 @@
<h3>Web Developer @ Adrian Devries, Melbourne, Australia</h3>
<p class=experience-time-span>2018</p>
</hgroup>
<p>
Made an artist CV web-page for Melbourne based visual artist Adrian
Devries.
</p>
<p>
Used vanilla HTML5/CSS/JS for the webpage, and hosted via
HostGator's shared hosting
</p>
<ul>
<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>
@ -182,6 +191,16 @@
<span class="print-only">/johnbotris</span>
</a>
</li>
<li>
<a href="https://git.botris.dev/john/resume" class="external-link">
<img
class="icon"
alt="the forgejo logo"
src="assets/forgejo-black.png"
>
<span class="print-only">git.botris.dev</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/johnbotris/" class="external-link">
<img

BIN
cv.pdf

Binary file not shown.