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
e947fe9c8c
commit
b34f00de5c
2 changed files with 16 additions and 5 deletions
|
|
@ -29,9 +29,11 @@ This readme is auto-generated from the data.js file, so please don't PR this fil
|
|||
|
||||
# Awesome Uses ![Awesome][awesome-badge]
|
||||
|
||||
* [Nick East](https://www.nick-east.com/uses) — Front-end developer, UX/UI designer, Web Jedi 🧙♂️
|
||||
* [Karol Sobolewski](http://www.sobolewski.tk/#uses) — Hello there, Iam the bald one. A junior full-stack developper.
|
||||
* [Joshua Cerbito](https://www.cerbito.com/uses) — I write code, I train devs, and I play music.
|
||||
* [Salma Alam-Naylor](https://whitep4nth3r.com/uses) — Live coding streamer, writer and speaker
|
||||
* [Amit Dhamu](https://amitd.co/uses) — Software Engineer, Formula 1 Addict, Tech Junkie, Hip-Hop Head
|
||||
* [Vadim Smirnov](https://fuzzyreason.io/uses) — Software engineer and Community Leader at Facebook DevC. Working in React ecosystem.
|
||||
* [Dominik Gallitzendörfer](https://nharox.com/uses) — Front‑end developer with a focus on UI/UX. Loves CSS and is addicted to Tetris.
|
||||
* [Denys Tynok](https://famiclone.ml/uses/) — Front-end development
|
||||
|
|
@ -60,7 +62,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil
|
|||
* [Sam Hamburger](https://samburger.dev/uses) — Frontend Engineer
|
||||
* [Sreetam Das](https://sreetamdas.com/uses) — Software Developer from India. 💜 React, TypeScript and Mechanical Keyboards!
|
||||
* [Anand Biswas](https://aanu.me/uses/) — Django Developer
|
||||
* [Maxim Villivald](https://proj.ninja/uses) — Web Developer, IT Student 👨💻, Blogger & part time Tram Driver 🚃.
|
||||
* [Maxim Villivald](https://villivald.com/uses) — Web Developer, IT Student 👨💻, Blogger & part time Tram Driver 🚃.
|
||||
* [Sven Luijten](https://svenluijten.com/uses) — Full stack developer for the web.
|
||||
* [Matt Holovach](https://www.coloradoseodesign.com/uses.php) — Loves SEO, improving coding skills and good food
|
||||
* [Bradley Shellnut](https://bradleyshellnut.com/uses) — Fullstack software engineer who loves learning new things. Also music 🎶, hiking ⛰️, and cocktails 🍸.
|
||||
|
|
@ -333,6 +335,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil
|
|||
* [Adam Jahnke](https://adamyonk.com/uses) — Caffiend, motorcyclist, climber, recovering perfectionist. I love to make the complex simple.
|
||||
* [Andrew Healey](https://healeycodes.com/uses) — Software Engineer, Writer, Learner!
|
||||
* [Scott Tolinski](https://scotttolinski.com/uses) — Web Developer, Tutorial Maker, Podcaster, Bboy
|
||||
* [Jonathan Watson](https://jonathanjwatson.com/uses) — Engineer, Educator, Entrepreneur
|
||||
* [Sascha Monteiro](https://www.purejs.com/uses/) — Full Stack Web Developer, JavaScript, Java
|
||||
* [Leonardo Melo](https://www.leomeloxp.dev/uses) — Full stack web developer. Typescript lover, always learning new stuff.
|
||||
* [Lucca Miranda](https://gist.github.com/luckened/f160096cec6b4b8291b335a19b486f75) — Web Developer Intern
|
||||
|
|
|
|||
16
src/data.js
16
src/data.js
|
|
@ -1,7 +1,7 @@
|
|||
// keep it commonjs export
|
||||
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L53-L68
|
||||
module.exports = [
|
||||
{
|
||||
{
|
||||
name: 'Nick East',
|
||||
description: 'Front-end developer, UX/UI designer, Web Jedi 🧙♂️ ',
|
||||
url: 'https://www.nick-east.com/uses',
|
||||
|
|
@ -10,7 +10,14 @@ module.exports = [
|
|||
country: '🇬🇧',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
tags: ['Front End', 'JavaScript', 'Designer', 'JAMstack', 'React', 'Gatsby'],
|
||||
tags: [
|
||||
'Front End',
|
||||
'JavaScript',
|
||||
'Designer',
|
||||
'JAMstack',
|
||||
'React',
|
||||
'Gatsby',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Karol Sobolewski',
|
||||
|
|
@ -74,7 +81,8 @@ module.exports = [
|
|||
},
|
||||
{
|
||||
name: 'Amit Dhamu',
|
||||
description: 'Software Engineer, Formula 1 Addict, Tech Junkie, Hip-Hop Head',
|
||||
description:
|
||||
'Software Engineer, Formula 1 Addict, Tech Junkie, Hip-Hop Head',
|
||||
url: 'https://amitd.co/uses',
|
||||
twitter: '@amitdhamu',
|
||||
emoji: '🏎',
|
||||
|
|
@ -6534,7 +6542,7 @@ module.exports = [
|
|||
'Teacher',
|
||||
'Instructor',
|
||||
'Youtuber',
|
||||
'Front End'
|
||||
'Front End',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue