mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
commit
47a9dd9824
1 changed files with 16 additions and 4 deletions
20
src/data.js
20
src/data.js
|
|
@ -13,6 +13,7 @@
|
||||||
* @property {string[]} tags - list of tools or other tags the contributor uses
|
* @property {string[]} tags - list of tools or other tags the contributor uses
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* List of all contributors with /uses pages.
|
* List of all contributors with /uses pages.
|
||||||
* @type {Person[]}
|
* @type {Person[]}
|
||||||
|
|
@ -3942,7 +3943,7 @@ module.exports = [
|
||||||
{
|
{
|
||||||
name: 'Zlatan Stajic',
|
name: 'Zlatan Stajic',
|
||||||
description:
|
description:
|
||||||
'M.Sc. in Computer Science. Working as a Web Developer. Creator of bit.ly/php-library.',
|
'M.Sc. in Computer Science. Working as Software Developer. Creator of libraryfy.com.',
|
||||||
url: 'https://www.zlatanstajic.com/uses',
|
url: 'https://www.zlatanstajic.com/uses',
|
||||||
twitter: '@90zlaya',
|
twitter: '@90zlaya',
|
||||||
emoji: '⚡️',
|
emoji: '⚡️',
|
||||||
|
|
@ -3950,16 +3951,27 @@ module.exports = [
|
||||||
computer: 'linux',
|
computer: 'linux',
|
||||||
phone: 'iphone',
|
phone: 'iphone',
|
||||||
tags: [
|
tags: [
|
||||||
|
'Laravel',
|
||||||
'PHP',
|
'PHP',
|
||||||
'MySQL',
|
'HTML',
|
||||||
|
'CSS',
|
||||||
'JavaScript',
|
'JavaScript',
|
||||||
|
'TypeScript',
|
||||||
|
'React',
|
||||||
|
'Next.js',
|
||||||
'Vue.js',
|
'Vue.js',
|
||||||
'CodeIgniter',
|
'Tailwind CSS',
|
||||||
|
'Material UI',
|
||||||
|
'Bootstrap',
|
||||||
|
'MySQL',
|
||||||
|
'PostgreSQL',
|
||||||
|
'Git',
|
||||||
|
'SVN',
|
||||||
'Linux',
|
'Linux',
|
||||||
'Ubuntu',
|
'Ubuntu',
|
||||||
'Full Stack',
|
'Full Stack',
|
||||||
'Web Developer',
|
'Web Developer',
|
||||||
'Software Engineer',
|
'Software Developer',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue