Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kylemit/portfolio
Personal Portfolio Project
https://github.com/kylemit/portfolio
about-me
Last synced: 26 days ago
JSON representation
Personal Portfolio Project
- Host: GitHub
- URL: https://github.com/kylemit/portfolio
- Owner: KyleMit
- License: mit
- Created: 2019-01-05T20:11:38.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T16:59:42.000Z (about 3 years ago)
- Last Synced: 2025-01-18T07:53:57.129Z (about 1 month ago)
- Topics: about-me
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio Project
## UX Research
* [Stackoverflow Advanced Search](https://stackoverflow.com/help/searching)
* [Github Search](https://github.com/search/advanced)## APIs
### Stack Overflow Answers / Questions
#### Docs
* [Overview](https://api.stackexchange.com/docs)
* [filters](https://api.stackexchange.com/docs/filters)#### Routes
* [`/fitler/create`](https://api.stackexchange.com/docs/create-filter)
* [`/user`](https://api.stackexchange.com/docs/users#order=desc&sort=reputation&inname=kylemit&filter=!b1MME9g2-Y.VRz&site=stackoverflow&run=true) | [Sample](https://api.stackexchange.com/2.2/users?order=desc&sort=reputation&inname=kylemit&site=stackoverflow&filter=!b1MME9g2-Y.VRz)
* [`/users/{ids}/answers`](https://api.stackexchange.com/docs/answers-on-users#pagesize=99&order=desc&sort=activity&ids=1366033&filter=!0S26hfKUGZwOsWcu5*Mhc7\)rY&site=stackoverflow) | [Sample](https://api.stackexchange.com/2.2/users/1366033/answers?pagesize=99&order=desc&sort=activity&site=stackoverflow&filter=!Fcb\(61J.xH9mBNKQZFc1o1euO*)
* [`/users/{ids}/questions`](https://api.stackexchange.com/docs/questions-on-users#pagesize=99&order=desc&sort=activity&ids=1366033&filter=!gB8kbaBHiaDl5hSyghdoeUS7Ql5WWK*mc*r&site=stackoverflow&run=true) | [Sample](https://api.stackexchange.com/2.2/users/1366033/questions?pagesize=99&order=desc&sort=activity&site=stackoverflow&filter=!gB8kbaBHiaDl5hSyghdoeUS7Ql5WWK*mc*r)#### Types
* [filter](https://api.stackexchange.com/docs/types/filter)
* [user](https://api.stackexchange.com/docs/types/user)
* [question](https://api.stackexchange.com/docs/types/question)
* [answer](https://api.stackexchange.com/docs/types/answer)### Github Repos
* [`/users/:username/repos`](https://developer.github.com/v3/repos/#list-user-repositories)
* [`/repos/:owner/:repo/readme`](https://developer.github.com/v3/repos/contents/)### JsFiddle Fiddles
* [`api/user/:username/demo/list.json`](https://docs.jsfiddle.net/api/displaying-user-fiddles)
### Bloger Articles
* [`blogger/v3/blogs/byurl`](https://developers.google.com/blogger/docs/3.0/reference/blogs/getByUrl?apix_params=%7B%22url%22%3A%22http%3A%2F%2Fwww.codingeverything.com%2F%22%7D)
* [`blogger/v3/blogs/blogId/posts`](https://developers.google.com/blogger/docs/3.0/reference/posts/list?apix_params=%7B%22blogId%22%3A%228252867149515968674%22%7D)## Node
* [HTTP Requests in Node](https://www.valentinog.com/blog/http-requests-node-js-async-await/)
## Javascript
* [Combine Arrays](https://stackoverflow.com/a/35223022/1366033)
* [Turn an object into query string parameters in JavaScript](https://stackoverflow.com/a/34209399/1366033)## Visual Studio
* [Debuggin Node in VS](https://github.com/nodejs/node/issues/15464)