mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Merge pull request #172 from HugoDF/migrate-hugo
Migrate Hugo Di Francesco
This commit is contained in:
commit
894a870b54
2 changed files with 26 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ When done, check that person off.
|
|||
* [ ] [Lemon 🍋](https://ahoylemon.xyz/uses/) - Web Developer, Podcaster, Human Who Makes Dumb Shit
|
||||
* [ ] [Kevin Jalbert](https://kevinjalbert.com/uses/) - Developer Lead (React/Rails), Blogger.
|
||||
* [ ] [Swapnil Agarwal](https://swapnil.net/uses/) - Backend Developer, Aspiring Writer, Budding Designer
|
||||
* [ ] [Hugo Di Francesco](https://codewithhugo.com/uses/) - JavaScript Developer, Blogger
|
||||
* [x] [Hugo Di Francesco](https://codewithhugo.com/uses/) - JavaScript Developer, Blogger
|
||||
* [x] [Josiah Wiebe](https://jwie.be/uses/) - Full Stack Developer & Designer
|
||||
* [ ] [Khalil Stemmler](https://khalilstemmler.com/uses/) - Fullstack Javascript Developer / Designer, Musician 🇨🇦
|
||||
* [ ] [Pierre-Antoine _Leny_ Delnatte](https://leny.me/uses/) - Fullstack Web Developer, Bootcamp coach 🇧🇪
|
||||
|
|
|
|||
25
src/data.js
25
src/data.js
|
|
@ -916,6 +916,31 @@ const pages = [
|
|||
'Node',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Hugo Di Francesco',
|
||||
description:
|
||||
"JavaScript developer, blogger at codewithhugo.com, author of 'Professional JavaScript' with Packt.",
|
||||
url: 'https://codewithhugo.com/uses/',
|
||||
twitter: '@hugo__df',
|
||||
emoji: '👓',
|
||||
country: '🇬🇧',
|
||||
computer: 'apple',
|
||||
phone: 'android',
|
||||
tags: [
|
||||
'Engineer',
|
||||
'Full Stack',
|
||||
'Blogger',
|
||||
'Author',
|
||||
'Python',
|
||||
'Docker',
|
||||
'Kubernetes',
|
||||
'Serverless',
|
||||
'JavaScript',
|
||||
'TypeScript',
|
||||
'React',
|
||||
'Vue',
|
||||
'Node',
|
||||
},
|
||||
{
|
||||
name: 'Steve Heyes',
|
||||
description:
|
||||
|
|
|
|||
Loading…
Reference in a new issue