Compare commits
No commits in common. "baf999ea1c4a581882927ed93a2955c48331d89a" and "c8ce7ca6dabb4c162d0a072a7df0985f73d5eca7" have entirely different histories.
baf999ea1c
...
c8ce7ca6da
@ -13,7 +13,7 @@
|
|||||||
Startup specialized in the creation of French virtual singers using
|
Startup specialized in the creation of French virtual singers using
|
||||||
vocal synthesis. Its best known product is ALYS. [[./vocal-synthesis.md][More here]].
|
vocal synthesis. Its best known product is ALYS. [[./vocal-synthesis.md][More here]].
|
||||||
|
|
||||||
- Co-founder, CTO
|
- Co-founder
|
||||||
- Development of singing synthesis vocal libraries
|
- Development of singing synthesis vocal libraries
|
||||||
- Linguistic research
|
- Linguistic research
|
||||||
- User support
|
- User support
|
||||||
@ -30,24 +30,30 @@ Studied for a year and a half until the creation of [[./resume.md#voxwave-2014-2
|
|||||||
|
|
||||||
** Web Programming
|
** Web Programming
|
||||||
*** Front-end
|
*** Front-end
|
||||||
- Professional use of Angular and TypeScript
|
- Regularly using Angular, Vue, and Node.js
|
||||||
- Personal use of Vue (including Nuxt)
|
- Good knowledge in HTML5, CSS3 (including SASS, SCSS, and LESS), and
|
||||||
|
Javascript
|
||||||
|
- I know my way around in Python, Dart, and TypeScript
|
||||||
|
- Learning React and Next.js
|
||||||
|
|
||||||
*** Back-end
|
*** Back-end
|
||||||
- Professional use of Java SpringBoot and SpringBatch
|
- Regularly using Rust ([[https://actix.rs/][actix-web]] and [[https://rocket.rs/][Rocket]]) and Java Spring Boot
|
||||||
- Professional and personal use of PostgreSQL
|
|
||||||
- Personal use of Rust ([[https://github.com/poem-web/poem/][poem]], [[https://actix.rs/][actix-web]] and [[https://rocket.rs/][Rocket]])
|
|
||||||
- Some experience in back-end development with Django (Python)
|
- Some experience in back-end development with Django (Python)
|
||||||
- Personal use of MySQL and SQLite
|
- Some experience communicating with a database with Django’s and
|
||||||
|
[[https://diesel.rs][Diesel]]’s ORM. Know my way around EmacSQL.
|
||||||
|
- Used MySQL and PostgreSQL
|
||||||
|
|
||||||
** System Programming
|
** System Programming
|
||||||
- Frequent usage of Rust, C, EmacsLisp, and UNIX shells (bash, fish, Eshell)
|
- Experienced in Rust, C and EmacsLisp knowledge
|
||||||
- Occasional use of C++, Python, and CommonLisp
|
- I know my way around C++, Python, and UNIX shells (bash, fish,
|
||||||
|
Eshell)
|
||||||
|
- Limited knowledge in Prolog and Scheme
|
||||||
|
|
||||||
** Development Tools
|
** Development Tools
|
||||||
*** IDEs and Text Editors
|
*** IDEs and Text Editors
|
||||||
- Professional use of VS Code, Eclipse, and Git
|
|
||||||
- Advanced user of Emacs, including its LSP and Git integrations
|
- Advanced user of Emacs, including its LSP and Git integrations
|
||||||
|
- Good knowledge of Git (including Magit under Emacs), VS Code, and
|
||||||
|
Eclipse
|
||||||
- Basic knowledge of Vim, CLion, Pycharm, and WebStorm
|
- Basic knowledge of Vim, CLion, Pycharm, and WebStorm
|
||||||
|
|
||||||
*** CI/CD and Deploying to the Web
|
*** CI/CD and Deploying to the Web
|
||||||
@ -58,14 +64,14 @@ Studied for a year and a half until the creation of [[./resume.md#voxwave-2014-2
|
|||||||
|
|
||||||
** Operating Systems
|
** Operating Systems
|
||||||
- Usage and administration of Linux (Arch Linux, Void Linux, Debian,
|
- Usage and administration of Linux (Arch Linux, Void Linux, Debian,
|
||||||
Ubuntu, Alpine Linux, NixOS)
|
Ubuntu, Alpine Linux)
|
||||||
- Administration of web servers and storage servers (Arch Linux,
|
- Administration of web servers and storage servers (Arch Linux,
|
||||||
Debian, Raspbian, Alpine Linux, NixOS)
|
Debian, Raspbian, Alpine Linux)
|
||||||
- Basic knowledge with Guix System and Windows XP through 10 (except
|
- Basic knowledge with Guix System and NixOS, and Windows XP through
|
||||||
Vista)
|
10 (except Vista)
|
||||||
|
|
||||||
** Office Applications
|
** Office Applications
|
||||||
- Good knowledge with [[https://orgmode.org/][org-mode]] (main tool), LaTeX
|
- Good knowledge with org-mode (main tool), LaTeX
|
||||||
- I know my way around LibreOffice, Microsoft Office, OnlyOffice, and
|
- I know my way around LibreOffice, Microsoft Office, OnlyOffice, and
|
||||||
WPS Office
|
WPS Office
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ Compania spesialida en la developa de cantantes virtual en franses ce
|
|||||||
usa sintese vocal. La produi la plu selebra es ALYS. Plu de informa
|
usa sintese vocal. La produi la plu selebra es ALYS. Plu de informa
|
||||||
[[./vocal-synthesis.md][aci]].
|
[[./vocal-synthesis.md][aci]].
|
||||||
|
|
||||||
- Cofundor, dirije tecnical
|
- Cofundor
|
||||||
- Programi de voses de sintese per la canta
|
- Programi de voses de sintese per la canta
|
||||||
- Rexerca linguistica
|
- Rexerca linguistica
|
||||||
- Suporta de usadores
|
- Suporta de usadores
|
||||||
@ -36,42 +36,44 @@ de [[./resume.md#voxwave-2014-2018][VoxWave]].
|
|||||||
|
|
||||||
** Programi ueb
|
** Programi ueb
|
||||||
*** Front-end
|
*** Front-end
|
||||||
- Usa profesal de Angular e TypeScript
|
- Usa fidosa de Angular, Vue e Node.JS
|
||||||
- Usa personal de Vue (inclui Nuxt)
|
- Bon conose de HTML5, CSS3 (incluinte SASS, SCSS e LESS) e Javascript
|
||||||
|
- Conoses de Python, Dart e Typescript
|
||||||
|
- Aprende React e Next.js
|
||||||
|
|
||||||
*** Backend
|
*** Backend
|
||||||
- Usa profesional de Java SpringBoot e SpringBatch
|
- Usa fidosa de Rust ([[https://actix.rs/][actix-web]] e [[https://rocket.rs/][Rocket]]) e Java Spring Boot
|
||||||
- Usa profesional e personal de PostgreSQL
|
|
||||||
- Usa personal de Rust ([[https://github.com/poem-web/poem/][poem]], [[https://actix.rs/][actix-web]] e [[https://rocket.rs/][Rocket]])
|
|
||||||
- Esperia en programi de backend con Django (Python)
|
- Esperia en programi de backend con Django (Python)
|
||||||
- Usa personal de PostgreSQL e SQLite
|
- Esperia en comunica con banco de datos con [[https://diesel.rs][Diesel]] (Rust) e Django,
|
||||||
|
conose alga EmacSQL
|
||||||
|
- Usa de PostgreSQL e MySQL
|
||||||
|
|
||||||
** Programi sistem
|
** Programi sistem
|
||||||
- Usa personal e frecuente de Rust, C, shelles UNIX (bash, fish,
|
- Esperia con Rust, C e EmacsLisp
|
||||||
Eshell) e EmacsLisp
|
- Conoses de C++, Python, CommonLisp e shelles UNIX (bash, fish, eshell)
|
||||||
Usa personal nonfrecuente de C++, Python e CommonLisp
|
- Conoses limitada de Prolog e Scheme
|
||||||
|
|
||||||
** Utiles de developa
|
** Utiles de developa
|
||||||
*** IDEs e editadores
|
*** IDEs e editadores
|
||||||
- Usa profesional de VS Code, Eclipse e Git
|
|
||||||
- Conoses esperta de Emacs, inclui con la incluis de LSP e Git
|
- Conoses esperta de Emacs, inclui con la incluis de LSP e Git
|
||||||
|
- Bon conoses de Git (inclui sua interfas Magit per Emacs), VS Code e
|
||||||
|
Eclipse
|
||||||
- Conoses fundal de Vim, CLion, PyCharm e WebStorm
|
- Conoses fundal de Vim, CLion, PyCharm e WebStorm
|
||||||
|
|
||||||
*** CI/CD e desplia ueb
|
** CI/CD e desplia ueb
|
||||||
- Esperia con la servadores ueb Nginx e Caddyserver
|
- Esperia con la servadores ueb Nginx e Caddyserver
|
||||||
- Bon conoses de Docker e Docker Compose, Drone.io e GitHub Actions
|
- Bon conoses de Docker, Drone.io e GitHub Actions per despia ueb
|
||||||
per despia ueb
|
|
||||||
|
|
||||||
** Sistemes de opera
|
** Sistemes de opera
|
||||||
- Usa et manejablia de Linux (Arch Linux, Void Linux, Debian, Ubuntu,
|
- Usa et manejablia de Linux (Arch Linux, Void Linux, Debian, Ubuntu,
|
||||||
Alpine Linux, NixOS)
|
Alpine Linux)
|
||||||
- Manjablia de servidores ueb e servidores de conserva (Arch Linux,
|
- Manjablia de servidores ueb e servidores de conserva (Arch Linux,
|
||||||
Debian, Ubuntu, Alpine Linux, NixOS)
|
Debian, Ubuntu, Alpine Linux)
|
||||||
- Conosas fundal de Guix System e Windows (de XP a 10, con eseta de
|
- Conosas fundal de Guix System, NixOS e Windows (de XP a 10, con
|
||||||
Vista)
|
eseta de Vista)
|
||||||
|
|
||||||
** Program de ofisia
|
** Program de ofisia
|
||||||
- Bon conosas con [[https://orgmode.org/][org-mode]] (Emacs) e LaTeX
|
- Bon conosas con org-mode (Emacs) e LaTeX
|
||||||
- Conosas con LibreOffice, Microsoft Office, WPS Office e OnlyOffice
|
- Conosas con LibreOffice, Microsoft Office, WPS Office e OnlyOffice
|
||||||
|
|
||||||
** Audio
|
** Audio
|
||||||
|
@ -20,7 +20,7 @@ Startup spécialisée dans le développement de chanteurs virtuels
|
|||||||
francophones utilisant de la synthèse vocale. Le produit le plus connu
|
francophones utilisant de la synthèse vocale. Le produit le plus connu
|
||||||
est la chanteuse virtuelle ALYS. Plus d’informations [[./vocal-synthesis.md][ici]].
|
est la chanteuse virtuelle ALYS. Plus d’informations [[./vocal-synthesis.md][ici]].
|
||||||
|
|
||||||
- Co-fondateur, directeur technique
|
- Co-fondateur
|
||||||
- Programmation de voix de synthèse pour le chant
|
- Programmation de voix de synthèse pour le chant
|
||||||
- Recherches linguistiques
|
- Recherches linguistiques
|
||||||
- Support utilisateur
|
- Support utilisateur
|
||||||
@ -38,25 +38,32 @@ LLCE. Études interrompues suite à la création de [[./resume.md#voxwave-2014-2
|
|||||||
|
|
||||||
** Programmation Web
|
** Programmation Web
|
||||||
*** Frontend
|
*** Frontend
|
||||||
- Expérience professionnelle avec Angular et TypeScript
|
- Utilisation régulière de Angular, Vue et Node.js
|
||||||
- Expérience personnelle avec Vue (y compris Nuxt)
|
- Bonnes connaissances en HTML5, CSS3 (y compris SASS, SCSS et LESS)
|
||||||
|
et JavaScript
|
||||||
|
- Connaissances en Python, Dart et TypeScript
|
||||||
|
- Apprentissage de React et Next.js
|
||||||
|
|
||||||
*** Backend
|
*** Backend
|
||||||
- Utilisation professionnelle de Java SpringBoot et SpringBatch
|
- Utilisation régulière de Rust ([[https://actix.rs/][actix-web]] et [[https://rocket.rs/][Rocket]]) et Java Spring
|
||||||
- Utilisation professionnelle et personnelle de PostgreSQL
|
Boot
|
||||||
- Utilisation personnelle de Rust ([[https://github.com/poem-web/poem/][poem]], [[https://actix.rs/][actix-web]] et [[https://rocket.rs/][Rocket]])
|
- De l’expérience en développement backend avec Django (Python)
|
||||||
- Connaissances en développement backend avec Django (Python)
|
- De l’expérience en communication avec des bases de données via
|
||||||
- Utilisation personnelle de MySQL et SQLite
|
Django et [[https://diesel.rs][Diesel]]. Connaissances de base avec EmacSQL.
|
||||||
|
- Utilisation de MySQL et PostgreSQL.
|
||||||
|
|
||||||
** Programmation Système
|
** Programmation Système
|
||||||
- Utilisation personnelle fréquente de Rust, C, shells UNIX (bash, fish, Eshell) et EmacsLisp
|
- De l’expérience avec Rust, C et EmacsLisp
|
||||||
- Utilisation personnelle occasionnelle de C++, Python et CommonLisp
|
- Connaissances en C++, Python, CommonLisp et les shells UNIX
|
||||||
|
(bash, fish, Eshell)
|
||||||
|
- Connaissances limitées en Prolog et Scheme
|
||||||
|
|
||||||
** Outils de développement
|
** Outils de développement
|
||||||
*** IDEs et éditeurs de texte
|
*** IDEs et éditeurs de texte
|
||||||
- Utilisation professionnelle de VS Code, Eclipse et Git
|
- Utilisateur avancé d’Emacs, y compris avec ses intégrations pour LSP
|
||||||
- Utilisateur avancé personnelle d’Emacs, y compris avec ses
|
et Git
|
||||||
intégrations pour LSP et Git
|
- Bonnes connaissances de Git (y compris avec son interface Magit pour
|
||||||
|
Emacs), VS Code et Eclipse
|
||||||
- Connaissances basiques de Vim, CLion, PyCharm et WebStorm
|
- Connaissances basiques de Vim, CLion, PyCharm et WebStorm
|
||||||
|
|
||||||
*** CI/CD et déploiement sur le web
|
*** CI/CD et déploiement sur le web
|
||||||
@ -66,14 +73,14 @@ LLCE. Études interrompues suite à la création de [[./resume.md#voxwave-2014-2
|
|||||||
|
|
||||||
** Systèmes d’exploitation
|
** Systèmes d’exploitation
|
||||||
- Utilisation et administration de Linux (Arch Linux, Void Linux,
|
- Utilisation et administration de Linux (Arch Linux, Void Linux,
|
||||||
Debian, Ubuntu, Alpine Linux, NixOS)
|
Debian, Ubuntu, Alpine Linux)
|
||||||
- Administration de serveurs web et serveurs de stockage (Arch Linux,
|
- Administration de serveurs web et serveurs de stockage (Arch Linux,
|
||||||
Debian, Ubuntu, Alpine Linux, NixOS)
|
Debian, Ubuntu, Alpine Linux)
|
||||||
- Connaissances élémentaires de Guix System et Windows de XP à 10
|
- Connaissances élémentaires de Guix System, NixOS et Windows de XP à
|
||||||
(excepté Vista)
|
10 (excepté Vista)
|
||||||
|
|
||||||
** Bureautique
|
** Bureautique
|
||||||
- Bonnes connaissances avec [[https://orgmode.org/][org mode]] et LaTeX
|
- Bonnes connaissances avec orgmode et LaTeX
|
||||||
- Connaissances avec Libre Office, Microsoft Office, WPS Office et OnlyOffice
|
- Connaissances avec Libre Office, Microsoft Office, WPS Office et OnlyOffice
|
||||||
|
|
||||||
** Audio
|
** Audio
|
||||||
|
16
package.json
16
package.json
@ -3,7 +3,7 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "Static website of Phundrak",
|
"description": "Static website of Phundrak",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": "https://labs.phundrak.com/phundrak/phundrak.com",
|
"repository": "https://labs.phundrak.com/phundrak/vuepress-www",
|
||||||
"author": "Lucien Cartier-Tilet <lucien@phundrak.com>",
|
"author": "Lucien Cartier-Tilet <lucien@phundrak.com>",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
@ -14,12 +14,18 @@
|
|||||||
"vuepress": "2.0.0-rc.13",
|
"vuepress": "2.0.0-rc.13",
|
||||||
"vuepress-plugin-search-pro": "^2.0.0-rc.43"
|
"vuepress-plugin-search-pro": "^2.0.0-rc.43"
|
||||||
},
|
},
|
||||||
|
"scripts": {
|
||||||
|
"dev": "vuepress dev content",
|
||||||
|
"build": "vuepress build content"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"less": "^4.2.0",
|
"less": "^4.2.0",
|
||||||
"nord": "^0.2.1"
|
"nord": "^0.2.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"config": {
|
||||||
"dev": "vuepress dev content",
|
"commitizen": {
|
||||||
"build": "vuepress build content"
|
"path": "./node_modules/cz-conventional-changelog"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"packageManager": "yarn@4.3.0"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user