Skip to content

Commit

Permalink
Update Resume
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Paraskos committed Jun 24, 2024
1 parent 2cd0ba3 commit b31bb68
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 23 deletions.
4 changes: 2 additions & 2 deletions src/app/components/contact/Contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ const Contact: React.FC<ContactDetailsProps> = ({ data }) => {
<section id="contact">
<div className="row section-head">
<h1>
<FontAwesomeIcon icon={faEnvelope} /> Talk to me:
<FontAwesomeIcon icon={faEnvelope} /> Get In Touch
</h1>
</div>

<div className="row">
<div className="eight columns"></div>

<aside className="four columns footer-widgets">
<ContactDetails data={data} />
</aside>
<div className="eight columns"></div>
</div>
</section>
);
Expand Down
4 changes: 2 additions & 2 deletions src/app/components/navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ export const Navigation = ({ className, data }: NavigationProps) => {
Contact
</Link>
</li>
<li>
{/* <li>
<Link to="/tutoring">
Tutoring
</Link>
</li>
</li> */}
</ul>
</nav>;

Expand Down
12 changes: 7 additions & 5 deletions src/app/components/socials/Socials.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
import React from 'react';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';

import { IconDefinition } from '@fortawesome/fontawesome-common-types';
import { type IconDefinition } from '@fortawesome/fontawesome-common-types';
import { faHandsBubbles, type IconLookup, type IconName } from '@fortawesome/free-solid-svg-icons';
import { library } from '@fortawesome/fontawesome-svg-core'
import { fab } from '@fortawesome/free-brands-svg-icons'
import { fas } from '@fortawesome/free-solid-svg-icons'
library.add(fab, fas)
import { library } from '@fortawesome/fontawesome-svg-core';
import { fab } from '@fortawesome/free-brands-svg-icons';
import { fas } from '@fortawesome/free-solid-svg-icons';
import { codebergIconpack } from './codebergIconpack';

library.add(fab, fas, codebergIconpack);

interface Network {
network: string;
Expand Down
3 changes: 3 additions & 0 deletions src/app/components/socials/codebergIconpack.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { IconPack, IconName } from '@fortawesome/free-solid-svg-icons';

export const codebergIconpack: IconPack = { codeberg: { prefix: 'fab', iconName: 'codeberg' as IconName, icon: [24, 24, [], "", "M11.955.49A12 12 0 0 0 0 12.49a12 12 0 0 0 1.832 6.373L11.838 5.928a.187.14 0 0 1 .324 0l10.006 12.935A12 12 0 0 0 24 12.49a12 12 0 0 0-12-12 12 12 0 0 0-.045 0zm.375 6.467l4.416 16.553a12 12 0 0 0 5.137-4.213z"] } };
38 changes: 24 additions & 14 deletions src/app/resume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ basics:
name: Oliver Paraskos
fullName: Oliver Zeno Paraskos
label: Senior Software Engineer
description: Experienced software developer skilled in Kotlin, Java, TypeScript, React and AWS, with a track record of creating impactful solutions.
description: Experienced software developer skilled in Kotlin, Java, TypeScript, React and AWS.
picture: ''
email: [email protected]
phone: "(+44) 07784 196 221"
Expand All @@ -16,7 +16,7 @@ basics:
My journey in software development has been driven by a genuine enthusiasm for creating well-architected, visually appealing software. I'm particularly drawn to the challenge of not only building software that works seamlessly for its users but also contributes positively to people's lives and the health of our planet.
My technical toolkit includes skills such as Kotlin, Java, TypeScript, React, Node, SQL, AWS, and Terraform.
My technical toolkit includes skills such as Kotlin, TypeScript, React, Rust, Python, SQL, AWS, and Terraform.
One of the things I enjoy most is discussing technology trends and ideas with others. Feel free to reach out if you'd like to engage in a conversation!
location:
Expand All @@ -32,19 +32,36 @@ basics:
- network: GitHub
username: oparaskos
url: "https://github.com/oparaskos"
- network: Codeberg
username: oparaskos
url: "https://codeberg.org/oparaskos"
- network: LinkedIn
username: oliver-paraskos
url: "https://www.linkedin.com/in/%F0%9F%90%92-oliver-paraskos-a63620176/"
- network: Keybase
username: oparaskos
url: "https://keybase.io/oparaskos"
# - network: Keybase
# username: oparaskos
# url: "https://keybase.io/oparaskos"
# - network: Sketchfab
# className: cube
# username: oparaskos
# url: "https://sketchfab.com/oparaskos"
work:
- position: Full-Time Parenting
- company: MACS EU Ltd
website: "http://www.macs.eu/"
startDate: '2023-11-01'
summary: >-
MACS is a provider of asset and facility management solutions based on IBM Maximo and TRIRIGA.
highlights:
- >-
Designed and developed a Visitor Portal app, deployed on iPad Kiosks at office entrances for ad-hoc and pre-booked visitors, also supporting a touchless sign-in workflow. The application was built using Next.js and TypeScript, utilising an RDS/PostgreSQL database.
- >-
Developed internal tooling, written in Rust and Kotlin to enhance team efficiency and productivity, streamlining workflows and improving overall performance.
- >-
Maintenance on a React Project tightly integrated with IBM TRIRIGA with an additional NestJS API.
- company: Career Break
position: Full-Time Parenting
startDate: '2022-06-01'
endDate: '2023-11-01'
summary: >-
I made the important decision to take a full-time parenting career break
to focus on raising and nurturing my family. Throughout this period, I dedicated
Expand Down Expand Up @@ -157,19 +174,13 @@ work:
- Use of XPath for automated website scraping.
- Database Integration with C# using Linq.
interests:
- name: The Environment
keywords:
- Carbon Footprinting
- Green Tech
- Clean Energy
- name: Computer Graphics
keywords:
- 3D Modelling
- Rendering
- Computer Aided Design
- 3D Printing
- Games
- name: Machine Learning
- name: Cyber Security
education:
- institution: Oxford Brookes University
Expand Down Expand Up @@ -228,8 +239,7 @@ skills:
keywords:
- jupyter
- pandas
- name: Rust
languages:
- language: English
fluency: Native speaker
- language: German
fluency: Beginner, Learning

0 comments on commit b31bb68

Please sign in to comment.