Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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