mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Merge branch 'master' into patch-5
This commit is contained in:
commit
91edeb8a6a
2 changed files with 934 additions and 708 deletions
277
src/data.js
277
src/data.js
|
|
@ -1,6 +1,28 @@
|
|||
// keep it commonjs export
|
||||
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L53-L68
|
||||
module.exports = [
|
||||
{
|
||||
name: 'David Torralbo',
|
||||
description: 'Backend developer. Focused in Web Performance',
|
||||
url: 'https://davidtorralbo.dev/uses/',
|
||||
twitter: '@torralbo_',
|
||||
emoji: '🧠',
|
||||
country: '🇪🇸',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
'PHP',
|
||||
'Laravel',
|
||||
'Livewire',
|
||||
'Tailwind CSS',
|
||||
'MySQL',
|
||||
'Redis',
|
||||
'Back End',
|
||||
'Web Performance',
|
||||
'TDD',
|
||||
'SEO',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Eduar Bastidas',
|
||||
description: 'Full Stack Web Developer',
|
||||
|
|
@ -1028,6 +1050,29 @@ module.exports = [
|
|||
'WordPress',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Diego Costa',
|
||||
description: 'Engineering Tech Manager and Full-stack Software Engineer',
|
||||
url: 'https://diegocosta.me/uses',
|
||||
twitter: '@diegocoxta',
|
||||
emoji: '👨💻',
|
||||
country: '🇧🇷',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
'Full Stack',
|
||||
'React',
|
||||
'Developer',
|
||||
'Front End',
|
||||
'JavaScript',
|
||||
'TypeScript',
|
||||
'React Native',
|
||||
'Problem Solver',
|
||||
'Flutter',
|
||||
'Styled Components',
|
||||
'Gatsby',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Jeremiah Boby',
|
||||
description: 'Python developer specialising in web tech',
|
||||
|
|
@ -2224,6 +2269,55 @@ module.exports = [
|
|||
'Cloud',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Vincent Lejtzén',
|
||||
description:
|
||||
'Front end developer with love for design, user experience and SEO.',
|
||||
url: 'https://lejtzendesign.se/en/uses',
|
||||
country: '🇸🇪',
|
||||
twitter: '@lejtzen',
|
||||
emoji: '👨🏼💻',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
'Accessibility',
|
||||
'Bootstrap',
|
||||
'CSS',
|
||||
'Composer',
|
||||
'Continuous Delivery',
|
||||
'Designer',
|
||||
'Developer',
|
||||
'ES6',
|
||||
'FaunaDB',
|
||||
'Front End',
|
||||
'Gridsome',
|
||||
'HTML',
|
||||
'JAMstack',
|
||||
'JavaScript',
|
||||
'Laravel',
|
||||
'Netlify',
|
||||
'Next',
|
||||
'Node.js',
|
||||
'PHP',
|
||||
'Parcel',
|
||||
'Performance',
|
||||
'Photoshop',
|
||||
'SASS',
|
||||
'SCSS',
|
||||
'SEO',
|
||||
'Serverless',
|
||||
'Tailwind CSS',
|
||||
'UI',
|
||||
'UX',
|
||||
'VS Code',
|
||||
'Vercel',
|
||||
'Vue.js',
|
||||
'Web Developer',
|
||||
'WordPress',
|
||||
'macOS',
|
||||
'npm',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Yves Engetschwiler',
|
||||
description:
|
||||
|
|
@ -3041,6 +3135,25 @@ module.exports = [
|
|||
'Writer',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Axel Larsson',
|
||||
description: 'Full-stack developer',
|
||||
url: 'https://axellarsson.com/blog/what-i-use/',
|
||||
twitter: '@Axellarsson93',
|
||||
emoji: '🥳',
|
||||
country: 'se',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
'Web',
|
||||
'Vue',
|
||||
'Typescript',
|
||||
'Docker',
|
||||
'Node.js',
|
||||
'IBM i',
|
||||
'Entrepreneur',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Chris Hufnagel',
|
||||
description: 'Front End Developer & Designer',
|
||||
|
|
@ -3481,10 +3594,10 @@ module.exports = [
|
|||
},
|
||||
{
|
||||
name: 'Sean Keever',
|
||||
description: 'Full stack developer.',
|
||||
url: 'https://skies.dev/uses',
|
||||
description: 'Developer. Writer. Tinkerer.',
|
||||
url: 'https://swkeever.com/uses',
|
||||
twitter: '@swkeever',
|
||||
emoji: '⛅',
|
||||
emoji: '🥦',
|
||||
country: '🇺🇸',
|
||||
computer: 'linux',
|
||||
phone: 'iphone',
|
||||
|
|
@ -3547,10 +3660,10 @@ module.exports = [
|
|||
},
|
||||
{
|
||||
name: 'Michael Read',
|
||||
description: 'Full Stack Web and Mobile App Developer.',
|
||||
description: 'Full Stack Web Developer.',
|
||||
url: 'https://www.michaelcread.com/uses',
|
||||
twitter: '@MichaelCRead',
|
||||
emoji: '🚀',
|
||||
emoji: '👨💻',
|
||||
country: '🇺🇸',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
|
|
@ -3564,9 +3677,9 @@ module.exports = [
|
|||
'Cordova',
|
||||
'Java',
|
||||
'Java Spring',
|
||||
'DevOps',
|
||||
'Front End',
|
||||
'Back End',
|
||||
'WordPress',
|
||||
'Full Stack',
|
||||
],
|
||||
},
|
||||
|
|
@ -3759,6 +3872,30 @@ module.exports = [
|
|||
'Streamer',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Ximena Vila Ferral',
|
||||
description: '💻 🎨 A Mexican born, Texas based designer and developer.',
|
||||
url: 'https://ximenavf.com/uses/',
|
||||
twitter: '@ximenavf92',
|
||||
emoji: '💃',
|
||||
country: '🇲🇽',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
'Web Developer',
|
||||
'Front End',
|
||||
'UI',
|
||||
'UX',
|
||||
'Design Systems',
|
||||
'CSS',
|
||||
'JavaScript',
|
||||
'Eleventy',
|
||||
'Jamstack',
|
||||
'PHP',
|
||||
'Sketchnoter',
|
||||
'Accessibility',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Gift Egwuenu',
|
||||
description: '💻Frontend Engineer and Technical Writer.',
|
||||
|
|
@ -4941,6 +5078,16 @@ module.exports = [
|
|||
'Automation',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Manuel Fernandez',
|
||||
description: 'Security Engineer',
|
||||
url: 'https://github.com/teamhanded/uses',
|
||||
emoji: '🍃',
|
||||
country: '🇦🇷',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
tags: ['Security', 'Malware', 'Golang', 'Cloud'],
|
||||
},
|
||||
{
|
||||
name: 'Davy Hausser',
|
||||
description: 'Game Producer. Web Developer, Travel Enthusiast',
|
||||
|
|
@ -6317,30 +6464,6 @@ module.exports = [
|
|||
phone: 'android',
|
||||
tags: ['Student', 'Golang', 'Back End', 'React', 'Linux', 'PostgreSQL'],
|
||||
},
|
||||
{
|
||||
name: 'Ruben Arakelyan',
|
||||
description: 'Web Developer and self builder in Cornwall, UK',
|
||||
url: 'https://ruben.arakelyan.uk/uses/',
|
||||
emoji: '💾',
|
||||
country: '🇬🇧',
|
||||
computer: 'windows',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
'Developer',
|
||||
'Web Developer',
|
||||
'Full Stack',
|
||||
'Ruby',
|
||||
'Ruby on Rails',
|
||||
'Rails',
|
||||
'HTML',
|
||||
'CSS',
|
||||
'JavaScript',
|
||||
'AWS',
|
||||
'DevOps',
|
||||
'SQL',
|
||||
'Self-builder',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Praveen Kumar Purushothaman',
|
||||
description:
|
||||
|
|
@ -7228,6 +7351,34 @@ module.exports = [
|
|||
'CSS',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Moncef AOUDIA',
|
||||
description: 'Software developer - Open-source enthusiast/maintainer',
|
||||
url: 'https://www.maoudia.com/uses',
|
||||
twitter: '@aoudiamoncef',
|
||||
emoji: '👨💻',
|
||||
country: 'FR',
|
||||
computer: 'linux',
|
||||
phone: 'android',
|
||||
tags: [
|
||||
'Apollo',
|
||||
'Back End',
|
||||
'Blogger',
|
||||
'Camel',
|
||||
'Developer',
|
||||
'Full Stack',
|
||||
'GraphQL',
|
||||
'Hugo',
|
||||
'JAMstack',
|
||||
'Java',
|
||||
'Kotlin',
|
||||
'Open Source',
|
||||
'Quarkus',
|
||||
'Reactor',
|
||||
'Speaker',
|
||||
'String Boot',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Adrian Marin',
|
||||
description:
|
||||
|
|
@ -13016,6 +13167,28 @@ module.exports = [
|
|||
'Accessibility',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Simran Raj',
|
||||
description: 'Front End Developer',
|
||||
url: 'https://www.simranraj.in/',
|
||||
emoji: '🤓',
|
||||
country: '🇮🇳',
|
||||
computer: 'apple',
|
||||
phone: 'android',
|
||||
tags: [
|
||||
'Front End',
|
||||
'Developer',
|
||||
'Designer',
|
||||
'Angular',
|
||||
'JavaScript',
|
||||
'React',
|
||||
'Typescript',
|
||||
'GraphQL',
|
||||
'Bootstrap',
|
||||
'Problem Solver',
|
||||
'Gamer',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Stan Lo',
|
||||
description: 'Developer at Ticketsolve, creator of Goby',
|
||||
|
|
@ -13046,6 +13219,26 @@ module.exports = [
|
|||
'JavaScript',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Vista1nik',
|
||||
description: 'Software Engineer',
|
||||
url: 'https://vista1nik.com/uses',
|
||||
twitter: '@vista1nik',
|
||||
emoji: '✨',
|
||||
country: '🇷🇺',
|
||||
computer: 'linux',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
'Next',
|
||||
'React',
|
||||
'MDX',
|
||||
'Full Stack',
|
||||
'UI/UX',
|
||||
'JavaScript',
|
||||
'React Native',
|
||||
'Expo',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Lee Robinson',
|
||||
description: 'Developer, writer, creator. Solutions Architect @ Vercel.',
|
||||
|
|
@ -13342,6 +13535,30 @@ module.exports = [
|
|||
'Bulma',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Paul Mowat',
|
||||
description:
|
||||
'A passionate developer who likes learning new technologies. Currently Principal DevOps Architect @ Advanced',
|
||||
url: 'https://www.paulmowat.co.uk/uses/',
|
||||
emoji: '🥃',
|
||||
country: 'GB',
|
||||
computer: 'windows',
|
||||
phone: 'android',
|
||||
tags: [
|
||||
'JavaScript',
|
||||
'Programmer',
|
||||
'Full Stack',
|
||||
'JavaScript',
|
||||
'Node.js',
|
||||
'Next.js',
|
||||
'Tailwind CSS',
|
||||
'Serverless',
|
||||
'VS Code',
|
||||
'Windows',
|
||||
'AWS',
|
||||
'DevOps',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Luigi Cruz',
|
||||
description: 'Software developer with a focus on the Web.',
|
||||
|
|
|
|||
Loading…
Reference in a new issue