From 0c016173100067a954e11deb2fefc33fe5fb31e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Guerra?= Date: Wed, 17 Jun 2020 17:18:57 +0200 Subject: [PATCH 01/17] =?UTF-8?q?Adds=20=C3=81ngel=20Guerra=20(#855)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks Wes Bos for this site! You rocks! Co-authored-by: Ángel Guerra --- src/data.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/data.js b/src/data.js index 505734db..0c67bcc3 100644 --- a/src/data.js +++ b/src/data.js @@ -3186,6 +3186,25 @@ module.exports = [ 'HTML', ], }, + { + name: 'Ángel Guerra', + description: 'Father. Partner. Human. Kickboxer. Ninja.', + url: 'https://angelguerra.me/uses/', + emoji: '👹️', + country: '🇪🇸', + computer: 'linux', + twitter: '@AngelLGuerra', + phone: 'android', + tags: [ + 'Developer', + 'Full Stack', + 'JAMstack', + 'PHP', + 'CakePHP', + 'Ruby', + 'Ruby On Rails', + ], + }, { name: 'Samir Mammadhasanov', description: From 653b6d70b4e689bc15a25b4266caa772a265f8b6 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 17 Jun 2020 15:19:59 +0000 Subject: [PATCH 02/17] chore: generate `readme.md`, lint `src/data.js` --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index d3c7e4fe..8bf0ce72 100644 --- a/readme.md +++ b/readme.md @@ -178,6 +178,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [Jake Jarvis](https://jarv.is/uses/) — Front-End Web Developer, Teacher, Cat Dad, World Wide Web Surfer 🏄 * [Valentina Calabrese](https://valentinacalabrese.com/uses) — Front-End Engineer 🤓, Drummer 🥁, Skateboarder 🛹 & Tech Enthusiast 📲. Sometimes I blog, too ✍🏻. And I 💖 User-centered design. * [Adrián Alcorta Puente](https://ardillan.com/uses) — Graphic designer moving forward to be a Frontend developer. Love mountains, Game Boys and post-rock music. +* [Ángel Guerra](https://angelguerra.me/uses/) — Father. Partner. Human. Kickboxer. Ninja. * [Samir Mammadhasanov](https://samirmh.dev/uses.html) — Full stack web developer from Baku, Azerbaijan. CentOS 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. From 32a5ba6e84a5adf620964fa983235ef587cd660c Mon Sep 17 00:00:00 2001 From: Sean Coker <1030830+okcoker@users.noreply.github.com> Date: Fri, 19 Jun 2020 00:39:30 -0400 Subject: [PATCH 03/17] Add Sean Coker --- src/data.js | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/src/data.js b/src/data.js index 0c67bcc3..b7406aee 100644 --- a/src/data.js +++ b/src/data.js @@ -118,6 +118,36 @@ module.exports = [ 'Calisthenics', ], }, + { + name: 'Sean Coker', + description: + 'Creator & Thinker. Sometimes simultaneously.', + url: 'https://sean.is/using', + twitter: '@okcoker', + emoji: '👀', + country: '🇺🇸', + computer: 'apple', + phone: 'android', + tags: [ + 'JavaScript', + 'Developer', + 'React', + 'Full Stack', + 'Node', + 'Engineer', + 'Entrepreneur', + 'Designer', + 'AWS', + 'Performance', + 'Accessibility', + 'UX', + 'UI', + 'Swift', + 'Kotlin', + 'iOS', + 'Android', + ], + }, { name: 'Shayon Pal', description: From f02697b00763b83001c16ff6c53d829795001fea Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 19 Jun 2020 05:27:51 +0000 Subject: [PATCH 04/17] chore: generate `readme.md`, lint `src/data.js` --- readme.md | 1 + src/data.js | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 8bf0ce72..f71d183e 100644 --- a/readme.md +++ b/readme.md @@ -35,6 +35,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [Dylan Sheffer](https://www.dylansheffer.com/posts/uses/) — Web Developer. A11y Advocate. Tea Enthusiast. * [Adil Naqvi](https://adilnaqvi.com/uses) — Mechanical engineer with a knack for coding * [Matías Hernández](https://github.com/matiasfh/uses) — Frontend Engineer, Podcaster, Father, Calisthenic Athlete +* [Sean Coker](https://sean.is/using) — Creator & Thinker. Sometimes simultaneously. * [Shayon Pal](https://shayonpal.com/uses) — Product Manager. Amateur coder. Loves to tinker with Web technologies. * [Yves Engetschwiler](http://bee-interactive.ch/uses) — Developer, cms enthusiast, bicycle traveler, content creator, Independent at Bee Interactive * [Felix Yeboah Jefferson](https://jeffson.netlify.app/uses) — Fullstack Developer, UI Designer & a Nomad diff --git a/src/data.js b/src/data.js index b7406aee..cfa2e729 100644 --- a/src/data.js +++ b/src/data.js @@ -120,8 +120,7 @@ module.exports = [ }, { name: 'Sean Coker', - description: - 'Creator & Thinker. Sometimes simultaneously.', + description: 'Creator & Thinker. Sometimes simultaneously.', url: 'https://sean.is/using', twitter: '@okcoker', emoji: '👀', From 1458502a7e2ff0163964fb249661a87d0a23a5ef Mon Sep 17 00:00:00 2001 From: Martin M Date: Sun, 21 Jun 2020 15:59:45 -0300 Subject: [PATCH 05/17] Update data.js (#861) --- src/data.js | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/data.js b/src/data.js index cfa2e729..34f0f4fa 100644 --- a/src/data.js +++ b/src/data.js @@ -1747,6 +1747,34 @@ module.exports = [ 'Rails', ], }, + { + name: 'Martín M.', + description: 'Dad & Developer (former skydiver)', + url: 'https://uses.skydiver.dev/', + emoji: '👨‍💻', + country: '🇺🇾', + computer: 'apple', + phone: 'android', + tags: [ + 'Developer', + 'Software Engineer', + 'Full Stack', + 'nodejs', + 'JavaScript', + 'PHP', + 'React', + 'Vue', + 'Laravel', + 'Next.js', + 'Nuxt', + 'OctoberCMS', + 'Gatsby', + 'MySQL', + 'MongoDB', + 'FaunaDB', + 'Electron', + ], + }, { name: 'Jamie Bowman', description: From 5f685e4673f96c97f7f7a06531c0b34675e7f891 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 21 Jun 2020 19:00:46 +0000 Subject: [PATCH 06/17] chore: generate `readme.md`, lint `src/data.js` --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f71d183e..9c307111 100644 --- a/readme.md +++ b/readme.md @@ -111,6 +111,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [Clint Winter](https://clintgwinter.com/uses) — Full stack developer loving the Laravel ecosystem. Sometimes I write about it. * [Daan Kauwenberg](https://daankauwenberg.com/uses) — JavaScript Lover, Web Enthousiast, Father, Nice Guy and Developer * [Bob Orchard](https://boborchard.com/uses) — Semi-stack developer with a design background. Woodworker. Maker. +* [Martín M.](https://uses.skydiver.dev/) — Dad & Developer (former skydiver) * [Jamie Bowman](https://www.mrjamiebowman.com/uses) — Full Stack Developer, DevOps, Infrastructure as Code, Penetration Testing, Blogger * [Jamie Ryan](https://www.jamieryan.dev/uses) — Full Stack Developer and CodeClan graduate from Edinburgh, Scotland * [Michael Stokoe](https://msweb.dev/uses) — Back-end PHP Developer. Gamer, musician and motorcyclist. From 60690ff40c285f58f6aeae259ab526d2608c2b19 Mon Sep 17 00:00:00 2001 From: Narendra Date: Tue, 23 Jun 2020 13:41:19 +0100 Subject: [PATCH 07/17] add Narendra (#865) * add Narendra * add Narendra --- src/data.js | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/data.js b/src/data.js index 34f0f4fa..a23a70f5 100644 --- a/src/data.js +++ b/src/data.js @@ -8454,6 +8454,38 @@ module.exports = [ 'Vim', ], }, + { + name: 'Narendra Mandadapu', + description: + 'Fullstack Engineer, SEO Nerd, ⭐️⭐️⭐️⭐️⭐️ 5-Star Udemy Instructor, United Kingdom', + url: 'https://5pagesaday.com/uses', + twitter: '@scriptstar', + emoji: '🎯', + country: '🇬🇧', + computer: 'apple', + phone: 'iphone', + tags: [ + 'Morning Pages', + 'Journal', + 'Full Stack', + 'JAMStack', + 'JavaScript', + 'Front End', + 'Back End', + 'React', + 'Node', + 'Gatsby', + 'GraphQL', + 'Node', + 'Serverless', + 'Hugo', + 'Netlify', + 'SEO', + 'Keyword Research', + 'Blogger', + 'Architect', + ], + }, { name: 'Justin Michaliga', description: 'Javascript Engineer based in Brooklyn, NYC', From 641866b9c8ddaf3452ca0c5b3c8c5e525198f482 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 23 Jun 2020 12:42:31 +0000 Subject: [PATCH 08/17] chore: generate `readme.md`, lint `src/data.js` --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 9c307111..9fc93d57 100644 --- a/readme.md +++ b/readme.md @@ -441,6 +441,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [Kevin Woblick](https://www.kovah.de/uses/) — I turn Pizza into Code and Photos * [Michał Miszczyszyn](https://typeofweb.com/michal-miszczyszyn-uses/) — Motivated full-stack developer not afraid to use any technology. Experienced developer and leader. He, him. * [Karol Toruń](https://ktorun.pl/uses) — Fullstack developer, VIM, JS, OSX <3, PL +* [Narendra Mandadapu](https://5pagesaday.com/uses) — Fullstack Engineer, SEO Nerd, ⭐️⭐️⭐️⭐️⭐️ 5-Star Udemy Instructor, United Kingdom * [Justin Michaliga](https://jmichaliga.github.io/uses) — Javascript Engineer based in Brooklyn, NYC * [Łukasz Rybka](https://www.dragonia.org.pl/uses/) — Full Stack Developer from Poland. Public speaker, bootcamp trainer and consultant. Legacy code and CI/CD enthusiast. * [Simranjit Singh](https://simranjit.dev/uses) — Javascript loving Coldfusion developer From 949d96fca51b85bbee57e58b9fac0d9466f4cbdd Mon Sep 17 00:00:00 2001 From: Eric Blohm Date: Tue, 23 Jun 2020 17:10:22 -0400 Subject: [PATCH 09/17] add Eric Blohm (#866) Co-authored-by: Eric Blohm --- src/data.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/data.js b/src/data.js index a23a70f5..cfa148ec 100644 --- a/src/data.js +++ b/src/data.js @@ -2618,6 +2618,28 @@ module.exports = [ phone: 'iphone', tags: ['Developer', 'Full Stack', 'JavaScript', 'Vue', 'Node', 'CSS'], }, + { + name: 'Eric Blohm', + description: 'Full Stack MERN Developer with a passion for board games', + url: 'https://www.ericblohm.codes/uses', + twitter: '@eric_blohm_', + emoji: '🎲', + country: '🇺🇸', + computer: 'linux', + phone: 'android', + tags: [ + 'Developer', + 'Full Stack', + 'React', + 'WordPress', + 'Sass', + 'GraphQL', + 'Next.js', + 'TypeScript', + 'WordPress', + 'Rails', + ], + }, { name: 'Aaron A.', description: 'Sandwich enthusiast and programmer.', From 1665170bd66df944be6d3239d262385800d9deb9 Mon Sep 17 00:00:00 2001 From: Erik Kroes Date: Tue, 23 Jun 2020 23:10:47 +0200 Subject: [PATCH 10/17] add Erik Kroes (#867) --- src/data.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/data.js b/src/data.js index cfa148ec..910b3417 100644 --- a/src/data.js +++ b/src/data.js @@ -19,6 +19,27 @@ module.exports = [ 'Photoshop', ], }, + { + name: 'Erik Kroes', + description: 'Photographer and creative in the world of accessibility', + url: 'https://www.erikkroes.nl/uses', + twitter: '@erikkroes', + emoji: '🏔', + country: '🇳🇱', + computer: 'windows', + phone: 'android', + tags: [ + 'Accessibility', + 'CSS', + 'Developer', + 'Designer', + 'Design Systems', + 'HTML', + 'Speakers', + 'Teacher', + 'Websites', + ], + }, { name: 'Alex Duval', description: 'Fullstack Dev, Teacher, Freeride skier', From dffd82a25a360dff68dc9921631426b6c8b5f821 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 23 Jun 2020 21:12:30 +0000 Subject: [PATCH 11/17] chore: generate `readme.md`, lint `src/data.js` --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 9fc93d57..4930a57a 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] * [Bryan Hickey](https://bryanjhickey.com/uses) — Full stack marketer. Front-end developer. Graphic designer. Digital marketer. Craft beer nerd +* [Erik Kroes](https://www.erikkroes.nl/uses) — Photographer and creative in the world of accessibility * [Alex Duval](https://www.alexduval.fr/uses) — Fullstack Dev, Teacher, Freeride skier * [Yohanes Bandung Bondowoso](https://ybbond.dev/uses) — FrontEnd. Coffee. Calisthenics. Tattoo. Vim. Modular Synth. * [Dylan Sheffer](https://www.dylansheffer.com/posts/uses/) — Web Developer. A11y Advocate. Tea Enthusiast. @@ -149,6 +150,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [John Smith](https://solrevdev.com/uses/) — full-time carer formally head of infrastructure and operations, senior full-stack #dotnetcore #aspnetcore #vuejs developer and software engineer https://solrevdev.com * [Chris Collins](https://chriscollins.me/uses) — I design and build digital products, hike and take photos. * [Michael Gale](https://michaelgale.dev/uses) — Web Developer with a beard and glasses from Melbourne, Australia +* [Eric Blohm](https://www.ericblohm.codes/uses) — Full Stack MERN Developer with a passion for board games * [Aaron A.](https://ocular-rhythm.io/uses/) — Sandwich enthusiast and programmer. * [Viren Bhagat](https://virenb.cc/uses) — Self taught full stack developer * [Renee de Kruijf](https://webdesignpuntnl.com/pages/uses.html) — Javascript developer in the making. Still learning every day. Liking it a lot! From 78531fc1c98cb254bba746ceeb6029bfc1e20389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADn?= Date: Thu, 25 Jun 2020 14:46:59 +0200 Subject: [PATCH 12/17] Add Sergio Martin (#868) --- src/data.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/data.js b/src/data.js index 910b3417..f8b46970 100644 --- a/src/data.js +++ b/src/data.js @@ -1,5 +1,24 @@ // keep it commonjs export module.exports = [ + { + name: 'Sergio Martín', + description: + 'I enjoy creating and learning for the web. Standards and vanilla enthusiast', + url: 'https://www.sergiomartin.dev/uses', + twitter: '@WhizzoCode', + emoji: '🦾', + country: '🇪🇸', + computer: 'linux', + phone: 'android', + tags: [ + 'Web Developer', + 'Developer', + 'JavaScript', + 'Front End', + 'Back End', + 'Linux', + ], + }, { name: 'Bryan Hickey', description: From 54608d7fbafd53fa69e5a01e8dbac6347f0e91b3 Mon Sep 17 00:00:00 2001 From: Amir Ghaffari Date: Thu, 25 Jun 2020 17:17:20 +0430 Subject: [PATCH 13/17] add Amir Ghaffari (#869) --- src/data.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/data.js b/src/data.js index f8b46970..2423219a 100644 --- a/src/data.js +++ b/src/data.js @@ -5211,6 +5211,27 @@ module.exports = [ phone: 'iphone', tags: ['Engineer', 'YouTuber', 'Blogger', 'Front End'], }, + { + name: 'Amir Ghaffari', + description: + 'full-stack web developer', + url: 'https://amirghaffari.com/uses/', + twitter: '@eamirgh', + emoji: '☄', + country: '🇮🇷', + computer: 'linux', + phone: 'android', + tags: [ + 'Web Development', + 'Back End', + 'Full-Stack', + 'PHP', + 'Golang', + 'Laravel', + 'Lumen', + 'TDD', + ], + }, { name: 'Josh Moore', description: From 62bd757d109976190ce222bbe3ed88d4b7da3700 Mon Sep 17 00:00:00 2001 From: Rizwan Mohamed Ibrahim Date: Thu, 25 Jun 2020 18:17:47 +0530 Subject: [PATCH 14/17] adds rizwan's uses (#864) from https//blog.rizwan.dev/uses --- src/data.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/data.js b/src/data.js index 2423219a..876957f2 100644 --- a/src/data.js +++ b/src/data.js @@ -99,6 +99,28 @@ module.exports = [ 'Hugo', ], }, + { + name: 'Rizwan', + description: 'iOS Developer. Living between Marvel and DC world', + url: 'https://blog.rizwan.dev/uses', + twitter: '@rizzu26', + emoji: '🦁', + country: '🇮🇳', + computer: 'apple', + phone: 'iphone', + tags: [ + 'Developer', + 'iOS', + 'Swift', + 'Objective-C', + 'React', + 'React Native', + 'JavaScript', + 'Vim', + 'Gatsby', + 'Kotlin', + ], + }, { name: 'Dylan Sheffer', description: 'Web Developer. A11y Advocate. Tea Enthusiast.', From 454aed7dee88bc351a0647b800d44e77e41ee4d2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 25 Jun 2020 12:49:03 +0000 Subject: [PATCH 15/17] chore: generate `readme.md`, lint `src/data.js` --- readme.md | 3 +++ src/data.js | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 4930a57a..a199f0c0 100644 --- a/readme.md +++ b/readme.md @@ -29,10 +29,12 @@ This readme is auto-generated from the data.js file, so please don't PR this fil # Awesome Uses ![Awesome][awesome-badge] +* [Sergio Martín](https://www.sergiomartin.dev/uses) — I enjoy creating and learning for the web. Standards and vanilla enthusiast * [Bryan Hickey](https://bryanjhickey.com/uses) — Full stack marketer. Front-end developer. Graphic designer. Digital marketer. Craft beer nerd * [Erik Kroes](https://www.erikkroes.nl/uses) — Photographer and creative in the world of accessibility * [Alex Duval](https://www.alexduval.fr/uses) — Fullstack Dev, Teacher, Freeride skier * [Yohanes Bandung Bondowoso](https://ybbond.dev/uses) — FrontEnd. Coffee. Calisthenics. Tattoo. Vim. Modular Synth. +* [Rizwan](https://blog.rizwan.dev/uses) — iOS Developer. Living between Marvel and DC world * [Dylan Sheffer](https://www.dylansheffer.com/posts/uses/) — Web Developer. A11y Advocate. Tea Enthusiast. * [Adil Naqvi](https://adilnaqvi.com/uses) — Mechanical engineer with a knack for coding * [Matías Hernández](https://github.com/matiasfh/uses) — Frontend Engineer, Podcaster, Father, Calisthenic Athlete @@ -281,6 +283,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [Laurie Barth](https://laurieontech.com/uses/) — Software Engineer and Educator * [Joe Previte](https://joeprevite.com/uses) — Developer Advocate on the Open Source Team at Facebook * [Harry Wolff](https://hswolff.com/uses/) — Front-end engineer and YouTuber +* [Amir Ghaffari](https://amirghaffari.com/uses/) — full-stack web developer * [Josh Moore](https://jmoore.dev/uses/) — Self-taught full-stack web dev with a passion for open-source, privacy, & security. * [James Mills](https://jamesmills.co.uk/uses) — Work with PHP & Laravel at @clicksco in Dubai. Pleased to be part of the Laravel community. * [Brian Mitchell](https://brianm.me/uses) — Frontend software engineer and co-organizer of JavaScriptMN. Occasionally a lighting designer. diff --git a/src/data.js b/src/data.js index 876957f2..f128a3d5 100644 --- a/src/data.js +++ b/src/data.js @@ -5235,8 +5235,7 @@ module.exports = [ }, { name: 'Amir Ghaffari', - description: - 'full-stack web developer', + description: 'full-stack web developer', url: 'https://amirghaffari.com/uses/', twitter: '@eamirgh', emoji: '☄', From c9b76769bbadaa7ab4f5ed2bc56ec797179f3d02 Mon Sep 17 00:00:00 2001 From: Philipp John Date: Thu, 25 Jun 2020 14:49:27 +0200 Subject: [PATCH 16/17] Add Philipp John (#860) --- src/data.js | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/src/data.js b/src/data.js index f128a3d5..390ccf4b 100644 --- a/src/data.js +++ b/src/data.js @@ -7720,6 +7720,54 @@ module.exports = [ 'CSS', ], }, + { + name: 'Philipp John', + description: 'Full-Stack Software Developer - Love to play on my E-Piano, reading books and practicing Yoga & meditation.', + url: 'https://jplace.de/uses', + twitter: '@PhilippJohn88', + emoji: '🎹', + country: '🇩🇪', + computer: 'linux', + phone: 'android', + tags: [ + 'Developer', + 'Angular', + 'JavaScript', + 'TypeScript', + 'Node', + 'Java', + 'Python', + 'PHP', + '.NET Core', + 'Flask', + 'ExpressJS', + 'NestJS', + 'SocketIO', + 'SignalR', + 'Slim Framework', + 'Nuxt', + 'PyCharm', + 'WebStorm', + 'IntelliJ', + 'VS Code', + 'SQLDeveloper', + 'DBeaver', + 'GitHub', + 'GitLab', + 'Linux', + 'Windows', + 'Oracle PL/SQL', + 'PostgreSQL', + 'MySQL', + 'Docker', + 'Fullstack', + 'Backend', + 'Frontend', + 'Spotify', + 'Discord', + 'E-Piano' + ], + }, { name: 'Nicky Meuleman', description: 'Web developer, F1 fan.', From a3873cebaa5d6b57c97d6c4863221322ff2c4eae Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 25 Jun 2020 12:50:51 +0000 Subject: [PATCH 17/17] chore: generate `readme.md`, lint `src/data.js` --- readme.md | 1 + src/data.js | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index a199f0c0..4f7321b4 100644 --- a/readme.md +++ b/readme.md @@ -406,6 +406,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil * [Raúl Negrón](https://raulnegron.me/uses/) — Software Developer from Puerto Rico * [David A. Vives R.](https://dispuestoaaprender.com/en/uses) — Software Engineer, Web Developer, Chess Player, Comics Reader, Loves reading, learning new things, sushi, BBQ and aioli. * [Ryan Warner](https://ryan.warner.codes/uses) — Software Engineer and Interface Designer. Leader and Mentor. +* [Philipp John](https://jplace.de/uses) — Full-Stack Software Developer - Love to play on my E-Piano, reading books and practicing Yoga & meditation. * [Nicky Meuleman](https://nickymeuleman.netlify.app/uses) — Web developer, F1 fan. * [Rob Warner](https://grailbox.com/uses/) — Software Architect, Developer, Father. * [Adam Urban](https://urbanisierung.dev/uses/) — coder, father, left-handed diff --git a/src/data.js b/src/data.js index 390ccf4b..f7cb1149 100644 --- a/src/data.js +++ b/src/data.js @@ -7722,7 +7722,8 @@ module.exports = [ }, { name: 'Philipp John', - description: 'Full-Stack Software Developer - Love to play on my E-Piano, reading books and practicing Yoga & meditation.', + description: + 'Full-Stack Software Developer - Love to play on my E-Piano, reading books and practicing Yoga & meditation.', url: 'https://jplace.de/uses', twitter: '@PhilippJohn88', emoji: '🎹', @@ -7765,7 +7766,7 @@ module.exports = [ 'Frontend', 'Spotify', 'Discord', - 'E-Piano' + 'E-Piano', ], }, {