mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
chore: generate readme.md, lint src/data.js
This commit is contained in:
parent
d05fa4416e
commit
82822f4b61
2 changed files with 14 additions and 4 deletions
|
|
@ -34,6 +34,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil
|
||||||
* [Jakob Greenfeld](https://jakobgreenfeld.com/uses) — Founder
|
* [Jakob Greenfeld](https://jakobgreenfeld.com/uses) — Founder
|
||||||
* [Bino Kochumol Varghese](https://binovarghese.com/blog/2021/what-i-use-2021/) — Developer. Reader. Writer. Wanderlust.
|
* [Bino Kochumol Varghese](https://binovarghese.com/blog/2021/what-i-use-2021/) — Developer. Reader. Writer. Wanderlust.
|
||||||
* [Krishna Sahu](https://sahu.framer.website/uses) — Frontend Tech Lead
|
* [Krishna Sahu](https://sahu.framer.website/uses) — Frontend Tech Lead
|
||||||
|
* [Sudan Chapagain](https://sudanchapagain.com.np/uses) — Student
|
||||||
* [James Auble](https://jamesauble.com/uses) — Full Stack Developer
|
* [James Auble](https://jamesauble.com/uses) — Full Stack Developer
|
||||||
* [Ronny Coste](https://ronnycoste.com/uses) — Creative Developer, Photographer, Homelab Admin, and Ham Radio enthusiast
|
* [Ronny Coste](https://ronnycoste.com/uses) — Creative Developer, Photographer, Homelab Admin, and Ham Radio enthusiast
|
||||||
* [Mariusz Szubryt](https://szubryt.net/uses) — Frontend-oriented Product Engineer
|
* [Mariusz Szubryt](https://szubryt.net/uses) — Frontend-oriented Product Engineer
|
||||||
|
|
@ -65,6 +66,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil
|
||||||
* [Ignatius Bagus](https://mauss.dev/uses) — Software Alchemist
|
* [Ignatius Bagus](https://mauss.dev/uses) — Software Alchemist
|
||||||
* [Bob Reus](https://bobre.us/uses) — DevOps Engineer, eBook producer, Freediver, Buddhist
|
* [Bob Reus](https://bobre.us/uses) — DevOps Engineer, eBook producer, Freediver, Buddhist
|
||||||
* [Donavon West](https://donavon.com/uses) — Spread Love {...❤️}
|
* [Donavon West](https://donavon.com/uses) — Spread Love {...❤️}
|
||||||
|
* [Luka Harambasic](https://harambasic.de/uses) — German/Croatian product manager from Copenhagen (Denmark) with a deep interest in web development.
|
||||||
* [Justin Mahar](https://justinmahar.com/uses/) — Extremely bald Software Architect & Content Creator
|
* [Justin Mahar](https://justinmahar.com/uses/) — Extremely bald Software Architect & Content Creator
|
||||||
* [Syofyan Zuhad](https://syofyan-profile.vercel.app/uses/) — Full Stack Software Engineer 🇮🇩
|
* [Syofyan Zuhad](https://syofyan-profile.vercel.app/uses/) — Full Stack Software Engineer 🇮🇩
|
||||||
* [Zach Patrick](https://zachpatrick.com/uses) — JavaScript and PHP developer
|
* [Zach Patrick](https://zachpatrick.com/uses) — JavaScript and PHP developer
|
||||||
|
|
|
||||||
16
src/data.js
16
src/data.js
|
|
@ -96,15 +96,14 @@ module.exports = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Sudan Chapagain',
|
name: 'Sudan Chapagain',
|
||||||
description:
|
description: 'Student',
|
||||||
'Student',
|
|
||||||
url: 'https://sudanchapagain.com.np/uses',
|
url: 'https://sudanchapagain.com.np/uses',
|
||||||
twitter: '@sudanchapagain',
|
twitter: '@sudanchapagain',
|
||||||
emoji: '📌',
|
emoji: '📌',
|
||||||
country: '🇳🇵',
|
country: '🇳🇵',
|
||||||
computer: 'windows',
|
computer: 'windows',
|
||||||
phone: 'android',
|
phone: 'android',
|
||||||
tags: ['neovim','astro','tailwind','go','c',],
|
tags: ['neovim', 'astro', 'tailwind', 'go', 'c'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'James Auble',
|
name: 'James Auble',
|
||||||
|
|
@ -877,7 +876,16 @@ module.exports = [
|
||||||
country: '🇩🇰',
|
country: '🇩🇰',
|
||||||
computer: 'apple',
|
computer: 'apple',
|
||||||
phone: 'iphone',
|
phone: 'iphone',
|
||||||
tags: ['Product Manager', 'Web Developer', 'TypeScript', 'JavaScript', 'CSS', 'Svelte', 'UI', 'UX'],
|
tags: [
|
||||||
|
'Product Manager',
|
||||||
|
'Web Developer',
|
||||||
|
'TypeScript',
|
||||||
|
'JavaScript',
|
||||||
|
'CSS',
|
||||||
|
'Svelte',
|
||||||
|
'UI',
|
||||||
|
'UX',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Justin Mahar',
|
name: 'Justin Mahar',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue