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
51e7fb6778
commit
a09b90fb92
2 changed files with 13 additions and 3 deletions
|
|
@ -31,6 +31,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil
|
|||
|
||||
* [Simon Aronsson](https://simme.dev/uses) — Developer Advocate, Cloud and Devops Aficionado, Full-stack Developer
|
||||
* [Wes Bos](https://wesbos.com/uses) — Maker of this site. Web Developer, Tutorial Maker, Syntax.fm Podcaster, BBQ Lover
|
||||
* [Arturo De la Garza](https://arturodelagarza.com/uses) — Full-stack web developer, avid learner, loves to play video games and board games
|
||||
* [Ahmed Ibrahim](https://ahmed-ibrahim.com/uses) — Full-stack developer who believes that Passion is the key to every success.
|
||||
* [Bob Orchard](https://boborchard.com/uses) — Semi-stack developer with a design background. Woodworker. Maker.
|
||||
* [Michael Stokoe](https://msweb.dev/uses) — Back-end PHP Developer. Gamer, musician and motorcyclist.
|
||||
|
|
@ -129,6 +130,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil
|
|||
* [David O'Trakoun](https://www.davidosomething.com/uses/) — Software Engineer
|
||||
* [Dean Harris](https://deanacus.com/uses/) — Front End Developer. Husband. Skateboarder. Occasional blogger
|
||||
* [Michael Hoffmann](https://www.mokkapps.de/uses) — Freelance Software Engineer
|
||||
* [Colin Morris](https://vonexplaino.com/blog/posts/page/uses.html) — Steampunker, solution architect and web developer. Mad science works for all cases.
|
||||
* [Austin Gil](https://stegosource.com/uses/) — Some dude that writes code.
|
||||
* [Michael Le](https://www.michael1e.com/uses/) — Software Engineer
|
||||
* [Sergey Panay](https://panay.dev/uses) — Front End developer. Productivity nerd.
|
||||
|
|
|
|||
14
src/data.js
14
src/data.js
|
|
@ -52,7 +52,7 @@ module.exports = [
|
|||
url: 'https://arturodelagarza.com/uses',
|
||||
twitter: '@agzertuche',
|
||||
emoji: '🚀',
|
||||
country: '🇲🇽',
|
||||
country: '🇲🇽',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
|
|
@ -1994,14 +1994,22 @@ module.exports = [
|
|||
},
|
||||
{
|
||||
name: 'Colin Morris',
|
||||
description: 'Steampunker, solution architect and web developer. Mad science works for all cases.',
|
||||
description:
|
||||
'Steampunker, solution architect and web developer. Mad science works for all cases.',
|
||||
url: 'https://vonexplaino.com/blog/posts/page/uses.html',
|
||||
twitter: '@vonexplaino',
|
||||
emoji: '⚙️',
|
||||
country: '🇦🇺',
|
||||
computer: 'windows',
|
||||
phone: 'iphone',
|
||||
tags: ['Architect', 'Developer', 'Blogger', 'PHP', 'JavaScript', 'Back End']
|
||||
tags: [
|
||||
'Architect',
|
||||
'Developer',
|
||||
'Blogger',
|
||||
'PHP',
|
||||
'JavaScript',
|
||||
'Back End',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Austin Gil',
|
||||
|
|
|
|||
Loading…
Reference in a new issue