Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fff6100

Browse files
committed
add member profile for Alexandre Michaud
1 parent 76e1f98 commit fff6100

File tree

3 files changed

+36
-4
lines changed

3 files changed

+36
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,22 @@ You can refer to Netlify deploy preview on the pull request.
5151

5252
You can use gh-pages as an alternative 👉 [coderbunker.github.io/coderbunker.ca](https://coderbunker.github.io/coderbunker.ca/)
5353

54-
```
54+
```bash
5555
gatsby clean
5656
npm run deploy
5757
```
5858
or
59-
```
59+
```bash
6060
gatsby clean
6161
gatsby build --prefix-paths && gh-pages -d public -r [email protected]:coderbunker/coderbunker.ca.git
6262
```
6363

6464
### Build
65-
```
65+
```bash
6666
npm run build
6767
```
6868
or
69-
```
69+
```bash
7070
gatsby build
7171
```
7272

100 KB
Loading
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"en": {
3+
"name": "Alexandre Michaud",
4+
"title": "Backend Developer",
5+
"linkedin": "https://www.linkedin.com/in/alexmichaud123/",
6+
"github": "https://github.com/alex-michaud",
7+
"image": "03_alexandre_michaud.jpg",
8+
"highlights": [
9+
"20 years experience in software development",
10+
"API architecture, AI integration, technical documentation, automation",
11+
"Javascript, Typescript",
12+
"Node.js, Express.js, Bun, Hono",
13+
"API: REST, Websockets, GraphQL",
14+
"Database (PostgreSQL)"
15+
]
16+
},
17+
"fr": {
18+
"name": "Alexandre Michaud",
19+
"title": "Développeur Backend",
20+
"linkedin": "https://www.linkedin.com/in/alexmichaud123/",
21+
"github": "https://github.com/alex-michaud",
22+
"image": "03_alexandre_michaud.jpg",
23+
"highlights": [
24+
"20 ans d'expérience dans le développement de logiciels",
25+
"Architecture d'API, intégration d'IA, documentation technique, automatisation",
26+
"Javascript, Typescript",
27+
"Node.js, Express.js, Bun, Hono",
28+
"API: REST, Websockets, GraphQL",
29+
"Base de données (PostgreSQL)"
30+
]
31+
}
32+
}

0 commit comments

Comments
 (0)