mirror of
https://github.com/ArthurDanjou/ArthurDanjou.git
synced 2026-01-22 21:56:02 +01:00
179 lines
6.9 KiB
Markdown
179 lines
6.9 KiB
Markdown

|
|
|
|
# Hi there, I'm Arthur 🙋♂️
|
|
### A Web & Software Developer from Paris, France 🇫🇷
|
|
|
|
---
|
|
## About me ⭐
|
|
|
|
```javascript
|
|
const me = {
|
|
pronouns: "Arthur",
|
|
location: ["Paris", "France"],
|
|
passions: [
|
|
"Dev",
|
|
"DevOps",
|
|
"New technologies",
|
|
"Gaming"
|
|
],
|
|
code: [
|
|
"Javascript",
|
|
"Typescript",
|
|
"HTML",
|
|
"CSS",
|
|
"GoLang",
|
|
"Java"
|
|
],
|
|
ask_me_about: [
|
|
"Web dev",
|
|
"Tech",
|
|
"Consulting",
|
|
"Cloud computing",
|
|
"DevOps",
|
|
"Software dev"
|
|
],
|
|
technologies: {
|
|
web_app: ["VueJs", "NuxtJs", "Sass", "Tailwind"],
|
|
desktop_app: ["ElectronJs"],
|
|
mobile_app:["React Native"],
|
|
back_end: {
|
|
typescript: ["AdonisJs"],
|
|
java: ["Spring"]
|
|
},
|
|
databases: ["MongoDB", "MariaDB", "Redis"],
|
|
messaging: ["RabbitMq"],
|
|
other: ["Docker", "Git"],
|
|
architecture: ["microservices", "event-driven", "design system pattern"],
|
|
},
|
|
projects: {
|
|
artsite: {
|
|
description: 'ArtSite is my personnal website',
|
|
progress: '100%',
|
|
url: 'https://arthurdanjou.fr/'
|
|
},
|
|
artapi: {
|
|
description: 'ArtApi is my personnal API',
|
|
progress: '75%',
|
|
url: 'https://api.arthurdanjou.fr/'
|
|
},
|
|
artclick: {
|
|
description: 'ArtClick is my personnal url shortener',
|
|
progress: '100%',
|
|
url: 'https://artdanj.to/'
|
|
},
|
|
artcloud: {
|
|
description: 'ArtCloud is my personnal instance managment system',
|
|
progress: '10%',
|
|
url: 'https://cloud.arthurdanjou.fr'
|
|
}
|
|
}
|
|
}
|
|
```
|
|
---
|
|
|
|
## Information about my activity from [api.arthurdanjou.fr](https://api.arthurdanjou.fr)
|
|
|
|
| Informations | State |
|
|
| ---------------------------: | ------: |
|
|
| :musical_note: Music Playing | **No** |
|
|
| :bed: Sleeping | **No** |
|
|
| :computer: Developing | **Yes** |
|
|
| :books: Learning | **No** |
|
|
|
|
###### Curious how this works? : [api.arthurdanjou.fr/source](https://api.arthurdanjou.fr/source)
|
|
|
|
## Statistics about my dev activity
|
|
|
|
<!--START_SECTION:waka-->
|
|
**🐱 My Github Data**
|
|
|
|
> 🏆 287 Contributions in the Year 2021
|
|
>
|
|
> 📦 47.2 kB Used in Github's Storage
|
|
>
|
|
> 💼 Opted to Hire
|
|
>
|
|
> 📜 14 Public Repositories
|
|
>
|
|
> 🔑 1 Private Repository
|
|
>
|
|
**I'm an Early 🐤**
|
|
|
|
```text
|
|
🌞 Morning 26 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 8.2%
|
|
🌆 Daytime 141 commits ███████████░░░░░░░░░░░░░░ 44.48%
|
|
🌃 Evening 121 commits █████████░░░░░░░░░░░░░░░░ 38.17%
|
|
🌙 Night 29 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 9.15%
|
|
|
|
```
|
|
📅 **I'm Most Productive on Sunday**
|
|
|
|
```text
|
|
Monday 38 commits ███░░░░░░░░░░░░░░░░░░░░░░ 11.99%
|
|
Tuesday 65 commits █████░░░░░░░░░░░░░░░░░░░░ 20.5%
|
|
Wednesday 34 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 10.73%
|
|
Thursday 30 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 9.46%
|
|
Friday 22 commits █░░░░░░░░░░░░░░░░░░░░░░░░ 6.94%
|
|
Saturday 44 commits ███░░░░░░░░░░░░░░░░░░░░░░ 13.88%
|
|
Sunday 84 commits ██████░░░░░░░░░░░░░░░░░░░ 26.5%
|
|
|
|
```
|
|
|
|
|
|
📊 **This Week I Spent My Time On**
|
|
|
|
```text
|
|
⌚︎ Time Zone: Europe/Paris
|
|
|
|
💬 Programming Languages:
|
|
Markdown 2 hrs 35 mins ██████████████████░░░░░░░ 71.85%
|
|
TypeScript 21 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 9.78%
|
|
JavaScript 19 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 9.04%
|
|
JSON 9 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 4.18%
|
|
Vue.js 8 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 4.01%
|
|
|
|
🔥 Editors:
|
|
WebStorm 3 hrs 35 mins █████████████████████████ 100.0%
|
|
|
|
🐱💻 Projects:
|
|
docs 3 hrs 2 mins █████████████████████░░░░ 84.78%
|
|
nuxt-ts-app 25 mins ███░░░░░░░░░░░░░░░░░░░░░░ 11.64%
|
|
vitesse-nuxt 3 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 1.56%
|
|
doc-fr 2 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 1.17%
|
|
artsite 1 min ░░░░░░░░░░░░░░░░░░░░░░░░░ 0.85%
|
|
|
|
💻 Operating System:
|
|
Windows 3 hrs 35 mins █████████████████████████ 100.0%
|
|
|
|
```
|
|
|
|
**I Mostly Code in Java**
|
|
|
|
```text
|
|
Java 4 repos ██████████░░░░░░░░░░░░░░░ 40.0%
|
|
TypeScript 3 repos ███████░░░░░░░░░░░░░░░░░░ 30.0%
|
|
JavaScript 2 repos █████░░░░░░░░░░░░░░░░░░░░ 20.0%
|
|
Vue 1 repo ██░░░░░░░░░░░░░░░░░░░░░░░ 10.0%
|
|
|
|
```
|
|
|
|
|
|
|
|
<!--END_SECTION:waka-->
|
|
|
|
## Get In Touch ✨
|
|
Check my website on: [**arthurdanjou.fr**](https://arthurdanjou.fr)
|
|
|
|
Follow me on Twitter: [**@ArthurDanj**](https://twitter.com/ArthurDanj)
|
|
|
|
See my work on Github: [**@ArthurDanjou**](https://github.com/ArthurDanjou)
|
|
|
|
Send me mail to: [**me@arthurdanjou.fr**](mailto:me@arthurdanjou.fr)
|
|
|
|
## Dev Stats 📊
|
|
|
|
[](https://github.com/anuraghazra/github-readme-stats)
|
|
[](https://github.com/anuraghazra/github-readme-stats)
|
|
|
|
###### ⚡README powered by [api.arthurdanjou.fr/](https://api.arthurdanjou.fr)
|