Skip to content

arseny-kostenko/rx-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo for Reactive Programming Tech Club

Slides

Recording of the presentation

What it does:

  1. Observe the stream of keystrokes in one UI client.​
  2. Make another UI client aware when the first client started/stopped typing.​
  3. Log the stream on the server.​
  4. Create a stream from a stream.​
  5. Watch for a cheat code from Doom — idkfa.​
  6. Do NOT handle keystrokes when the cheat code is activated.​
  7. Make cheat code deactivate itself after five seconds.​
  8. Pass BitQuill's coding interview test — calculate the average of the last 10 readings of the thermostat. We'll use ASCII codes of chars typed as temperature values.

How to run

  1. docker compose up --build
  2. http://localhost:8080/ opens the Random Typer app
  3. http://localhost:8081/ opens the Hide Your Pain Observer app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors