Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lebrancconvas/awesome-documentation

Curated List of Documentations and Repositories for Tools, Libraries, Frameworks using in various fields of Software Development and Computer Science related.
https://github.com/lebrancconvas/awesome-documentation

List: awesome-documentation

awesome awesome-list awesome-lists document documentation documents framework library open-source tool tools

Last synced: 3 months ago
JSON representation

Curated List of Documentations and Repositories for Tools, Libraries, Frameworks using in various fields of Software Development and Computer Science related.

Awesome Lists containing this project

README

        

# Awesome Documentation

## Web Development

### Front-End Framework / Library
- [React](https://react.dev/reference/react) ([Github](https://github.com/facebook/react))
- [Vue](https://vuejs.org/guide)
- [Next](https://nextjs.org/docs) ([Github](https://github.com/vercel/next.js))
- [Nuxt](https://nuxt.com/docs) ([Github](https://github.com/nuxt/nuxt))
- [Angular](https://angular.dev/overview) ([Github](https://github.com/angular/angular)) ([Tutorial](https://angular.dev/tutorials))
- [Svelte](https://svelte.dev/docs) ([Github](https://github.com/sveltejs/svelte)) ([Tutorial](https://learn.svelte.dev/tutorial))
- [SvelteKit](https://kit.svelte.dev/docs) ([Github](https://github.com/sveltejs/kit)) ([Tutorial](https://learn.svelte.dev/tutorial/introducing-sveltekit))
- [Backbone.js](https://backbonejs.org/) ([Github](https://github.com/jashkenas/backbone))
- [SolidJS](https://docs.solidjs.com/) ([Github](https://github.com/solidjs/solid)) ([Tutorial](https://www.solidjs.com/tutorial))
- [Astro](https://docs.astro.build/) ([Github](https://github.com/withastro/astro))

### UI Framework / Library
- [Tailwind CSS](https://tailwindcss.com/docs/) ([Github](https://github.com/tailwindlabs/tailwindcss))
- [MUI](https://mui.com/material-ui/getting-started) ([Github](https://github.com/mui/material-ui))
- [Bulma](https://bulma.io/documentation) ([Github](https://github.com/jgthms/bulma))
- [Ant Design](https://ant.design/components/overview/) ([Github](https://github.com/ant-design/ant-design))
- [Semantic UI](https://semantic-ui.com/introduction/getting-started.html) ([Github](https://github.com/semantic-org/semantic-ui))

### Back-End / API / Full-Stack
- **JavaScript / TypeScript**
- [ExpressJS](https://expressjs.com/en/5x/api.html) ([Github](https://github.com/expressjs/express))
- [HonoJS](https://hono.dev/docs) ([Github](https://github.com/honojs/hono))
- [ElysiaJS](https://elysiajs.com/at-glance.html) ([Github](https://github.com/elysiajs/elysia))
- **Go**
- [net/http](https://pkg.go.dev/net/http) ([Github](https://github.com/golang/go/tree/master/src/net/http)) ([Go Package](https://pkg.go.dev/net/http))
- [Echo](https://echo.labstack.com/docs) ([Github](https://github.com/labstack/echo)) ([Go Package](https://pkg.go.dev/github.com/labstack/echo/v4))
- [Gin](https://gin-gonic.com/docs/) ([Github](https://github.com/gin-gonic/gin)) ([Go Package](https://pkg.go.dev/github.com/gin-gonic/gin))
- [Fiber](https://docs.gofiber.io/) ([Github](https://github.com/gofiber/fiber)) ([Go Package](https://pkg.go.dev/github.com/gofiber/fiber/v3))
- **Rust**
- [Axum](https://docs.rs/axum/latest/axum) ([Github](https://github.com/tokio-rs/axum))
- [Actix](https://docs.rs/actix-web/latest/actix_web/) ([Github](https://github.com/actix/actix-web))
- **PHP**
- [Laravel](https://laravel.com/docs/11.x) ([Github](https://github.com/laravel/framework))
- **Ruby**
- [Ruby on Rails](https://guides.rubyonrails.org/) ([Github](https://github.com/rails/rails))
- **Python**
- [Django](https://docs.djangoproject.com/en/5.0) ([Github](https://github.com/django/django))
- [Flask](https://flask.palletsprojects.com/en/3.0.x/) ([Github](https://github.com/pallets/flask))
- [FastAPI](https://fastapi.tiangolo.com/) ([Github](https://github.com/fastapi/fastapi))

## Web Scraping / Web Automation

- [Playwright](https://playwright.dev/docs/intro) ([Github](https://github.com/microsoft/playwright))
- [Puppeteer](https://pptr.dev/docs) ([Github](https://github.com/puppeteer/puppeteer))
- [Cheerio](https://cheerio.js.org/docs) ([Github](https://github.com/cheeriojs/cheerio))
- [Cypress](https://docs.cypress.io/) ([Github](https://github.com/cypress-io/cypress))
- [Selenium](https://www.selenium.dev/documentation) ([Github](https://github.com/SeleniumHQ/selenium))

## Game Development / Computer Graphics

- **JavaScript / TypeScript**
- [HTML Canvas API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API)
- [P5.js](https://p5js.org/reference) ([Github](https://github.com/processing/p5.js))
- [PixiJS](https://pixijs.com/8.x/guides) ([Github](https://github.com/pixijs/pixijs))
- [ThreeJS](https://threejs.org/docs/) ([Github](https://github.com/mrdoob/three.js))
- [Phaser](https://newdocs.phaser.io/docs/3.80.0) ([Github](https://github.com/phaserjs/phaser))
- [Kaboom.js](https://kaboomjs.com/) ([Github](https://github.com/replit/kaboom))
- **Go**
- [Ebiten](https://ebitengine.org/en/documents) ([Github](https://github.com/hajimehoshi/ebiten)) ([Go Package](https://pkg.go.dev/github.com/hajimehoshi/ebiten/v2))
- [Pixel](https://pkg.go.dev/github.com/faiface/pixel) ([Github](https://github.com/faiface/pixel)) ([Go Package](https://pkg.go.dev/github.com/faiface/pixel))
- **Rust**
- [Bevy](https://docs.rs/bevy/latest/bevy) ([Github](https://github.com/bevyengine/bevy))
- **Lua**
- [Love2D](https://love2d.org/wiki/Getting_Started) ([Github](https://github.com/love2d/love))

## Data Science & Artificial Intelligence

### Data Analysis and Visualization
- [NumPy](https://numpy.org/doc) ([Github](https://github.com/numpy/numpy))
- [Pandas](https://pandas.pydata.org/docs) ([Github](https://github.com/pandas-dev/pandas))
- [Matplotlib](https://matplotlib.org/stable/index.html) ([Github](https://github.com/matplotlib/matplotlib))
- [Seaborn](https://seaborn.pydata.org/) ([Github](https://github.com/mwaskom/seaborn))

### Artificial Intelligence, Machine Learning, and Deep Learning / Neural Network
- [PyTorch](https://pytorch.org/docs) ([Github](https://github.com/pytorch/pytorch))
- [Scikit-Learn](https://scikit-learn.org/stable/) ([Github](https://github.com/scikit-learn/scikit-learn))

### Generative AI
- [OpenAI API](https://platform.openai.com/docs) ([Cookbook](https://cookbook.openai.com/))
- [Claude API (Anthropic)](https://docs.anthropic.com/)

### Large Language Models (LLMs)
- [Ollama](https://github.com/ollama/ollama/tree/main/docs) ([Github](https://github.com/ollama/ollama))
- **JavaScript / TypeScript**
- [LangChain.js](https://js.langchain.com/v0.2/docs) ([Github](https://github.com/langchain-ai/langchainjs))