mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
commit
d730db1115
1 changed files with 21 additions and 0 deletions
21
src/data.js
21
src/data.js
|
|
@ -1,6 +1,27 @@
|
|||
// 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: 'Renan Moura',
|
||||
description: 'Posts for anyone looking to go deeper into Python and find practical ways to apply it in the fields of Web Development, Data Science and Machine Learning',
|
||||
url: 'https://renanmf.com/uses',
|
||||
twitter: '@renanmouraf',
|
||||
emoji: '🏊♂️',
|
||||
country: '🇧🇷',
|
||||
computer: 'linux',
|
||||
phone: 'android',
|
||||
tags: [
|
||||
'Python',
|
||||
'Cloud',
|
||||
'Data',
|
||||
'Machine Learning',
|
||||
'Web Development',
|
||||
'Software Engineering',
|
||||
'Databases',
|
||||
'Containers',
|
||||
'Linux',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Randy Daniel',
|
||||
description: '(UI/UX Designer) + Developer',
|
||||
|
|
|
|||
Loading…
Reference in a new issue