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

63
cv.html
View file

@ -47,26 +47,28 @@
</p> </p>
<ul> <ul>
<li> <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). the backend (C#, ASP.NET, Entity Framework).
</li> </li>
<li> <li>
Handling day to day technical tasks such as responding to error reports, providing technical Handling day-to-day technical tasks such as responding to error reports, providing technical
assistance to other teams, fixing bugs and monitoring system logs. assistance to other teams, fixing bugs, and monitoring system logs.
</li> </li>
<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>
<li> <li>
Develop internal features to automate and streamline the work of other teams. Develop internal features to automate and streamline the work of other teams.
</li> </li>
<li> <li>
Maintain hosting infrastructure: Provisioning and monitoring our Azure cloud infrastructure 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. GitHub) and maintaining CI/CD automations.
</li> </li>
<li>I constantly seek to improve code quality and system architecture for better performance and scalability.</li> <li>Constantly seek to improve code quality and system architecture for better performance and
<li>I have also facilitated in the adoption of structured, agile development workflows.</li> scalability.
</li>
<li>I facilitated in the adoption of structured, agile development workflows.</li>
</ul> </ul>
</section> </section>
@ -76,23 +78,26 @@
<h3>Software Developer @ Tutao, Hannover</h3> <h3>Software Developer @ Tutao, Hannover</h3>
<p class=experience-time-span>September 2020 - September 2022</p> <p class=experience-time-span>September 2020 - September 2022</p>
</hgroup> </hgroup>
<p> <ul>
<li>
As a part of the product team I implemented improvements and As a part of the product team I implemented improvements and
bug fixes for the web, desktop (Electron), Android and iOS variants bug fixes for the web, desktop (Electron), Android, and iOS variants
of the app using various languages and frameworks, namely: of the app using various languages and frameworks, namely:
TypeScript/JavaScript, mithril (JS UI Library), ElectronJS, Swift, Kotlin, TypeScript/JavaScript, mithril (JS UI Library), ElectronJS, Swift, Kotlin,
Java. Java.
</p> </li>
<p> <li>
Worked on devops and had a role in improving the in-house build 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. system for the app, as well as streamlining CI/CD in jenkins.
</p> </li>
<p> <li>
Was instrumental in improving development practices, such as Was instrumental in improving development practices, such as
participating in the introduction of scrum to the small team, and participating in the introduction of scrum to the small team, and
continually working on architectural improvements such as the continually working on architectural improvements such as the
modularisation of the codebase. modularisation of the codebase.
</p> </li>
</ul>
</section> </section>
<section id=software-developer-fungii class=experience> <section id=software-developer-fungii class=experience>
@ -100,14 +105,16 @@
<h3>Software Developer @ Fungii - Melbourne Gourmet Mushrooms, Melbourne, Australia</h3> <h3>Software Developer @ Fungii - Melbourne Gourmet Mushrooms, Melbourne, Australia</h3>
<p class=experience-time-span>2018</p> <p class=experience-time-span>2018</p>
</hgroup> </hgroup>
<p> <ul>
<li>
Developed a greenhouse monitoring and logging system for a Developed a greenhouse monitoring and logging system for a
Melbourne based culinary mushroom grower. Melbourne based culinary mushroom grower.
</p> </li>
<p> <li>
Utilised Arduino/C++ for monitoring and reporting, and Utilised Arduino/C++ for monitoring and reporting, and
Python-Flask+SQLite for a RESTful logging API and user interface Python-Flask+SQLite for a RESTful logging API and user interface
</p> </li>
</ul>
</section> </section>
<section id=web-developer-adrian-devries class=experience> <section id=web-developer-adrian-devries class=experience>
@ -115,14 +122,16 @@
<h3>Web Developer @ Adrian Devries, Melbourne, Australia</h3> <h3>Web Developer @ Adrian Devries, Melbourne, Australia</h3>
<p class=experience-time-span>2018</p> <p class=experience-time-span>2018</p>
</hgroup> </hgroup>
<p> <ul>
<li>
Made an artist CV web-page for Melbourne based visual artist Adrian Made an artist CV web-page for Melbourne based visual artist Adrian
Devries. Devries.
</p> </li>
<p> <li>
Used vanilla HTML5/CSS/JS for the webpage, and hosted via Used vanilla HTML5/CSS/JS for the webpage, and hosted via
HostGator's shared hosting HostGator's shared hosting
</p> </li>
</ul>
</section> </section>
</section> </section>
@ -182,6 +191,16 @@
<span class="print-only">/johnbotris</span> <span class="print-only">/johnbotris</span>
</a> </a>
</li> </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> <li>
<a href="https://www.linkedin.com/in/johnbotris/" class="external-link"> <a href="https://www.linkedin.com/in/johnbotris/" class="external-link">
<img <img

BIN
cv.pdf

Binary file not shown.