Skip to content

hashd/LearnStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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.

git checkout --orphan <branch_name>

List of learning experiments

  • archives - All archived learning experiments
  • puppeteer - Code related to using puppeteer for server side exports as png and pdf
  • elixir - Experiments with building server side rendered apps using Phoenix
  • **typescript-decorators - Experiments with typescript decorators