mirror of
https://github.com/ArthurDanjou/ArthurDanjou.git
synced 2026-01-20 06:22:22 +01:00
178 lines
6.7 KiB
Markdown
178 lines
6.7 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**
|
|
|
|
> 🏆 303 Contributions in the Year 2021
|
|
>
|
|
> 📦 47.7 kB Used in Github's Storage
|
|
>
|
|
> 💼 Opted to Hire
|
|
>
|
|
> 📜 14 Public Repositories
|
|
>
|
|
> 🔑 1 Private Repository
|
|
>
|
|
**I'm an Early 🐤**
|
|
|
|
```text
|
|
🌞 Morning 31 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 9.48%
|
|
🌆 Daytime 141 commits ██████████░░░░░░░░░░░░░░░ 43.12%
|
|
🌃 Evening 126 commits █████████░░░░░░░░░░░░░░░░ 38.53%
|
|
🌙 Night 29 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 8.87%
|
|
|
|
```
|
|
📅 **I'm Most Productive on Sunday**
|
|
|
|
```text
|
|
Monday 40 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.23%
|
|
Tuesday 65 commits █████░░░░░░░░░░░░░░░░░░░░ 19.88%
|
|
Wednesday 34 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 10.4%
|
|
Thursday 34 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 10.4%
|
|
Friday 22 commits █░░░░░░░░░░░░░░░░░░░░░░░░ 6.73%
|
|
Saturday 44 commits ███░░░░░░░░░░░░░░░░░░░░░░ 13.46%
|
|
Sunday 88 commits ██████░░░░░░░░░░░░░░░░░░░ 26.91%
|
|
|
|
```
|
|
|
|
|
|
📊 **This Week I Spent My Time On**
|
|
|
|
```text
|
|
⌚︎ Time Zone: Europe/Paris
|
|
|
|
💬 Programming Languages:
|
|
TypeScript 1 hr 11 mins ████████████░░░░░░░░░░░░░ 49.85%
|
|
Vue.js 34 mins ██████░░░░░░░░░░░░░░░░░░░ 23.82%
|
|
Markdown 17 mins ███░░░░░░░░░░░░░░░░░░░░░░ 12.18%
|
|
JavaScript 7 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 5.13%
|
|
JSON 7 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 4.9%
|
|
|
|
🔥 Editors:
|
|
WebStorm 2 hrs 22 mins █████████████████████████ 100.0%
|
|
|
|
🐱💻 Projects:
|
|
artapi 53 mins █████████░░░░░░░░░░░░░░░░ 37.55%
|
|
slidev-docs-fr 31 mins █████░░░░░░░░░░░░░░░░░░░░ 21.8%
|
|
artsite 31 mins █████░░░░░░░░░░░░░░░░░░░░ 21.77%
|
|
nuxt-ts-app 27 mins ████░░░░░░░░░░░░░░░░░░░░░ 18.88%
|
|
|
|
💻 Operating System:
|
|
Windows 2 hrs 22 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)
|