An open API service indexing awesome lists of open source software.

https://github.com/hbjydev/itshaydendev

My profile readme
https://github.com/hbjydev/itshaydendev

Last synced: about 2 months ago
JSON representation

My profile readme

Awesome Lists containing this project

README

        

## Hey, I'm Hayden! 👨‍đŸ’ģ

Software Developer at ESP Projects đŸ–Ĩ

[![Twitter](https://img.shields.io/twitter/follow/itshaydendev?label=follow&style=social)](https://twitter.com/itshaydendev)
[![Reddit](https://img.shields.io/reddit/user-karma/combined/haydennyyy?label=karma&style=social)](https://reddit.com/u/haydennyyy)

### Some details about me đŸ—ƒâ„šī¸

```js
const me = new Person()
.setName('Hayden Young')
.setAge(16)
.setEmail('[email protected]')
.setHomepage('https://itshayden.dev')
.setLanguages('JavaScript', 'TypeScript', 'PHP', 'Kotlin')
.setTools('React', 'Koa', 'Laravel', 'GitHub Actions', 'Docker')
.setCommunities([
{ name: 'The Programmer\'s Hangout',
url: 'https://discord.gg/programming' },
{ name: 'r/SwordArtOnline',
url: 'https://reddit.com/r/swordartonline' }
])
.setStatus('Learning Laravel & PHP 7 through my job!');

me.socials = {
twitter: '@itshaydendev',
reddit: 'u/itshaydendev',
devto: 'itshaydendev',
probablyOtherThings: [ 'itshaydendev', 'itshaydenboi' ]
}

me.interests = [
'coding',
'playing videogames',
'devops',
'learning japanese', // not a weeb though...
'MEMES. MEMES MEMES MEMES.'
];

await me.save();

console.log('Hope that was helpful!');
```