mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Merge branch 'master' into patch-1
This commit is contained in:
commit
bf02af30a2
2 changed files with 148 additions and 0 deletions
|
|
@ -29,8 +29,12 @@ This readme is auto-generated from the data.js file, so please don't PR this fil
|
|||
|
||||
# Awesome Uses ![Awesome][awesome-badge]
|
||||
|
||||
* [Jitendra Nirnejak](https://nirnejak.com/uses) — Developer, Designer and Blogger
|
||||
* [Dhaval Boraniya](http://itca.xyz/uses) — Developer
|
||||
* [Dhanish Gajjar](https://dhanishgajjar.com/uses) — Developer
|
||||
* [Jonesh Shrestha](https://www.joneshshrestha.com/uses) — 📱iOS and 🕸Web Developer traveling through time and doing my best to relish this remarkable life
|
||||
* [Aditya Thebe](https://www.adityathebe.com/uses) — 💻 Full Stack Developer with an interest in bitcoins and blockchain.
|
||||
* [Kyle McDonald](https://kylemcd.com/uses/) — Software Engineer
|
||||
* [Jibin Thomas](https://jibin.tech/uses) — Front-End Developer & Casual Blogger. CSS, Javascript & React
|
||||
* [Michael Rolfsen](https://boldandfriendly.de/uses) — Designer and Front-of-the-Front-End Dev. I suck at guitar.
|
||||
* [Amadeus Mader](https://mozart409.space/uses) — Front-End Dev & Occasional Blogger. Loves React, CSS, Electron, Javascript, Gatsby & Next
|
||||
|
|
@ -127,6 +131,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil
|
|||
* [Rikin Patel](https://patelrikin.com/#uses) — Experienced Front-end developer, Passionate about Javascript
|
||||
* [Joris Hens](https://www.goodbytes.be/uses) — Web development teacher, Security and hacking enthousiast, Cook.
|
||||
* [Lauro Silva](https://laurosilva.com/uses) — Software Engineer and Technical Writer
|
||||
* [Achhunna Mali](https://achhunna.com/uses) — Software engineer and aspiring surfer
|
||||
* [Tony Cimaglia](https://www.tonycimaglia.com/uses/) — Restaurant Veteran turned Developer.
|
||||
* [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.
|
||||
|
|
@ -266,9 +271,11 @@ This readme is auto-generated from the data.js file, so please don't PR this fil
|
|||
* [Antoni Kepinski](https://kepinski.me/uses/) — Node Fetch maintainer // Into Node.js and Rust
|
||||
* [Frank Bültge](https://bueltge.de/uses/) — Alpinist, Cyclist, Optimist. I develop, support solutions, primarily with SAP at ZEISS Group and I make WordPress-based solutions at the Inpsyde
|
||||
* [Sangam Kumar](https://www.sangam.dev/uses) — (☕) => { 👨💻 }; git checkout hackerrank
|
||||
* [Ray Gervais](https://raygervais.dev/uses) — Cloud Engineer, Application Developer, Blogger, Musician, Failing Linux Advocate
|
||||
* [Marcus Obst](https://marcus-obst.de/uses) — Webdeveloper, Music Lover
|
||||
* [Max Schmeling](https://maxschmeling.me/uses) — CTO @Clipisode. ❤️ web dev/mobile/open source. Husband, father, drummer. #Royals and #Chiefs fan.
|
||||
* [Pawel Grzybek](https://pawelgrzybek.com/uses/) — Software Engineer
|
||||
* [Michael Beckwith](https://apiratelifefor.me/uses/) — PHP and WordPress developer/support, coffee consumer, gym monkey
|
||||
* [Eric McCormick](https://edm00se.codes/uses/) — Software Developer, IBM Champion, coffee lover, dabbler in all things technology, hobbyist 3d design and printing
|
||||
* [Vince Picone](https://vincepic.one/uses) — Building design systems at IBM
|
||||
* [Ben Congdon](https://benjamincongdon.me/uses) — Golang, Python, Rust. Runs in the Cloud.
|
||||
|
|
|
|||
141
src/data.js
141
src/data.js
|
|
@ -1,5 +1,24 @@
|
|||
// keep it commonjs export
|
||||
module.exports = [
|
||||
{
|
||||
name: 'Jitendra Nirnejak',
|
||||
description: 'Developer, Designer and Blogger',
|
||||
url: 'https://nirnejak.com/uses',
|
||||
twitter: '@jeetnirnejak',
|
||||
emoji: '🔥',
|
||||
country: '🇮🇳',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
'Developer',
|
||||
'Designer',
|
||||
'Blogger',
|
||||
'Node',
|
||||
'React',
|
||||
'VueJS',
|
||||
'Gatsby',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Farai Gandiya",
|
||||
description: "Software Developer",
|
||||
|
|
@ -11,6 +30,17 @@ module.exports = [
|
|||
phone: "iphone",
|
||||
tags: ['Developer', 'Web', 'Python']
|
||||
},
|
||||
{
|
||||
name: 'Dhaval Boraniya',
|
||||
description: 'Developer',
|
||||
url: 'http://itca.xyz/uses',
|
||||
twitter: '@dhavalboraniya',
|
||||
emoji: '😇',
|
||||
country: '🇮🇳',
|
||||
computer: 'linux',
|
||||
phone: 'android',
|
||||
tags: ['Developer', 'PHP'],
|
||||
},
|
||||
{
|
||||
name: 'Dhanish Gajjar',
|
||||
description: 'Developer',
|
||||
|
|
@ -22,6 +52,18 @@ module.exports = [
|
|||
phone: 'iphone',
|
||||
tags: ['Developer', 'JavaScript'],
|
||||
},
|
||||
{
|
||||
name: 'Jonesh Shrestha',
|
||||
description:
|
||||
'📱iOS and 🕸Web Developer traveling through time and doing my best to relish this remarkable life',
|
||||
url: 'https://www.joneshshrestha.com/uses',
|
||||
twitter: '@shresthajonesh',
|
||||
emoji: '🧘🏻',
|
||||
country: '🇳🇵',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
tags: ['Developer', 'iOS', 'JavaScript', 'Swift', 'Node', 'Web'],
|
||||
},
|
||||
{
|
||||
name: 'Aditya Thebe',
|
||||
description:
|
||||
|
|
@ -46,6 +88,28 @@ module.exports = [
|
|||
'Gatsby',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Kyle McDonald',
|
||||
description: 'Software Engineer',
|
||||
url: 'https://kylemcd.com/uses/',
|
||||
twitter: '@designbykyle',
|
||||
emoji: '🤙',
|
||||
country: '🇺🇸',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
'Developer',
|
||||
'JavaScript',
|
||||
'Front End',
|
||||
'Node',
|
||||
'CSS',
|
||||
'React',
|
||||
'HTML',
|
||||
'React',
|
||||
'Engineer',
|
||||
'Gatsby',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Jibin Thomas',
|
||||
description:
|
||||
|
|
@ -1560,6 +1624,31 @@ module.exports = [
|
|||
'Musician',
|
||||
],
|
||||
},
|
||||
{
|
||||
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:
|
||||
|
|
@ -2041,6 +2130,24 @@ module.exports = [
|
|||
'Blogger',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Achhunna Mali',
|
||||
description: 'Software engineer and aspiring surfer',
|
||||
url: 'https://achhunna.com/uses',
|
||||
emoji: '🏄♂️',
|
||||
country: '🇺🇸',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
'JavaScript',
|
||||
'Vue',
|
||||
'React',
|
||||
'Sass',
|
||||
'Front End',
|
||||
'Musician',
|
||||
'Surfer',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Tony Cimaglia',
|
||||
description: 'Restaurant Veteran turned Developer.',
|
||||
|
|
@ -4700,6 +4807,28 @@ module.exports = [
|
|||
'Traveler',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Ray Gervais',
|
||||
description:
|
||||
'Cloud Engineer, Application Developer, Blogger, Musician, Failing Linux Advocate',
|
||||
url: 'https://raygervais.dev/uses',
|
||||
twitter: '@_raygervais',
|
||||
emoji: '⚙️',
|
||||
country: '🇨🇦',
|
||||
computer: 'windows',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
'DevOps',
|
||||
'Full Stack',
|
||||
'GoLang',
|
||||
'Python',
|
||||
'Ruby',
|
||||
'JavaScript',
|
||||
'Docker',
|
||||
'Optimizaton',
|
||||
'Node',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Marcus Obst',
|
||||
description: 'Webdeveloper, Music Lover',
|
||||
|
|
@ -4753,6 +4882,18 @@ module.exports = [
|
|||
'Blogger',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Michael Beckwith',
|
||||
description:
|
||||
'PHP and WordPress developer/support, coffee consumer, gym monkey',
|
||||
url: 'https://apiratelifefor.me/uses/',
|
||||
twitter: '@tw2113',
|
||||
emoji: '🏴☠️',
|
||||
country: '🇺🇸',
|
||||
computer: 'linux',
|
||||
phone: 'android',
|
||||
tags: ['Developer', 'Blogger', 'WordPress', 'PHP'],
|
||||
},
|
||||
{
|
||||
name: 'Eric McCormick',
|
||||
description:
|
||||
|
|
|
|||
Loading…
Reference in a new issue