Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkachmar/lc2018
Input Validation in PureScript
https://github.com/jkachmar/lc2018
Last synced: 28 days ago
JSON representation
Input Validation in PureScript
- Host: GitHub
- URL: https://github.com/jkachmar/lc2018
- Owner: jkachmar
- Created: 2018-06-03T16:49:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T16:14:38.000Z (over 6 years ago)
- Last Synced: 2024-11-07T04:49:39.341Z (3 months ago)
- Language: PureScript
- Size: 57.6 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Input Validation in PureScript
Handy links for my LambdaConf 2018 workshop.
For ease of use, it's **highly** recommended that you follow along with the
exercises on Try PureScript if at all possible (see the Try PureScript Exercises
section below).If you'd rather build and run locally, follow the instructions in the Local
Exercises section below.## Slides
Presentation slides can be found [here](https://docs.google.com/presentation/d/1GBUM0e4NcocM12zJ0lM1U4WXLRukT7JS0M7EUUNKKew/edit?usp=sharing)
## Try PureScript Exercises
As of June 4th, 2018 Try PureScript has an invalid certificate.
If you visit any of these exercise links, you'll have to add a certificate
exception![Exercise 1.1](http://bit.ly/2sckTgl)
[Exercise 1.2](http://bit.ly/2LyG6t9)
[Exercise 2](http://bit.ly/2xeF6XT)
[Exercise 3](http://bit.ly/2GWa0Uh)
[Exercise 4](http://bit.ly/2Jcu2PK)
[Exercise 5](http://bit.ly/2kLTaiw)
## Local Exercises
Ensure that you have `npm` installed.
Run `npm install` in this directory (this downloads and caches some PureScript
utilities).Follow the instructions at each of the exercise subdirectories:
[Exercise 1.1](./ex1.1)
[Exercise 1.2](./ex1.2)
[Exercise 2](./ex2)
[Exercise 3](./ex3)
[Exercise 4](./ex4)
[Exercise 5](./ex5)