Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Lucas Mancini #1697

Merged
merged 1 commit into from
Dec 27, 2023
Merged
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
35 changes: 35 additions & 0 deletions src/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,41 @@ module.exports = [
country: '🇺🇸',
computer: 'linux',
tags: ['Student', 'Node.js', 'Javascript', 'Ubuntu'],
},
{
name: 'Lucas Mancini',
description:
'Software Development Engineer, specializing in Frontend',
url: 'https://lucasmancini.au/uses',
twitter: '@lucasmancini',
emoji: '🧉',
country: '🇦🇺',
computer: 'apple',
phone: 'android',
tags: [
'Frontend',
'Fullstack',
'Tech Lead',
'JavaScript',
'TypeScript',
'React',
'Next',
'Node.js',
'CSS',
'React Native',
'Storybook',
'MongoDB',
'Astro',
'MUI',
'web3',
'Vite',
'D3.js',
'Redux',
'React Query',
'GraphQL',
'UX',
'UI',
],
},
{
name: 'Lars Magnus Klavenes',
Expand Down
Loading