Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashd/learnstack
To read is good, To practice is divine.
https://github.com/hashd/learnstack
all-in-one elixir experiments learning-by-doing phoenix-framework playground puppeteer
Last synced: 16 days ago
JSON representation
To read is good, To practice is divine.
- Host: GitHub
- URL: https://github.com/hashd/learnstack
- Owner: hashd
- Created: 2015-06-13T16:54:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T10:12:26.000Z (about 7 years ago)
- Last Synced: 2024-10-15T17:21:03.088Z (about 1 month ago)
- Topics: all-in-one, elixir, experiments, learning-by-doing, phoenix-framework, playground, puppeteer
- Homepage:
- Size: 874 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### LearnStack
Base for various learning experiments, check out the various branches for specific experiments.Use the following command to create an orphan branch for a learning project.
``` bash
git checkout --orphan
```#### List of learning experiments
- [**archives**](https://github.com/hashd/LearnStack/tree/archives) - All archived learning experiments
- [**puppeteer**](https://github.com/hashd/LearnStack/tree/puppeteer) - Code related to using puppeteer for server side exports as png and pdf
- [**elixir**](https://github.com/hashd/LearnStack/tree/elixir) - Experiments with building server side rendered apps using Phoenix
- [**typescript-decorators](https://github.com/hashd/LearnStack/tree/ts-decorators) - Experiments with typescript decorators