Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danestves/danestves
https://github.com/danestves/danestves
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danestves/danestves
- Owner: danestves
- Created: 2022-02-27T21:05:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T00:29:13.000Z (about 1 year ago)
- Last Synced: 2024-10-29T20:37:28.445Z (3 months ago)
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Hi there š
[![Twitter](https://img.shields.io/twitter/follow/danestves?style=social)](https://twitter.com/danestves)
[![YouTube](https://img.shields.io/youtube/channel/subscribers/UC6YYVDKZC3mu1iB8IOCFqcw?style=social)](https://youtube.com/danesteves?sub_confirmation=1)
[![GitHub](https://img.shields.io/github/followers/danestves?style=social)](https://github.com/danestves)- š Iām currently working as a Senior Frontend Engineer
- š± Iām currently learning UI/UX
- šÆ Iām looking to collaborate on OSS projects
- š¬ Ask me about why aliens haven't contacted us yet š¤Ŗ
- š« How to reach me: [email protected]
- ā” Fun fact: I'm also a content creator```ts
let danestves: Profile = {
pronouns: "he/him",
languages: ["Spanish", "English"],
code: ["JavaScript", "HTML", "CSS"],
tools: ["React", "Next.js", "Gatsby", "Remix", "Vue", "Nuxt", "Node.js", "Prisma", "GraphQL"],
links: {
blog: "https://danestves.com", // āļø
youtube: "https://youtube.com/danesteves", // š¬
instagram: "https://instagram.com/danestves", // š·
twitter: "https://twitter.com/danestves", // š¤
linkedin: "https://linkedin.com/in/danestves" // š¼
},
};
```