Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        



Twitter


Linkedin


Blog

```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',
],
}
```