Day 6 / Apr 26 (Tue)¶
Kafka Streams Cntd¶
Kafka Streams with Scala
Morning Exercise¶
Word Count Per Record¶
Remember Exercise: Word Count Per Record? Use Kafka Streams this time.
Object-Oriented Programming¶
Define the following classes to represent 2-dimentional figures:
Triangle
Square
Rectangle
Circle
The figures should all report the following:
- Perimeter (obwód)
- Area (pole)
Write tests and publish to Github.
Code Review¶
A code review session with the solutions to the Object-Oriented Programming exercise yesterday.
- https://github.com/MateuszSab/room-oop
- https://github.com/1Gize/room
- https://github.com/zdulak/scala-exercises
- https://github.com/szczepanja/room-oop
- https://github.com/admskrzpk/room-capacity