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
82c7aed748
commit
b7773e47ad
2 changed files with 36 additions and 34 deletions
|
|
@ -44,7 +44,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil
|
||||||
* [Alphan Günaydın](https://ialphan.com/uses) — Principal Developer
|
* [Alphan Günaydın](https://ialphan.com/uses) — Principal Developer
|
||||||
* [Abdujabbar Bozdar](https://yabozdar.com/uses/) — C Programmer, Systems Engineer
|
* [Abdujabbar Bozdar](https://yabozdar.com/uses/) — C Programmer, Systems Engineer
|
||||||
* [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/uses/) — Developer. Writer.
|
||||||
* [John Hammond](https://mathsquirrel.com/posts/2024/01/uses/) — Teaching Professor and Nerd
|
* [John Hammond](https://mathsquirrel.com/posts/2024/01/uses/) — Teaching Professor and Nerd
|
||||||
* [Daniel Rotter](https://danielrotter.at/uses) — Senior Fullstack Developer at Yummy Publishing and organizer of the VlbgWebDev Meetup
|
* [Daniel Rotter](https://danielrotter.at/uses) — Senior Fullstack Developer at Yummy Publishing and organizer of the VlbgWebDev Meetup
|
||||||
* [Jon Seager](https://jnsgr.uk/uses) — Husband, father, leader, software engineer, geek
|
* [Jon Seager](https://jnsgr.uk/uses) — Husband, father, leader, software engineer, geek
|
||||||
|
|
@ -54,6 +54,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil
|
||||||
* [Sudan Chapagain](https://sudanchapagain.com.np/uses) — Student
|
* [Sudan Chapagain](https://sudanchapagain.com.np/uses) — Student
|
||||||
* [Tim Benniks](https://timbenniks.dev/uses) — Developer relations, speaker, content creator
|
* [Tim Benniks](https://timbenniks.dev/uses) — Developer relations, speaker, content creator
|
||||||
* [Damian Cyrus](https://damiancyrus.com/uses) — Full Stack Developer, Front-end Software Engineer, Tech Lead, DevDad.
|
* [Damian Cyrus](https://damiancyrus.com/uses) — Full Stack Developer, Front-end Software Engineer, Tech Lead, DevDad.
|
||||||
|
* [Gaurav Kesh Roushan](https://gauravkesh.github.io/uses/) — Fullstack Developer specializing in web development with experience in backend, frontend, and cloud technologies
|
||||||
* [James Auble](https://jamesauble.com/uses) — Full Stack Developer
|
* [James Auble](https://jamesauble.com/uses) — Full Stack Developer
|
||||||
* [Andrew Bus](https://andrewbus.com/uses) — Senior Lead Software Engineer
|
* [Andrew Bus](https://andrewbus.com/uses) — Senior Lead Software Engineer
|
||||||
* [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
|
||||||
|
|
|
||||||
67
src/data.js
67
src/data.js
|
|
@ -663,39 +663,40 @@ module.exports = [
|
||||||
'Adobe CC',
|
'Adobe CC',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Gaurav Kesh Roushan',
|
name: 'Gaurav Kesh Roushan',
|
||||||
description: 'Fullstack Developer specializing in web development with experience in backend, frontend, and cloud technologies',
|
description:
|
||||||
url: 'https://gauravkesh.github.io/uses/',
|
'Fullstack Developer specializing in web development with experience in backend, frontend, and cloud technologies',
|
||||||
twitter: '@gkrcoder_',
|
url: 'https://gauravkesh.github.io/uses/',
|
||||||
emoji: '💻',
|
twitter: '@gkrcoder_',
|
||||||
country: '🇮🇳',
|
emoji: '💻',
|
||||||
computer: 'apple',
|
country: '🇮🇳',
|
||||||
phone: 'android',
|
computer: 'apple',
|
||||||
tags: [
|
phone: 'android',
|
||||||
'Fullstack',
|
tags: [
|
||||||
'Backend',
|
'Fullstack',
|
||||||
'Frontend',
|
'Backend',
|
||||||
'JavaScript',
|
'Frontend',
|
||||||
'TypeScript',
|
'JavaScript',
|
||||||
'React',
|
'TypeScript',
|
||||||
'Next.js',
|
'React',
|
||||||
'Node.js',
|
'Next.js',
|
||||||
'Express',
|
'Node.js',
|
||||||
'MongoDB',
|
'Express',
|
||||||
'MySQL',
|
'MongoDB',
|
||||||
'RESTful APIs',
|
'MySQL',
|
||||||
'TailwindCSS',
|
'RESTful APIs',
|
||||||
'Bootstrap',
|
'TailwindCSS',
|
||||||
'Git',
|
'Bootstrap',
|
||||||
'GitHub',
|
'Git',
|
||||||
'Data Structures',
|
'GitHub',
|
||||||
'Algorithms',
|
'Data Structures',
|
||||||
'Problem-Solving',
|
'Algorithms',
|
||||||
'C++',
|
'Problem-Solving',
|
||||||
'Java'
|
'C++',
|
||||||
]
|
'Java',
|
||||||
},
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'James Auble',
|
name: 'James Auble',
|
||||||
description: 'Full Stack Developer',
|
description: 'Full Stack Developer',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue