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

Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,22 @@ You can refer to Netlify deploy preview on the pull request.

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

```
```bash
gatsby clean
npm run deploy
```
or
```
```bash
gatsby clean
gatsby build --prefix-paths && gh-pages -d public -r [email protected]:coderbunker/coderbunker.ca.git
```

### Build
```
```bash
npm run build
```
or
```
```bash
gatsby build
```

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions src/assets/content/members/03_alexandre_michaud.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"en": {
"name": "Alexandre Michaud",
"title": "Backend Developer",
"linkedin": "https://www.linkedin.com/in/alexmichaud123/",
"github": "https://github.com/alex-michaud",
"image": "03_alexandre_michaud.jpg",
"highlights": [
"20 years experience in software development",
"API architecture, AI integration, technical documentation, automation",
"Javascript, Typescript",
"Node.js, Express.js, Bun, Hono",
"API: REST, Websockets, GraphQL",
"Database (PostgreSQL)"
]
},
"fr": {
"name": "Alexandre Michaud",
"title": "Développeur Backend",
"linkedin": "https://www.linkedin.com/in/alexmichaud123/",
"github": "https://github.com/alex-michaud",
"image": "03_alexandre_michaud.jpg",
"highlights": [
"20 ans d'expérience dans le développement de logiciels",
"Architecture d'API, intégration d'IA, documentation technique, automatisation",
"Javascript, Typescript",
"Node.js, Express.js, Bun, Hono",
"API: REST, Websockets, GraphQL",
"Base de données (PostgreSQL)"
]
}
}