Thank you for everything, I just started picking up scala and these videos are very useful. This channel is quickly becoming a go to for anything scala, I love the pace, not too fast to get lost and not too slow to get bored. Much love from romania! ;)
@rockthejvm4 жыл бұрын
Really glad to hear it! We'll keep on releasing new videos and articles every week!
@SamuelWainaina04 жыл бұрын
This is my favourite channel at the moment!!
@rockthejvm4 жыл бұрын
Happy to hear it - there's more where that came from!
@SalimOfShadow4 ай бұрын
Really well explained! Loved this!
@tuxjumale41973 жыл бұрын
Great channel, great content, thank you! Regarding curl vs httpie - I like the Intellij HTTP Client - IMO it's very convenient that you can describe requests in the IDE with all autocompletions, and send them in one click
@rockthejvm3 жыл бұрын
hm, let me check that out, thanks!
@christianvalverde12474 жыл бұрын
please more content on akka-http actors and akka-streams ......
@rockthejvm4 жыл бұрын
Will do!
4 жыл бұрын
Thank you very helpful!
@rockthejvm4 жыл бұрын
Glad it clicked!
@sergeibatiuk34684 жыл бұрын
Great content! I am really surpised by the design of Spray though. Why can't it create the "protocol" automatically? Even worse, why do you need to specify the number of parameters in the bean? What a poor design!
@rockthejvm4 жыл бұрын
Protocol creation is a bit tricky - Circe does it with macros and it should support much more than case classes.
@sergeibatiuk34684 жыл бұрын
@@rockthejvm But this could have been implemented the Jackson way - via reflection
@zgngor3 жыл бұрын
spray is revolting.
@rockthejvm3 жыл бұрын
haha why is that?
@zeinebamri4327 Жыл бұрын
I was trying to follow the video and test it out myself but I'm getting this error message back: Symbol 'type akka.stream.scaladsl.Flow' is missing from the classpath. This symbol is required by 'method akka.http.scaladsl.server.RouteResult.routeToFlow'. Make sure that type Flow is in your classpath and check for conflicting dependencies with `-Ylog-classpath`. A full rebuild may help if 'RouteResult.class' was compiled against an incompatible version of akka.stream.scaladsl. I have no clue why this is happening or how I can resolve it 😢