diff --git a/README.md b/README.md index 9e4d4e7..70ed5b7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,19 @@ -[Presentation](https://github.2rioffice.com/pages/barys/ltk-props-testing/) +[Presentation](https://biscout24.github.io/ltk-props-testing/) To run it locally [install nodejs](http://nodejs.org/) and -```bash +```shell script cd ./docs npm install npm start +``` + +Open `http://localhost:8000` to view your presentation + +You can change the port by using `npm start -- --port=8001` + +Hint. In case you experience issue on mac os with `npm` try +```shell script +npm install -g npm-check-updates +npm-check-updates -u +npm install ``` \ No newline at end of file diff --git a/docs/img/Bender.png b/docs/img/Bender.png new file mode 100644 index 0000000..2d95a88 Binary files /dev/null and b/docs/img/Bender.png differ diff --git a/docs/index.html b/docs/index.html index 71cf94c..4450a24 100644 --- a/docs/index.html +++ b/docs/index.html @@ -63,27 +63,31 @@
Barys Ilyushonak aka Boris + Lead Software Engineer @ Foundation Services / München + [Java => Erlang => Scala] +
- +```scala /** - * DeviceIdent + * graph-based analysis * 24x7 SaaS application * 0-downtime deployment - * real-time device scoring + * real-time processing */ val techStack = Map( - "lang" -> "scala", - "reactive" -> "akka", - "web" -> "Play!", - "messaging" -> "kafka", - "frontEnd" -> "nginx", - "storage" -> "MongoDB", - "os" -> "debian" + "lang" -> "scala", + "effect" -> "cats-effect", + "web" -> "http4s", + "messaging" -> "kafka", + "frontEnd" -> "nginx", + "storage" -> "MongoDB", + "os" -> "debian", + "orchestration" -> "k8s" ) ```
@@ -157,20 +161,6 @@**Property-based testing** helps you to **find edge cases** and **understand code behaviour** @@ -206,6 +196,28 @@
+ [Take a look at full presentation](https://biscout24.github.io/ltk-props-testing/) + + Code examples at [git@github.com:biscout24/ltk-props-testing.git](https://github.com/biscout24/ltk-props-testing/) +
+ +