From 788aa1925b2c23893433a74730e310bf2eee39b6 Mon Sep 17 00:00:00 2001 From: Florin Date: Fri, 3 Mar 2023 17:42:11 -0800 Subject: [PATCH 1/7] Add @starter_place --- src/data.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/data.js b/src/data.js index 2cee161d..564f6a6c 100644 --- a/src/data.js +++ b/src/data.js @@ -313,6 +313,23 @@ module.exports = [ 'Designer', ], }, + { + name: 'starter.place', + description: 'Starter repos', + url: 'https://www.starter.place/uses/', + twitter: '@starter_place', + emoji: '๐ŸŒฑ', + country: '๐Ÿ‡บ๐Ÿ‡ธ', + computer: 'apple', + phone: 'iphone', + tags: [ + 'Remix', + 'React', + 'TypeScript', + 'TailWindCSS', + 'Full Stack', + ], + }, { name: 'Josh Medeski', description: 'Full-stack developer and content creator.', From 16a6df599d951e3fd91107cf191e55598410ac87 Mon Sep 17 00:00:00 2001 From: Maddy Date: Sat, 11 Mar 2023 13:44:39 +0000 Subject: [PATCH 2/7] Update Madeline Pritchard --- src/data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data.js b/src/data.js index 2cee161d..4fafe6d7 100644 --- a/src/data.js +++ b/src/data.js @@ -14880,12 +14880,12 @@ module.exports = [ { name: 'Madeline Pritchard', description: 'Film critic, writer, web developer.', - url: 'https://madelinepritchard.net/pages/uses', + url: 'https://www.blog.madelinepritchard.net/uses', emoji: '๐Ÿ˜Œ', country: '๐Ÿ‡ฌ๐Ÿ‡ง', computer: 'windows', phone: 'android', - tags: ['Writer', 'Developer', 'Python', 'CSS', 'HTML', 'Film'], + tags: ['Writer', 'Developer', 'Python', 'CSS', 'HTML', 'Film', 'Blogger'], }, { name: 'Filip Pacurar', From c3bc952d817eeaef7bed2ec098b5a0320fd8fcee Mon Sep 17 00:00:00 2001 From: Andrei Hudovich Date: Sat, 11 Mar 2023 21:07:14 +0100 Subject: [PATCH 3/7] Adding Andrei Hudovich --- src/data.js | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/src/data.js b/src/data.js index 2cee161d..1856f90d 100644 --- a/src/data.js +++ b/src/data.js @@ -1806,6 +1806,36 @@ module.exports = [ 'JAMstack', ], }, + { + name: 'Andrei Hudovich', + description: 'Freelance Front-end Engineer, Web Enthusiast, Cat Lover.', + url: 'https://hudovich.dev/uses/', + twitter: '@andrei_hudovich', + emoji: '๐Ÿˆ', + country: '๐Ÿ‡ต๐Ÿ‡ฑ', + computer: 'apple', + phone: 'iphone', + tags: [ + 'Front End', + 'Developer', + 'Javascript', + 'Typescript', + 'CSS', + 'HTML', + 'Blogger', + 'Vue.js', + 'TailwindCSS', + 'Engineer', + 'Web Developer', + 'JAMStack', + 'Accessibility', + 'Remote', + 'SCSS', + 'Web', + 'VS Code', + 'Software Engineer' + ] + }, { name: 'Emmanuel Gautier', description: From bdca76822f56e40439d8a8c94d08475b54ebeb56 Mon Sep 17 00:00:00 2001 From: Himank Barve Date: Tue, 14 Mar 2023 10:26:32 +0530 Subject: [PATCH 4/7] Add @hbarve1 --- src/data.js | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/src/data.js b/src/data.js index 2cee161d..29ff361e 100644 --- a/src/data.js +++ b/src/data.js @@ -2043,6 +2043,40 @@ module.exports = [ 'Wordpress', ], }, + { + name: "Himank Barve", + description: "Full Stack JavaScript Developer, Open Source Enthusiast", + url: "https://hbarve1.com/uses", + twitter: "@hbarve1", + country: "๐Ÿ‡ฎ๐Ÿ‡ณ", + emoji: "๐Ÿง˜๐Ÿป", + computer: "apple", + phone: "iphone", + tags: [ + "JavaScript", + "TypeScript", + "React", + "Node.js", + "Next.js", + "GraphQL", + "Tailwind CSS", + "Docker", + "AWS", + "Firebase", + "MongoDB", + "PostgreSQL", + "Redis", + "Full Stack", + "JAM Stack", + "MERN Stack", + "Apollo GraphQL", + "Redux", + "Open Source Software", + "Remote", + "Prisma", + "PWA" + ], + }, { name: 'Matthew Tao', description: From d125cc49d7f310abf8448ede4eb6dd4d79652efd Mon Sep 17 00:00:00 2001 From: Neil Gupta Date: Fri, 24 Mar 2023 01:29:54 -0400 Subject: [PATCH 5/7] Adding Neil Gupta --- src/data.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/data.js b/src/data.js index 2cee161d..56947f90 100644 --- a/src/data.js +++ b/src/data.js @@ -21,6 +21,22 @@ * Keep this a commonjs export. */ module.exports = [ + { + name: 'Neil Gupta', + description: 'Designed in California. Assembled in Chicago. I like to build things.', + url: 'https://www.neil.gg/uses', + emoji: '๐Ÿ˜…', + country: '๐Ÿ‡บ๐Ÿ‡ธ', + computer: 'apple', + phone: 'iphone', + tags: [ + 'JavaScript', + 'Ruby', + 'Full Stack', + 'Remote', + 'Developer', + ], + }, { name: 'uncenter', description: 'Very incompetent developer', From e09a0cec680540c1f85a85fca63b356c0231befd Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 12 Apr 2023 03:56:46 +0000 Subject: [PATCH 6/7] chore: generate `readme.md`, lint `src/data.js` --- readme.md | 5 +++- src/data.js | 72 ++++++++++++++++++++++++----------------------------- 2 files changed, 37 insertions(+), 40 deletions(-) diff --git a/readme.md b/readme.md index 2d7ae218..02eeca20 100644 --- a/readme.md +++ b/readme.md @@ -42,6 +42,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [Dominic Ruggiero](https://userexe.me/uses) โ€” Student and idiot * [Maicol Santos](https://maicolsantos.github.io/#/uses) โ€” Front End Developer. * [Carretta Riccardo](https://carrettariccardo.dev/uses/) โ€” Software Developer & UX/UI Designer +* [starter.place](https://www.starter.place/uses/) โ€” Starter repos * [Josh Medeski](https://www.joshmedeski.com/uses/) โ€” Full-stack developer and content creator. * [Simon Rogers](https://midnite.uk/uses) โ€” Software Engineer * [Allan Im](https://allanim.com/uses) โ€” Software Engineer @@ -106,6 +107,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [Bill Sullivan](https://billsullivan.name/uses/) โ€” Engineering Manager, Senior Engineer, Novice Streamer, and Occasional Entrepreneur * [Amit Dhamu](https://amitd.co/uses) โ€” Software Engineer, Formula 1 Addict, Tech Junkie, Hip-Hop Head * [Dominik Gallitzendรถrfer](https://nharox.com/uses) โ€” Frontโ€‘end developer with a focus on UI/UX. Loves CSS and is addicted to Tetris. +* [Andrei Hudovich](https://hudovich.dev/uses/) โ€” Freelance Front-end Engineer, Web Enthusiast, Cat Lover. * [Emmanuel Gautier](https://www.emmanuelgautier.com/uses) โ€” Solution Architect & Fullstack Developer living in France. Tech enthusiast and Data Lover. * [Pieter Boerboom](https://www.pieterboerboom.nl/uses/) โ€” Front-end developer, blogger, tech enthusiast * [Alan Redzepagic](https://alanred.me/uses) โ€” Front-end development, web native, tech enthusiast @@ -115,6 +117,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [Samuel Wong](https://desktopofsamuel.com/uses) โ€” Product Designer. Photographer. Traveler. * [Arisa Fukuzaki](https://github.com/schabibi1/uses) โ€” DevRel Engineer, Front-end developer * [Dean Lofts](https://loftwah.github.io/uses) โ€” Loftwah The Beatsmiff, Hip Hop Producer, Graphics, Socials, Video and Web +* [Himank Barve](https://hbarve1.com/uses) โ€” Full Stack JavaScript Developer, Open Source Enthusiast * [Matthew Tao](https://www.matthewtao.com/uses) โ€” Computer Science student who loves CSS. Focuses on the little things that make a website delightful. * [William Chin](https://yourdigitalaid.com/uses/) โ€” Web Developer, Product Manager, Digital Marketer, always trying to learn more. * [Angรฉlique Weger](https://angeliqueweger.com/uses) โ€” engineering manager :: adjunct prof :: always learning @@ -716,7 +719,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [Francisco Valloire](https://github.com/frajova/what-i-use) โ€” Frontend developer, self-taught, enthusiastic and passionate about new technologies. * [Raรบl Piracรฉs](https://piraces.dev/uses) โ€” Full Stack and passionate Software Engineer. * [Luis Contreras](https://luiscontreras.dev/uses) โ€” Detail-oriented and passionate Software Engineer. -* [Madeline Pritchard](https://madelinepritchard.net/pages/uses) โ€” Film critic, writer, web developer. +* [Madeline Pritchard](https://www.blog.madelinepritchard.net/uses) โ€” Film critic, writer, web developer. * [Filip Pacurar](https://pacurar.dev/uses/) โ€” Loving husband, father of Joshua and Caleb, proud christian and enthusiast senior software developer, former CTO * [Wuttinan Sukpoon](https://github.com/mewxz029/uses) โ€” FullStack Developer * [Kieran Robson](https://kieranrobson.com/uses/) โ€” Information science PhD student | Hobbyist developer | Movie and TV Enthuiast diff --git a/src/data.js b/src/data.js index 211ab2ca..a969ca55 100644 --- a/src/data.js +++ b/src/data.js @@ -363,13 +363,7 @@ module.exports = [ country: '๐Ÿ‡บ๐Ÿ‡ธ', computer: 'apple', phone: 'iphone', - tags: [ - 'Remix', - 'React', - 'TypeScript', - 'TailWindCSS', - 'Full Stack', - ], + tags: ['Remix', 'React', 'TypeScript', 'TailWindCSS', 'Full Stack'], }, { name: 'Josh Medeski', @@ -1935,8 +1929,8 @@ module.exports = [ 'SCSS', 'Web', 'VS Code', - 'Software Engineer' - ] + 'Software Engineer', + ], }, { name: 'Emmanuel Gautier', @@ -2176,37 +2170,37 @@ module.exports = [ ], }, { - name: "Himank Barve", - description: "Full Stack JavaScript Developer, Open Source Enthusiast", - url: "https://hbarve1.com/uses", - twitter: "@hbarve1", - country: "๐Ÿ‡ฎ๐Ÿ‡ณ", - emoji: "๐Ÿง˜๐Ÿป", - computer: "apple", - phone: "iphone", + name: 'Himank Barve', + description: 'Full Stack JavaScript Developer, Open Source Enthusiast', + url: 'https://hbarve1.com/uses', + twitter: '@hbarve1', + country: '๐Ÿ‡ฎ๐Ÿ‡ณ', + emoji: '๐Ÿง˜๐Ÿป', + computer: 'apple', + phone: 'iphone', tags: [ - "JavaScript", - "TypeScript", - "React", - "Node.js", - "Next.js", - "GraphQL", - "Tailwind CSS", - "Docker", - "AWS", - "Firebase", - "MongoDB", - "PostgreSQL", - "Redis", - "Full Stack", - "JAM Stack", - "MERN Stack", - "Apollo GraphQL", - "Redux", - "Open Source Software", - "Remote", - "Prisma", - "PWA" + 'JavaScript', + 'TypeScript', + 'React', + 'Node.js', + 'Next.js', + 'GraphQL', + 'Tailwind CSS', + 'Docker', + 'AWS', + 'Firebase', + 'MongoDB', + 'PostgreSQL', + 'Redis', + 'Full Stack', + 'JAM Stack', + 'MERN Stack', + 'Apollo GraphQL', + 'Redux', + 'Open Source Software', + 'Remote', + 'Prisma', + 'PWA', ], }, { From 289ddbadbcb2f92162925428039146fa385dda26 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 12 Apr 2023 04:03:07 +0000 Subject: [PATCH 7/7] chore: generate `readme.md`, lint `src/data.js` --- readme.md | 1 + src/data.js | 11 +++-------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index 02eeca20..0269978c 100644 --- a/readme.md +++ b/readme.md @@ -30,6 +30,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil # Awesome Uses ![Awesome][awesome-badge] +* [Neil Gupta](https://www.neil.gg/uses) โ€” Designed in California. Assembled in Chicago. I like to build things. * [Jose Munoz](https://www.josemunozmatos.com/uses) โ€” Product Designer from Puerto Rico * [Vladimir Vo](https://vldmr.website/uses) โ€” Frontend developer with passion for great product design * [uncenter](https://www.uncenter.org/uses) โ€” Very incompetent developer diff --git a/src/data.js b/src/data.js index b421da0d..ee34dd53 100644 --- a/src/data.js +++ b/src/data.js @@ -23,19 +23,14 @@ module.exports = [ { name: 'Neil Gupta', - description: 'Designed in California. Assembled in Chicago. I like to build things.', + description: + 'Designed in California. Assembled in Chicago. I like to build things.', url: 'https://www.neil.gg/uses', emoji: '๐Ÿ˜…', country: '๐Ÿ‡บ๐Ÿ‡ธ', computer: 'apple', phone: 'iphone', - tags: [ - 'JavaScript', - 'Ruby', - 'Full Stack', - 'Remote', - 'Developer', - ] + tags: ['JavaScript', 'Ruby', 'Full Stack', 'Remote', 'Developer'], }, { name: 'Jose Munoz',