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
ac9851ccf5
commit
f9263ce5e4
2 changed files with 24 additions and 10 deletions
|
|
@ -69,6 +69,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 {...❤️}
|
||||||
|
* [Jesse Stilwell](https://stilwell.dev/uses) — DevOps Engineer and Hobbyist Web Developer
|
||||||
* [Luka Harambasic](https://harambasic.de/uses) — German/Croatian product manager from Copenhagen (Denmark) with a deep interest in web development.
|
* [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 🇮🇩
|
||||||
|
|
@ -165,6 +166,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil
|
||||||
* [Emmanuel Gautier](https://www.emmanuelgautier.com/uses) — Solution Architect & Fullstack Developer living in France. Tech enthusiast and Data 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
|
* [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
|
* [Alan Redzepagic](https://alanred.me/uses) — Front-end development, web native, tech enthusiast
|
||||||
|
* [MITSUBOSHI Yuya](https://github.com/MITSUBOSHI/uses) — Software Engineer
|
||||||
* [Vega Deftwing](https://opguides.info/posts/uses/) — Furry forging firmware from frustration
|
* [Vega Deftwing](https://opguides.info/posts/uses/) — Furry forging firmware from frustration
|
||||||
* [Oscar Marion](https://www.oscarmarion.dev/uses) — French front-end engineer based in Brussels.
|
* [Oscar Marion](https://www.oscarmarion.dev/uses) — French front-end engineer based in Brussels.
|
||||||
* [Amr Diab](https://www.amrdiab.dev/uses) — Web Developer, open-source enthusiast, gamer, and lifelong learner.
|
* [Amr Diab](https://www.amrdiab.dev/uses) — Web Developer, open-source enthusiast, gamer, and lifelong learner.
|
||||||
|
|
|
||||||
32
src/data.js
32
src/data.js
|
|
@ -930,14 +930,26 @@ module.exports = [
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Jesse Stilwell",
|
name: 'Jesse Stilwell',
|
||||||
description: "DevOps Engineer and Hobbyist Web Developer",
|
description: 'DevOps Engineer and Hobbyist Web Developer',
|
||||||
url: "https://stilwell.dev/uses",
|
url: 'https://stilwell.dev/uses',
|
||||||
emoji: "🤓",
|
emoji: '🤓',
|
||||||
country: "🇺🇸",
|
country: '🇺🇸',
|
||||||
computer: "windows",
|
computer: 'windows',
|
||||||
phone: "iphone",
|
phone: 'iphone',
|
||||||
tags: ["Docker", "Python", "TypeScript", "Svelte", "SvelteKit", "Vim", "VS Code", "Markdown", "Backend", "Frontend", "Full Stack"],
|
tags: [
|
||||||
|
'Docker',
|
||||||
|
'Python',
|
||||||
|
'TypeScript',
|
||||||
|
'Svelte',
|
||||||
|
'SvelteKit',
|
||||||
|
'Vim',
|
||||||
|
'VS Code',
|
||||||
|
'Markdown',
|
||||||
|
'Backend',
|
||||||
|
'Frontend',
|
||||||
|
'Full Stack',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Luka Harambasic',
|
name: 'Luka Harambasic',
|
||||||
|
|
@ -3323,8 +3335,8 @@ module.exports = [
|
||||||
'React',
|
'React',
|
||||||
'TypeScript',
|
'TypeScript',
|
||||||
'Rust',
|
'Rust',
|
||||||
'Go'
|
'Go',
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Vega Deftwing',
|
name: 'Vega Deftwing',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue