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: 4 months ago
JSON representation

My own personal Readme

Awesome Lists containing this project

README

          



Bluesky

 

Linkedin


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