Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathieutu/mathieutu
My own personal Readme
https://github.com/mathieutu/mathieutu
Last synced: about 18 hours ago
JSON representation
My own personal Readme
- Host: GitHub
- URL: https://github.com/mathieutu/mathieutu
- Owner: mathieutu
- Created: 2020-08-11T22:18:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T06:15:55.000Z (about 4 years ago)
- Last Synced: 2024-11-05T16:57:57.745Z (about 2 months ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```typescript
export const mathieutu: FullstackLeadDeveloper = {
pronouns: ['He', 'Him'],
blogUrl: "http://mathieutu.dev",
emails: { recruting: '[email protected]', openSourceContributions: '[email protected]', general: '[email protected]' },
askMeAbout: [
'web development', 'tech and science', 'mechanical enginering',
'traveling', 'hiking', 'bicycling',
'ecology', 'society'
],
talkMeAbout: '*',
mainTechnologies: {
frontEnd: { '+++': [/(java|type)script/, 'vuejs','react'], '++': ['html', 'css frameworks', 'tailwindcss'], '+': ['vanilla css'] },
backEnd: { '++++': ['PHP', 'Laravel'], '+++': ['nodejs', 'express'] },
other: { '++': ['PostgreSQL', 'Docker'], '+': ['mongo', /.*SQL$/, /.*sh/] },
},
openSourceContributions: [
'Regular contributor of Laravel codebase',
'Hundred of Open Source projects including VueJs, Symfony, Nuxt, TailwindCss, Webpack, etc...',
'Creator and maintainer of a dozen of PHP and TS packages (~300k downloads)',
],
mainCommunityContributions: [
'Former host of Laravel Paris Meetup',
'Regular Speaker of Laravel Lyon Meetup',
'Host of VueJS Lyon Meetup',
'Host/Moderator of Laravel France Community Chat',
'School teacher about Programing, Agile projects, Laravel Php, NodeJS, ReactJS, VueJS, and Testing processes',
'Regular trainer for all kind of tech teams',
],
}
```