update and bullet list
This commit is contained in:
parent
d24661f93d
commit
046a52feff
4 changed files with 362 additions and 152 deletions
67
config.yaml
67
config.yaml
|
@ -1,7 +1,7 @@
|
|||
contacts:
|
||||
name: Violette Paulin
|
||||
title: Software Engineer
|
||||
email: "violette@bigblase.xyz"
|
||||
email: "paum1202@usherbrooke.ca"
|
||||
website: "bigblase.xyz"
|
||||
nationality: French
|
||||
github: "https://github.com/thebigblase/"
|
||||
|
@ -39,6 +39,17 @@ skills:
|
|||
- rocket.rs
|
||||
- Vue.js
|
||||
|
||||
languages:
|
||||
- name: French
|
||||
proficiency: 5
|
||||
comment: None
|
||||
- name: English
|
||||
proficiency: 4
|
||||
comment: None
|
||||
- name: German
|
||||
proficiency: 2
|
||||
comment: None
|
||||
|
||||
jobs:
|
||||
- position: R & D engineer
|
||||
company:
|
||||
|
@ -53,6 +64,7 @@ jobs:
|
|||
to: "2023 Aug."
|
||||
tags:
|
||||
- Distributed System design
|
||||
- Rust
|
||||
- Blockchain Programming
|
||||
- Web programming
|
||||
- backend & frontend
|
||||
|
@ -84,28 +96,53 @@ projects:
|
|||
- main:
|
||||
name: Discsord Bot
|
||||
link: "https://github.com/storca/vhbot"
|
||||
description: >
|
||||
Discord bot designed with a classmate. The goal was to make life easier during quarantine for our teachers with functionnality such as making a list of persons attending class, a feature to ask question during class & indicating begin and end of class times.
|
||||
description:
|
||||
- Automate actions during class
|
||||
- Useful for our teachers
|
||||
- List people attending class
|
||||
- Wishes birthday to our teachers
|
||||
tags:
|
||||
- Python
|
||||
- Teamwork
|
||||
- Git
|
||||
year: 2020
|
||||
- main:
|
||||
name: Caramell
|
||||
link: "https://github.com/thebigblase/caramell"
|
||||
description: >
|
||||
Plateform offering to cache data efficiently and sotrring logs in a blockchain. Developped under the supervision of M. Salamatian and M. Monnet during my time at LISTIC.
|
||||
year: 2023
|
||||
#- main:
|
||||
# name: Caramell
|
||||
# link: "https://github.com/thebigblase/caramell"
|
||||
# description:
|
||||
# - Proof of concept for a security vulnerability (CVE-2019-15126)
|
||||
# - Used as my final projects for MPSI / MP classes.
|
||||
# tags:
|
||||
# - Cybersecurity
|
||||
# - Python
|
||||
# - Self teaching
|
||||
# year: 2023
|
||||
|
||||
school:
|
||||
- main:
|
||||
name: kr00k
|
||||
link: "https://github.com/thebigblase/kr00k"
|
||||
description: >
|
||||
PoC scripts to show the kr00k vulnerability (CVE-2019-15126). Part of a school projects
|
||||
description:
|
||||
- Proof of concept for a security vulnerability (CVE-2019-15126)
|
||||
- Used as my final projects for MPSI / MP classes.
|
||||
tags:
|
||||
- Cybersecurity
|
||||
- Python
|
||||
- Self teaching
|
||||
year: 2021
|
||||
- main:
|
||||
name: DHTea
|
||||
link: "https://github.com/phoqueEberlue/DHTea"
|
||||
description: >
|
||||
basic Distributed Hash Table written in rust. It was part of a distributed system class in IDU, Polytech Annecy.
|
||||
description:
|
||||
- Distributed hash table
|
||||
- Written in rust from scratch
|
||||
- Stores files / data
|
||||
tags:
|
||||
- Rust
|
||||
- Systèmes distribués
|
||||
- Autonomie
|
||||
- Git
|
||||
- Shell scripting
|
||||
year: 2023
|
||||
|
||||
hobbies:
|
||||
|
@ -114,6 +151,6 @@ hobbies:
|
|||
- low level-ish dev
|
||||
- resurecting old tech
|
||||
other:
|
||||
- cooking
|
||||
- playing the guitar
|
||||
- music
|
||||
- playing the guitar
|
||||
- cooking
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue