Skip to content

Commit

Permalink
polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Barys Ilyushonak committed Dec 11, 2019
1 parent 77e580f commit 94813a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
* 24x7 SaaS application
* 0-downtime deployment
* real-time processing
* root-cause analysis
*/
val techStack = Map(
"lang" -> "scala",
Expand Down Expand Up @@ -134,7 +135,7 @@ <h3>Example #2</h3>
<section>
"JSON is not the harmless, general purpose data-interchange format as many do believe. No two parsers behave the same way!"
<br/>
(c) Nicolas Seriot, "Parsing JSON is a Minefield"
(c) Nicolas Seriot, "Parsing JSON is a Minefield"
<aside class="notes">
Nicolas Seriot did a research and tests bunch of json parser implementations
</aside>
Expand Down Expand Up @@ -206,6 +207,9 @@ <h3>Where is the code?</h3>
There is an example how one could use `cats-law` to test your instances according to functional laws, e.g. if Option/Try or Future obey monads laws.
</aside>
</section>
<section>
<h3>Let's write some tests together!</h3>
</section>
<section data-background-size="840px" data-background-image="img/one-does-not-5ad72d.jpg">
<aside class="notes">
I wold like to show you how could you apply property-based testing idea to verify monads law in application to scala standard library
Expand Down
2 changes: 1 addition & 1 deletion docs/slides/sort-with.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ trait SeqLike[+A, +Repr] //extends ...

//...
```
Note: what do you thinkg, is it a pure function?
Note: what do you think, is it a pure function?


Lets check it out:
Expand Down

0 comments on commit 94813a2

Please sign in to comment.