Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rshaker/reference

Links to reference documentation
https://github.com/rshaker/reference

a and dependent exquisitely in live on science society technology we

Last synced: 8 days ago
JSON representation

Links to reference documentation

Awesome Lists containing this project

README

        

# General

## App stores
- [Chrome Web Store](https://chromewebstore.google.com/)
- [Microsoft Edge addons](https://microsoftedge.microsoft.com/addons/)

## Apple
- [Apple developer documentation](https://developer.apple.com/documentation/)
- [Swift language documentation](https://www.swift.org/documentation/)

### community desperation for lack of Apple support
- [Open Radar: community bug reporting](https://openradar.me)
- [SwiftUI Lab gists](https://gist.github.com/swiftui-lab) and [blog](https://swiftui-lab.com/) of experiments

## Blogs
- [Chrome](https://chromereleases.googleblog.com/)
- [Chromium](https://blog.chromium.org/)
- [Stackoverflow](https://stackoverflow.blog/)
- [web.dev](https://web.dev/blog)

## Docker
- Root minimal images: [Ubuntu](https://cloud-images.ubuntu.com/minimal/releases/), [Alpine](https://alpinelinux.org/downloads/)

## E-commerce
- [Amazon Seller Central reference](https://sellercentral.amazon.com/help/hub/reference/)

## How-to's
- [Digital Ocean documentation](https://docs.digitalocean.com/)

## Malware scanning
- [VirusTotal: analyse suspicious files, domains, IPs and URLs](https://www.virustotal.com/)

## Multimedia tools
- [ffmpeg](https://ffmpeg.org/documentation.html)

## Shells
- [bash reference manual](https://www.gnu.org/software/bash/manual/bash.html)
- [dash reference manual](https://www.debian.org/doc/manuals/debian-reference/)
- [zsh reference manual](https://zsh.sourceforge.io/Doc/Release/)

## Style guides
- [PEP 8 – Style Guide for Python Code](https://peps.python.org/pep-0008/)

Google publishes more than a dozen style guides for various languages [here](https://google.github.io/styleguide/).
This is an abbreviated list.

- [Google HTML style guide](https://google.github.io/styleguide/htmlcssguide.html)
- [Google Java style guide](https://google.github.io/styleguide/javaguide.html)
- [Google Javascript style guide](https://google.github.io/styleguide/jsguide.html)
- [Google Objective-C style guide](https://google.github.io/styleguide/objcguide.html)
- [Google Swift style guide](https://google.github.io/swift/)
- [Google Typescript style guide](https://google.github.io/styleguide/tsguide.html)
- [Google XML style guide](https://google.github.io/styleguide/xmlstyle.html)

## Version management environments
- [Python version manager](https://github.com/pyenv/pyenv)
- [Node version manager](https://github.com/nvm-sh/nvm)
- [Ruby version manager](https://rvm.io/rvm/install)

# Web dev

## API documentation
- [Chrome browser web extensions](https://developer.chrome.com/docs/extensions/)
- [Firefox browser web extensions](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions)
- [Opera browser web extensions](https://dev.opera.com/extensions/)
- [Edge browser web extensions](https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/)
- [Safari browser web extensions](https://developer.apple.com/documentation/safariservices/safari-web-extensions)

## Browser compatibility
- [Can I use](https://caniuse.com/)
- [Browserslist](https://browsersl.ist/)

## Example code
- [Chrome extension samples](https://github.com/GoogleChrome/chrome-extensions-samples)
- [MDN extension examples](https://github.com/mdn/webextensions-examples)
- [MDN DOM examples](https://github.com/mdn/dom-examples/)
- [Material components](https://github.com/material-components)

## Patterns
- [web.dev](https://web.dev/patterns) animation, clipboard, components, etc...

## Releases & Roadmaps
- [Chrome release notes](https://support.google.com/chrome/a/answer/10314655)
- [Chrome release cycle](https://chromium.googlesource.com/chromium/src/+/master/docs/process/release_cycle.md)
- [Chrome roadmap](https://chromestatus.com/roadmap)
- [Firefox roadmap](https://whattrainisitnow.com/calendar/)

## Test
- [Chrome devtools protocol](https://chromedevtools.github.io/devtools-protocol/)
- [Jest](https://jestjs.io/)
- [MochaJS](https://mochajs.org/)
- [Playwright](https://playwright.de)
- [Puppeteer](https://pptr.dev/)