From 4fb4978035dafb2c34c91659d1ec93c05aba2e0f Mon Sep 17 00:00:00 2001 From: Marcus Date: Fri, 10 Jan 2020 22:50:51 +0100 Subject: [PATCH 01/23] Added myself --- src/data.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/data.js b/src/data.js index 7e676ff6..f4ab7b40 100644 --- a/src/data.js +++ b/src/data.js @@ -2064,6 +2064,23 @@ const pages = [ 'YouTuber', ], }, + { + name: 'Marcus Obst', + description: 'Webdeveloper, Music Lover', + url: 'https://marcus-obst.de/uses', + emoji: '🍊', + country: 'πŸ‡©πŸ‡ͺ', + computer: 'windows', + phone: 'iphone', + tags: [ + 'Developer', + 'Full Stack', + 'PHP', + 'JavaScript', + 'CSS', + 'Vue + ], + }, ]; export default pages; From 8d78fab0881f21464563f5130da18c8429699cdc Mon Sep 17 00:00:00 2001 From: Marcus Date: Fri, 10 Jan 2020 22:55:14 +0100 Subject: [PATCH 02/23] fix json --- src/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.js b/src/data.js index f4ab7b40..10db5659 100644 --- a/src/data.js +++ b/src/data.js @@ -2080,7 +2080,7 @@ const pages = [ 'CSS', 'Vue ], - }, + } ]; export default pages; From 5dce8f75410ed342daf8275b62139c7ca5fe8293 Mon Sep 17 00:00:00 2001 From: Marcus Date: Fri, 10 Jan 2020 22:59:54 +0100 Subject: [PATCH 03/23] fix json --- src/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.js b/src/data.js index 10db5659..f22e805d 100644 --- a/src/data.js +++ b/src/data.js @@ -2078,7 +2078,7 @@ const pages = [ 'PHP', 'JavaScript', 'CSS', - 'Vue + 'Vue' ], } ]; From 48edfceebd7faefcf1974a359c4dee4292ad364c Mon Sep 17 00:00:00 2001 From: Sam Cross Date: Fri, 10 Jan 2020 22:16:38 +0000 Subject: [PATCH 04/23] removed non-uses entries --- src/data.js | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) diff --git a/src/data.js b/src/data.js index 7e676ff6..e9a83503 100644 --- a/src/data.js +++ b/src/data.js @@ -353,26 +353,6 @@ const pages = [ 'Golang', ], }, - { - name: 'Rick Calder', - description: - 'Full Stack Developer, Amateur Writer mostly hockey and development, Hack Musician', - url: 'https://calder.io', - twitter: '@calder12', - emoji: 'πŸ€·πŸΎβ€β™‚οΈ', - country: 'πŸ‡¨πŸ‡¦', - computer: 'windows', - phone: 'android', - tags: [ - 'Full Stack', - 'Developer', - 'Web Developer', - 'JavaScript', - 'PHP', - 'Elixir', - 'Go', - ], - }, { name: 'Lauro Silva', description: 'Software Engineer and Technical Writer', @@ -1050,17 +1030,6 @@ const pages = [ 'JavaScript', ], }, - { - name: 'Douglas Andreani', - description: 'Software Engineer and Tinkerer', - url: 'https://andreanidr.com', - twitter: '@andreanidouglas', - emoji: 'πŸ±β€πŸ‰', - country: 'πŸ‡§πŸ‡·', - computer: 'linux', - phone: 'android', - tags: ['Developer', 'Back End', 'C', 'Go', 'Rust', 'C#'], - }, { name: 'Byurhan Beyzat', description: 'Front-End Developer. Engineer. Occasional blogger.', @@ -1230,24 +1199,6 @@ const pages = [ 'Docker', ], }, - { - name: 'Mike Williamson', - description: 'Into IoT, BLE, node.js, Android and iOS native apps', - url: 'http://dikuw.com/', - twitter: '@dikuw', - emoji: 'πŸ’»', - country: 'πŸ‡ΊπŸ‡Έ', - computer: 'windows', - phone: 'iphone', - tags: [ - 'Developer', - 'Full Stack', - 'Entrepreneur', - 'JavaScript', - 'Node', - 'CSS', - ], - }, { name: 'Roman Husar', description: 'Tinkering, all the time.', From 0710829af13afcd907395e0c4bcd0462f2bf5497 Mon Sep 17 00:00:00 2001 From: Alejandro Garcia Anglada Date: Fri, 10 Jan 2020 22:22:39 +0000 Subject: [PATCH 05/23] Added aganglada --- src/data.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/data.js b/src/data.js index 7e676ff6..fc39e832 100644 --- a/src/data.js +++ b/src/data.js @@ -2064,6 +2064,31 @@ const pages = [ 'YouTuber', ], }, + { + name: 'Alejandro G. Anglada', + description: + 'Dad πŸ‘ͺπŸ”₯⚑️ Web Engineer βš›οΈπŸš€ #typescript all over the place πŸ‘Œ', + url: 'https://aganglada.com/uses/', + twitter: '@aganglada', + emoji: 'πŸ”₯', + country: 'πŸ‡ͺπŸ‡Έ', + computer: 'apple', + phone: 'iphone', + tags: [ + 'Engineer', + 'Front End', + 'Mentor', + 'YouTuber', + 'Writer', + 'JavaScript', + 'TypeScript', + 'Performance', + 'PWA', + 'React', + 'Node', + 'CSS', + ], + }, ]; export default pages; From 99544ac6a8c4b7b89f532c1893a69c4ce38b76b1 Mon Sep 17 00:00:00 2001 From: Eric McCormick Date: Fri, 10 Jan 2020 16:41:01 -0600 Subject: [PATCH 06/23] adds @edm00se it me --- src/data.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/data.js b/src/data.js index 7e676ff6..017cc106 100644 --- a/src/data.js +++ b/src/data.js @@ -2064,6 +2064,28 @@ const pages = [ 'YouTuber', ], }, + { + name: 'Eric McCormick', + description: + 'Software Developer, IBM Champion, coffee lover, dabbler in all things technology, hobbyist 3d design and printing', + url: 'https://edm00se.codes/uses/', + twitter: '@edm00se', + emoji: 'πŸ€”', + country: 'πŸ‡ΊπŸ‡Έ', + computer: 'apple', + phone: 'iphone', + tags: [ + 'Developer', + 'Full Stack', + 'Blogger', + 'Speaker', + 'YouTuber', + 'JavaScript', + 'Vue', + 'Node', + 'CSS' + ], + }, ]; export default pages; From 60bb48bbc1d3b9c8625976cd7bd5785c104cdf76 Mon Sep 17 00:00:00 2001 From: Antoni Kepinski Date: Fri, 10 Jan 2020 23:43:25 +0100 Subject: [PATCH 07/23] Added myself --- src/data.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/data.js b/src/data.js index 7e676ff6..0ddd405b 100644 --- a/src/data.js +++ b/src/data.js @@ -2064,6 +2064,25 @@ const pages = [ 'YouTuber', ], }, + { + name: 'Antoni Kepinski', + description: + 'Node Fetch maintainer // Into Node.js and Rust', + url: 'https://kepinski.me/uses/', + twitter: '@dokwadratu', + emoji: '⚑', + country: 'πŸ‡΅πŸ‡±', + computer: 'linux', + phone: 'iphone', + tags: [ + 'JavaScript', + 'Developer', + 'TypeScript', + 'React', + 'Rust', + 'Node' + ], + }, ]; export default pages; From 15bc253302308b5c42b82539fc384c6e83246362 Mon Sep 17 00:00:00 2001 From: Sam Cross Date: Sat, 11 Jan 2020 00:18:10 +0000 Subject: [PATCH 08/23] add sam-cross.github.io/uses --- src/data.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/data.js b/src/data.js index e9a83503..8b38a2f9 100644 --- a/src/data.js +++ b/src/data.js @@ -78,6 +78,23 @@ const pages = [ 'Blogger', ], }, + { + name: 'Sam Cross', + description: '"Developer", IT student, frequent traveller by coach, addicted to music.', + url: 'https://sam-cross.github.io/uses', + twitter: '@samcrxss', + emoji: '🎡', + country: 'πŸ‡¬πŸ‡§', + computer: 'windows', + phone: 'android', + tags: [ + 'Developer', + 'JavaScript', + 'React', + 'Node', + 'CSS', + ] + }, { name: 'Praveen Kumar Purushothaman', description: From b2e558282b174351cc9ad28416bd406661fa6060 Mon Sep 17 00:00:00 2001 From: Steve Date: Sat, 11 Jan 2020 11:29:09 +0800 Subject: [PATCH 09/23] removed duplicate tags, like JavaScript and Javascript --- src/data.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/data.js b/src/data.js index 7e676ff6..e06fc5e5 100644 --- a/src/data.js +++ b/src/data.js @@ -569,8 +569,8 @@ const pages = [ 'Teacher', 'Back End', 'Laravel', - 'Vuejs', - 'Tailwindcss', + 'Vue', + 'Tailwind CSS', 'PHP', 'JavaScript', ], @@ -863,7 +863,7 @@ const pages = [ 'Full Stack', 'Engineer', 'JavaScript', - 'Typescript', + 'TypeScript', 'React', 'Accessibility', 'Performance', @@ -1092,7 +1092,7 @@ const pages = [ phone: 'android', tags: [ 'Developer', - 'Javascript', + 'JavaScript', 'Front End', 'BackEnd', 'Community', @@ -1544,12 +1544,12 @@ const pages = [ 'Engineer', 'Teacher', 'Blogger', - 'Javascript', + 'JavaScript', 'Node', - 'Typescript', + 'TypeScript', 'PHP', 'React', - 'GraphQl', + 'GraphQL', 'GatsbyJs', ], }, @@ -1566,8 +1566,8 @@ const pages = [ 'Developer', 'Angular', 'YouTuber', - 'Typescript', - 'Javascript', + 'TypeScript', + 'JavaScript', 'CSS', 'Node', 'Teacher', @@ -1892,7 +1892,7 @@ const pages = [ tags: [ 'Developer', 'Full Stack', - 'Graphql', + 'GraphQL', 'Teacher', 'Speaker', 'JavaScript', From 0ff662c6c41bcb88c250344f66ad41fec42a785e Mon Sep 17 00:00:00 2001 From: Philip Theobald Date: Fri, 10 Jan 2020 23:46:41 -0600 Subject: [PATCH 10/23] Added Philip Theobald --- src/data.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/data.js b/src/data.js index 7e676ff6..4d8d1ced 100644 --- a/src/data.js +++ b/src/data.js @@ -2064,6 +2064,22 @@ const pages = [ 'YouTuber', ], }, + { + name: 'Philip Theobald', + description: 'Guitar player, motorcyclist, software engineer, entreprenuer', + url: 'https://www.philiptheobald.com/uses/', + twitter: '@fylzero', + emoji: 'πŸ€‘', + country: 'πŸ‡ΊπŸ‡Έ', + computer: 'apple', + phone: 'android', + tags: [ + 'Software Engineer', + 'Laravel', + 'Vue', + 'WordPress' + ], + }, ]; export default pages; From 1acbdaffd069c85ba5f9ce3958dfe7034812a358 Mon Sep 17 00:00:00 2001 From: Thomas Maximini Date: Sat, 11 Jan 2020 10:29:53 +0100 Subject: [PATCH 11/23] added tmaximini --- src/data.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/data.js b/src/data.js index 7e676ff6..c522438f 100644 --- a/src/data.js +++ b/src/data.js @@ -2064,6 +2064,17 @@ const pages = [ 'YouTuber', ], }, + { + name: 'Thomas Maximini', + description: 'Freelance software developer from Germany.', + url: 'https://www.maxi.io/uses/', + twitter: '@tmaximini', + emoji: '🐍', + country: 'πŸ‡©πŸ‡ͺ', + computer: 'apple', + phone: 'iphone', + tags: ['JavaScript', 'React', 'Blogger', 'GraphQL', 'serverless', 'Node', 'Full Stack'] + } ]; export default pages; From c22fcc08b917201538f9d6c09c3e9b362ff8a7a5 Mon Sep 17 00:00:00 2001 From: Alejandro Garcia Anglada Date: Sat, 11 Jan 2020 18:24:09 +0000 Subject: [PATCH 12/23] Added aganglada to readme --- readme.md | 69 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 35 insertions(+), 34 deletions(-) diff --git a/readme.md b/readme.md index 9ec85c64..cfd2a268 100644 --- a/readme.md +++ b/readme.md @@ -1,34 +1,34 @@ -# β†’ Visit [uses.tech](https://uses.tech) for a good time - -A list of `/uses` pages detailing developer setups, gear, software and configs. - -Add your own `/uses` page in [data.js](https://github.com/wesbos/awesome-uses/blob/master/src/data.js). - -This readme is auto-generated from the data.js file, so please don't PR this file. - -``` - β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆ β–ˆβ–„ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–„ β–„β–„β–„β–„β–ˆβ–ˆβ–ˆβ–„β–„β–„β–„ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ - β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–€β–€β–€β–ˆβ–ˆβ–ˆβ–€β–€β–€β–ˆβ–ˆβ–„ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ - β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–€ - β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–„β–„β–„ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–„β–„β–„ -β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–€β–€β–ˆβ–ˆβ–ˆβ–€β–€β–€ β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–€β–€β–ˆβ–ˆβ–ˆβ–€β–€β–€ - β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–„ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–„ - β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆβ–„ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ - β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–€β–ˆβ–ˆβ–ˆβ–€β–ˆβ–ˆβ–ˆβ–€ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€ β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€ β–€β–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ - -β–ˆβ–ˆβ–ˆ β–ˆβ–„ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ -β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ -β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–ˆβ–ˆβ–ˆ β–ˆβ–€ -β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–„β–„β–„ β–ˆβ–ˆβ–ˆ -β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–€β–€β–ˆβ–ˆβ–ˆβ–€β–€β–€ β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ -β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–„ β–ˆβ–ˆβ–ˆ -β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆ β–ˆβ–ˆβ–ˆ -β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€ - -``` - -# Awesome Uses ![Awesome][awesome-badge] - +# β†’ Visit [uses.tech](https://uses.tech) for a good time + +A list of `/uses` pages detailing developer setups, gear, software and configs. + +Add your own `/uses` page in [data.js](https://github.com/wesbos/awesome-uses/blob/master/src/data.js). + +This readme is auto-generated from the data.js file, so please don't PR this file. + +``` + β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆ β–ˆβ–„ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–„ β–„β–„β–„β–„β–ˆβ–ˆβ–ˆβ–„β–„β–„β–„ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ + β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–€β–€β–€β–ˆβ–ˆβ–ˆβ–€β–€β–€β–ˆβ–ˆβ–„ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ + β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–€ + β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–„β–„β–„ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–„β–„β–„ +β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–€β–€β–ˆβ–ˆβ–ˆβ–€β–€β–€ β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–€β–€β–ˆβ–ˆβ–ˆβ–€β–€β–€ + β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–„ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–„ + β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆβ–„ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ + β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–€β–ˆβ–ˆβ–ˆβ–€β–ˆβ–ˆβ–ˆβ–€ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€ β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€ β–€β–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ + +β–ˆβ–ˆβ–ˆ β–ˆβ–„ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ +β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ +β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–ˆβ–ˆβ–ˆ β–ˆβ–€ +β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–„β–„β–„ β–ˆβ–ˆβ–ˆ +β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–€β–€β–ˆβ–ˆβ–ˆβ–€β–€β–€ β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ +β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–„ β–ˆβ–ˆβ–ˆ +β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆ β–ˆβ–ˆβ–ˆ +β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€ + +``` + +# Awesome Uses ![Awesome][awesome-badge] + * [Wes Bos](https://wesbos.com/uses) β€” Maker of this site. Web Developer, Tutorial Maker, Syntax.fm Podcaster, BBQ Lover * [Jason Cory Alvernaz](https://jasoncoryalvernaz.com/uses) β€” Web Developer, Blogger, YouTuber, and Dog Lover. Not necessarily in that order. * [Alessia Bellisario](https://aless.co/uses) β€” Web engineer, mechanical keyboard builder, plotter art maker. @@ -134,6 +134,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [Elliot Bonneville](https://elliotbonneville.com/uses) β€” Freelance Web Developer / Consultant, educator, lover of coffee, cats, and writing of all kinds. * [John Garrett](https://johngarrett.dev/uses) β€” Arch Duke of Computering, Full Stack Instructor * [Dieter Stinglhamber](https://www.dieterstinglhamber.me/uses/) β€” Developer, human, nerd. -* [Thomas Weibenfalk](https://www.weibenfalk.com/uses/) β€” Passionate developer, course creator, youtuber, designer and musician from Sweden - -[awesome-badge]: https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg +* [Thomas Weibenfalk](https://www.weibenfalk.com/uses/) β€” Passionate developer, course creator, youtuber, designer and musician from Sweden +* [Alejandro G. Anglada](https://aganglada.com/uses) - Dad πŸ‘ͺπŸ”₯⚑️ Web Engineer βš›οΈπŸš€ #typescript all over the place πŸ‘Œ + +[awesome-badge]: https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg From 12558c0a0d01f8807a8ff1ee826689e90c279011 Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Sun, 12 Jan 2020 14:44:37 +0100 Subject: [PATCH 13/23] removed dead entry --- src/data.js | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/data.js b/src/data.js index 7e676ff6..f4958605 100644 --- a/src/data.js +++ b/src/data.js @@ -1398,26 +1398,6 @@ const pages = [ 'GraphQL', ], }, - { - name: 'Andrej Jovanovic', - description: 'DevOps System Engineer, Coder, Hardworker', - url: 'https://blog.andrejjovanovic.com/uses', - twitter: '@andrejovanovic1', - emoji: 'πŸ’‘', - country: 'πŸ‡­πŸ‡·', - computer: 'windows', - phone: 'android', - tags: [ - 'DevOps', - 'Engineer', - 'Designer', - 'Full Stack', - 'JavaScript', - 'React', - 'Python', - 'Go', - ], - }, { name: 'Josh Farrant', description: From 70e9d3e63e74b9ea01c9a7eb84f53f99fa2054c8 Mon Sep 17 00:00:00 2001 From: Pawel Grzybek Date: Mon, 13 Jan 2020 14:10:38 +0000 Subject: [PATCH 14/23] Add Pawel Grzybek --- src/data.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/data.js b/src/data.js index 7e676ff6..473fb6e1 100644 --- a/src/data.js +++ b/src/data.js @@ -2064,6 +2064,27 @@ const pages = [ 'YouTuber', ], }, + { + name: 'Pawel Grzybek', + description: 'Software Engineer', + url: 'https://pawelgrzybek.com/uses/', + twitter: '@pawelgrzybek', + emoji: 'πŸ₯‘', + country: 'πŸ‡΅πŸ‡±', + computer: 'apple', + phone: 'iphone', + tags: [ + 'HTML', + 'CSS', + 'JavaScript', + 'Node', + 'Software Engineer', + 'Front End', + 'Back End', + 'Full Stack', + 'Blogger', + ], + }, ]; export default pages; From 4b539858cb1f539301147e19fd066d7f20d02b5c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 13 Jan 2020 14:22:35 +0000 Subject: [PATCH 15/23] chore: generate `readme.md` --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9ec85c64..1104b9fc 100644 --- a/readme.md +++ b/readme.md @@ -134,6 +134,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [Elliot Bonneville](https://elliotbonneville.com/uses) β€” Freelance Web Developer / Consultant, educator, lover of coffee, cats, and writing of all kinds. * [John Garrett](https://johngarrett.dev/uses) β€” Arch Duke of Computering, Full Stack Instructor * [Dieter Stinglhamber](https://www.dieterstinglhamber.me/uses/) β€” Developer, human, nerd. -* [Thomas Weibenfalk](https://www.weibenfalk.com/uses/) β€” Passionate developer, course creator, youtuber, designer and musician from Sweden +* [Thomas Weibenfalk](https://www.weibenfalk.com/uses/) β€” Passionate developer, course creator, youtuber, designer and musician from Sweden +* [Pawel Grzybek](https://pawelgrzybek.com/uses/) β€” Software Engineer [awesome-badge]: https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg From c4583afb03a78825e2b83da2ed558b585f61338c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 13 Jan 2020 14:27:46 +0000 Subject: [PATCH 16/23] chore: generate `readme.md` --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 1104b9fc..8869e207 100644 --- a/readme.md +++ b/readme.md @@ -103,7 +103,6 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [Scott Spence](https://scottspence.me#uses) β€” Father, husband πŸ‘¨β€πŸ‘©β€πŸ‘§ Web Developer. Just In Time learner ❀️ πŸ‘ http://my.pronoun.is/he * [Georgi Yanev](https://gyanev.com/uses/) β€” Software Engineer, FPV Drone Pilot, Blogger, YouTuber * [Karl Horky](https://github.com/karlhorky/uses/blob/master/readme.md) β€” Founder, Teacher at https://upleveled.io -* [Andrej Jovanovic](https://blog.andrejjovanovic.com/uses) β€” DevOps System Engineer, Coder, Hardworker * [Josh Farrant](https://farrant.me/uses) β€” Full-Stack JavaScript developer, creator of Shortcuts JS, astrophysicist and private pilot. I turn coffee, alchemy-like, into code. * [Martin Chammah](https://martinchammah.dev/uses) β€” Full Stack Gatsby Developer @ ecomerciar * [Pedro AssunΓ§Γ£o](https://pedroassuncao.com/pages/uses) β€” Senior Fullstack Software Developer, Tutorial Maker, Blogger From 34a883061eccb1f33a2009fa1f4f68d3d4811140 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 13 Jan 2020 14:29:45 +0000 Subject: [PATCH 17/23] chore: generate `readme.md` --- readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 8869e207..fbafba6c 100644 --- a/readme.md +++ b/readme.md @@ -32,6 +32,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [Wes Bos](https://wesbos.com/uses) β€” Maker of this site. Web Developer, Tutorial Maker, Syntax.fm Podcaster, BBQ Lover * [Jason Cory Alvernaz](https://jasoncoryalvernaz.com/uses) β€” Web Developer, Blogger, YouTuber, and Dog Lover. Not necessarily in that order. * [Alessia Bellisario](https://aless.co/uses) β€” Web engineer, mechanical keyboard builder, plotter art maker. +* [Sam Cross](https://sam-cross.github.io/uses) β€” "Developer", IT student, frequent traveller by coach, addicted to music. * [Praveen Kumar Purushothaman](https://blog.praveen.science/my-personal-development-environment/) β€” Cook, Cat Lover, Front End Architect, Full Stack Web Developer Evangelist & Cloud Computing Consultant. * [Rene Pot](https://renepot.com/uses) β€” Developer Evangelist, JavaScript Developer, Cross-Platform App Developer and gamer * [Gant Laborde](http://gantlaborde.com/uses/) β€” Speaker, GDE Web/ML, Podcaster, Trainer, Speaker, Author, Podcaster @@ -46,7 +47,6 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [Josiah Wiebe](https://jwie.be/uses/) β€” Designer & developer, lifelong learner. * [Benjamin Lannon](https://lannonbr.com/uses/) β€” Web Developer, Open Source Contributor, Livestreamer * [Braden Watkins](https://bradenwatkins.dev/uses) β€” Student, Full Stack Developer, Lover of all things analog -* [Rick Calder](https://calder.io) β€” Full Stack Developer, Amateur Writer mostly hockey and development, Hack Musician * [Lauro Silva](https://laurosilva.com/uses) β€” Software Engineer and Technical Writer * [Nuno Maduro](https://nunomaduro.com/uses/) β€” Software engineer, Open Source contributor, Speaker * [Adrian Marin](https://adrianthedev.com/uses) β€” Product-Minded Software Engineer, Digital nomad, no-nonsense enjoyer of life, friends and family. @@ -86,7 +86,6 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [Erno Salo](https://endormi.io/uses/) β€” Full Stack Developer and Open Source Contributor * [Gokulakrishnan Kalaikovan](https://gokul.site/uses) β€” Web Developer, GDE, Open Source contributor, Speaker * [James Brooks](https://james.brooks.page/uses/) β€” Software Developer at Laravel and Podcaster -* [Douglas Andreani](https://andreanidr.com) β€” Software Engineer and Tinkerer * [Byurhan Beyzat](https://byurhanbeyzat.com/uses) β€” Front-End Developer. Engineer. Occasional blogger. * [Richard Palacios G.](https://www.richardpalaciosg.dev/uses) β€” Web Developer, passionate apprentice, Community co-organizer * [Mike Barkmin](https://www.barkmin.eu/uses/) β€” I'm a passionate developer and researcher at the University of Duisburg-Essen at the chair of Computer Science Education. @@ -95,7 +94,6 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [Diego Vazquez](https://gist.github.com/diurivj/78ca931c4b20dca1e1e13982fa9c309d) β€” Young guy who loves code. Full Stack Web Developer. Lead Teacher @ Ironhack * [Rafael Quintanilha](https://rafaelquintanilha.com/about#uses) β€” Software Engineer. Blogs about Web Development, Front-end, React, UI/UX, Accessibility. * [Ben Leivian](https://benleivian.com/uses) β€” A β€œseasoned” full-stack developer & visual designer πŸ” -* [Mike Williamson](http://dikuw.com/) β€” Into IoT, BLE, node.js, Android and iOS native apps * [Roman Husar](https://seemslikelegit.com/uses) β€” Tinkering, all the time. * [Stephen Senkomago Musoke](https://ssmusoke.com/uses) β€” Software Engineer, eHealth Technologist, PHP Lover by night, Muganda, Goat Meat for Life, Coffee Drinker * [JΓ©rΓ©my Mouzin](https://jeremymouzin.com/uses) β€” Software Engineer, Tutorial Maker, Entrepreneur, Blogger From 2b1f09995edfa062e02407f8967abac2e3659d05 Mon Sep 17 00:00:00 2001 From: Eric McCormick Date: Mon, 13 Jan 2020 08:39:01 -0600 Subject: [PATCH 18/23] fix validation error after merging good ol' conflict handling --- src/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.js b/src/data.js index d068a0d1..1b28c49b 100644 --- a/src/data.js +++ b/src/data.js @@ -2053,7 +2053,7 @@ const pages = [ 'Vue', 'Node', 'CSS' - }, + } ]; export default pages; From ce522c2c2e7aad855c45c86c09da7e32c6aa1b72 Mon Sep 17 00:00:00 2001 From: Eric McCormick Date: Mon, 13 Jan 2020 08:41:48 -0600 Subject: [PATCH 19/23] fix the fix derp --- src/data.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/data.js b/src/data.js index 1b28c49b..234e3365 100644 --- a/src/data.js +++ b/src/data.js @@ -2035,8 +2035,7 @@ const pages = [ }, { name: 'Eric McCormick', - description: - 'Software Developer, IBM Champion, coffee lover, dabbler in all things technology, hobbyist 3d design and printing', + description: 'Software Developer, IBM Champion, coffee lover, dabbler in all things technology, hobbyist 3d design and printing', url: 'https://edm00se.codes/uses/', twitter: '@edm00se', emoji: 'πŸ€”', @@ -2052,8 +2051,9 @@ const pages = [ 'JavaScript', 'Vue', 'Node', - 'CSS' - } + 'CSS', + ] + }, ]; export default pages; From f16d1a964dade45541e09850eb701737fa5e0b4d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 13 Jan 2020 16:24:38 +0000 Subject: [PATCH 20/23] chore: generate `readme.md` --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index fbafba6c..26467785 100644 --- a/readme.md +++ b/readme.md @@ -132,6 +132,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [John Garrett](https://johngarrett.dev/uses) β€” Arch Duke of Computering, Full Stack Instructor * [Dieter Stinglhamber](https://www.dieterstinglhamber.me/uses/) β€” Developer, human, nerd. * [Thomas Weibenfalk](https://www.weibenfalk.com/uses/) β€” Passionate developer, course creator, youtuber, designer and musician from Sweden +* [Marcus Obst](https://marcus-obst.de/uses) β€” Webdeveloper, Music Lover * [Pawel Grzybek](https://pawelgrzybek.com/uses/) β€” Software Engineer [awesome-badge]: https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg From f93f80c3565a2bed771c24ae25a08607b3052bae Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 13 Jan 2020 16:27:16 +0000 Subject: [PATCH 21/23] chore: generate `readme.md` --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 26467785..fda62a76 100644 --- a/readme.md +++ b/readme.md @@ -133,6 +133,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [Dieter Stinglhamber](https://www.dieterstinglhamber.me/uses/) β€” Developer, human, nerd. * [Thomas Weibenfalk](https://www.weibenfalk.com/uses/) β€” Passionate developer, course creator, youtuber, designer and musician from Sweden * [Marcus Obst](https://marcus-obst.de/uses) β€” Webdeveloper, Music Lover -* [Pawel Grzybek](https://pawelgrzybek.com/uses/) β€” Software Engineer +* [Pawel Grzybek](https://pawelgrzybek.com/uses/) β€” Software Engineer +* [Eric McCormick](https://edm00se.codes/uses/) β€” Software Developer, IBM Champion, coffee lover, dabbler in all things technology, hobbyist 3d design and printing [awesome-badge]: https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg From 03cadafd9c949f4713671d075e0f393a76266cda Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 13 Jan 2020 16:29:17 +0000 Subject: [PATCH 22/23] chore: generate `readme.md` --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index fda62a76..f3c23555 100644 --- a/readme.md +++ b/readme.md @@ -132,6 +132,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [John Garrett](https://johngarrett.dev/uses) β€” Arch Duke of Computering, Full Stack Instructor * [Dieter Stinglhamber](https://www.dieterstinglhamber.me/uses/) β€” Developer, human, nerd. * [Thomas Weibenfalk](https://www.weibenfalk.com/uses/) β€” Passionate developer, course creator, youtuber, designer and musician from Sweden +* [Antoni Kepinski](https://kepinski.me/uses/) β€” Node Fetch maintainer // Into Node.js and Rust * [Marcus Obst](https://marcus-obst.de/uses) β€” Webdeveloper, Music Lover * [Pawel Grzybek](https://pawelgrzybek.com/uses/) β€” Software Engineer * [Eric McCormick](https://edm00se.codes/uses/) β€” Software Developer, IBM Champion, coffee lover, dabbler in all things technology, hobbyist 3d design and printing From 3bc96cc0e79fa80266118b1788e468ef6a701f43 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 13 Jan 2020 16:31:06 +0000 Subject: [PATCH 23/23] chore: generate `readme.md` --- readme.md | 70 +++++++++++++++++++++++++++---------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/readme.md b/readme.md index fbc6bfd6..93108353 100644 --- a/readme.md +++ b/readme.md @@ -1,34 +1,34 @@ -# β†’ Visit [uses.tech](https://uses.tech) for a good time - -A list of `/uses` pages detailing developer setups, gear, software and configs. - -Add your own `/uses` page in [data.js](https://github.com/wesbos/awesome-uses/blob/master/src/data.js). - -This readme is auto-generated from the data.js file, so please don't PR this file. - -``` - β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆ β–ˆβ–„ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–„ β–„β–„β–„β–„β–ˆβ–ˆβ–ˆβ–„β–„β–„β–„ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ - β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–€β–€β–€β–ˆβ–ˆβ–ˆβ–€β–€β–€β–ˆβ–ˆβ–„ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ - β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–€ - β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–„β–„β–„ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–„β–„β–„ -β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–€β–€β–ˆβ–ˆβ–ˆβ–€β–€β–€ β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–€β–€β–ˆβ–ˆβ–ˆβ–€β–€β–€ - β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–„ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–„ - β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆβ–„ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ - β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–€β–ˆβ–ˆβ–ˆβ–€β–ˆβ–ˆβ–ˆβ–€ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€ β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€ β–€β–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ - -β–ˆβ–ˆβ–ˆ β–ˆβ–„ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ -β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ -β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–ˆβ–ˆβ–ˆ β–ˆβ–€ -β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–„β–„β–„ β–ˆβ–ˆβ–ˆ -β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–€β–€β–ˆβ–ˆβ–ˆβ–€β–€β–€ β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ -β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–„ β–ˆβ–ˆβ–ˆ -β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆ β–ˆβ–ˆβ–ˆ -β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€ - -``` - -# Awesome Uses ![Awesome][awesome-badge] - +# β†’ Visit [uses.tech](https://uses.tech) for a good time + +A list of `/uses` pages detailing developer setups, gear, software and configs. + +Add your own `/uses` page in [data.js](https://github.com/wesbos/awesome-uses/blob/master/src/data.js). + +This readme is auto-generated from the data.js file, so please don't PR this file. + +``` + β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆ β–ˆβ–„ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–„ β–„β–„β–„β–„β–ˆβ–ˆβ–ˆβ–„β–„β–„β–„ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ + β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–€β–€β–€β–ˆβ–ˆβ–ˆβ–€β–€β–€β–ˆβ–ˆβ–„ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ + β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–€ + β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–„β–„β–„ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–„β–„β–„ +β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–€β–€β–ˆβ–ˆβ–ˆβ–€β–€β–€ β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–€β–€β–ˆβ–ˆβ–ˆβ–€β–€β–€ + β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–„ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–„ + β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆβ–„ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ + β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–€β–ˆβ–ˆβ–ˆβ–€β–ˆβ–ˆβ–ˆβ–€ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€ β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€ β–€β–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ + +β–ˆβ–ˆβ–ˆ β–ˆβ–„ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ +β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ +β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–ˆβ–ˆβ–ˆ β–ˆβ–€ β–ˆβ–ˆβ–ˆ β–ˆβ–€ +β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–„β–„β–„ β–ˆβ–ˆβ–ˆ +β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–€β–€β–ˆβ–ˆβ–ˆβ–€β–€β–€ β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ +β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–„ β–ˆβ–ˆβ–ˆ +β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–„β–ˆ β–ˆβ–ˆβ–ˆ +β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€ + +``` + +# Awesome Uses ![Awesome][awesome-badge] + * [Wes Bos](https://wesbos.com/uses) β€” Maker of this site. Web Developer, Tutorial Maker, Syntax.fm Podcaster, BBQ Lover * [Jason Cory Alvernaz](https://jasoncoryalvernaz.com/uses) β€” Web Developer, Blogger, YouTuber, and Dog Lover. Not necessarily in that order. * [Alessia Bellisario](https://aless.co/uses) β€” Web engineer, mechanical keyboard builder, plotter art maker. @@ -132,10 +132,10 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [John Garrett](https://johngarrett.dev/uses) β€” Arch Duke of Computering, Full Stack Instructor * [Dieter Stinglhamber](https://www.dieterstinglhamber.me/uses/) β€” Developer, human, nerd. * [Thomas Weibenfalk](https://www.weibenfalk.com/uses/) β€” Passionate developer, course creator, youtuber, designer and musician from Sweden -* [Alejandro G. Anglada](https://aganglada.com/uses) - Dad πŸ‘ͺπŸ”₯⚑️ Web Engineer βš›οΈπŸš€ #typescript all over the place πŸ‘Œ +* [Alejandro G. Anglada](https://aganglada.com/uses/) β€” Dad πŸ‘ͺπŸ”₯⚑️ Web Engineer βš›οΈπŸš€ #typescript all over the place πŸ‘Œ * [Antoni Kepinski](https://kepinski.me/uses/) β€” Node Fetch maintainer // Into Node.js and Rust * [Marcus Obst](https://marcus-obst.de/uses) β€” Webdeveloper, Music Lover * [Pawel Grzybek](https://pawelgrzybek.com/uses/) β€” Software Engineer -* [Eric McCormick](https://edm00se.codes/uses/) β€” Software Developer, IBM Champion, coffee lover, dabbler in all things technology, hobbyist 3d design and printing - -[awesome-badge]: https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg +* [Eric McCormick](https://edm00se.codes/uses/) β€” Software Developer, IBM Champion, coffee lover, dabbler in all things technology, hobbyist 3d design and printing + +[awesome-badge]: https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg