https://github.com/mathieutu/mathieutu
My own personal Readme
https://github.com/mathieutu/mathieutu
Last synced: 4 months ago
JSON representation
My own personal Readme
- Host: GitHub
- URL: https://github.com/mathieutu/mathieutu
- Owner: mathieutu
- Created: 2020-08-11T22:18:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T12:29:12.000Z (over 1 year ago)
- Last Synced: 2025-04-09T13:16:51.435Z (about 1 year ago)
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- 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",
currentJob: { position: 'Freelance', availability: 'To hire, part time' },
emails: { recruting: 'jobs@mathieutu.dev', openSourceContributions: 'oss@mathieutu.dev', general: 'contact@mathieutu.dev' },
askMeAbout: [
'web development', 'tech and science', 'mechanical enginering',
'traveling', 'hiking', 'bicycling',
'mountain', 'caving', 'climbing',
'cities', 'ecology', 'society',
],
talkMeAbout: '*',
mainTechnologies: {
frontEnd: { '+++': [/(Java|Type)Script/, 'Vue.js','React'], '++': ['HTML', 'CSS frameworks', 'TailwindCss', 'Svelte'], '+': ['vanilla CSS'] },
backEnd: { '++++': ['PHP', 'Laravel'], '+++': ['Node.js'], '++': ['Symfony'] },
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',
],
}
```