https://github.com/code-star/learning
https://github.com/code-star/learning
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-star/learning
- Owner: code-star
- Created: 2021-03-31T06:44:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-08T09:43:21.000Z (almost 4 years ago)
- Last Synced: 2025-01-18T11:19:06.000Z (4 months ago)
- Language: TypeScript
- Homepage: https://code-star.github.io/learning/app.html
- Size: 143 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codestar Learning
## Goal
We'd like to provide **a curated list of learning resources to learn about any topic**.
Curated means that you must have read/watched/studied a resource before adding it. Please provide a review detailing why you liked a resource and for who it will be suitable. For example:
> ## FP Simplified by Alvin Alexander
> As the book title, FP Simplified explains the FP concepts and its buzzwords in plain English. Pick this first before touching the Red Book.
>
> Read by:
> * Tammy (recommended)## Folder structure
Folder structure like:
```
Backend/Functional Programming.md
Backend/Functional Programming/Monad.md
```General knowledge about Functional Programming can be added to `Backend/Functional Programming.md` while more specific subjecs can be addressed in `Backend/Functional Programming/Monad.md`.
## Schedule intake
Martin
---
Abishek
Bart*
Bjorn
Cuno*
Martin
Mikel*Donovan
---
Daniel
Eelco
Hamza
Hassan
Hernan
JanWerner
---
Jean-Marc
Lone
Nathan
Rene
Roberto
Tammy# Installation of module
- Install Deno
- Install Velociraptor: `deno install -qA -n vr https://deno.land/x/[email protected]/cli.ts`
- Install Pagic: `deno install --unstable --allow-read --allow-write --allow-net --allow-run --name=pagic https://deno.land/x/pagic/mod.ts`
- `vr build`
- to run locally, remove `root: "/learning/",` from pagic.config.ts