Mario AriasBook Review: Reactive Messaging Patterns with the Actor Model — Applications and Integration in…In the last couple of weeks, I’ve been reading Reactive Messaging Patterns with the Actor Model — Applications and Integration in Scala and…Apr 3, 20171
Tudor ZgureanuDefine topic schema for Kafka using Protobuf (with examples in Scala)IntroductionMar 20, 2018
Amir KarimiDon’t listen to them, learn Cats this wayOK, you came to the conclusion that type-safety is good; it helps you get things done in a safer manner, at least for whatever you’re…Jan 29, 2018Jan 29, 2018
Miguel ViláSolving Dynamic Programming problems using Functional Programming (Part 1)Dynamic programming (DP) is a technique used to solve innately inefficient recursive problems by storing solutions to pre-computed…Sep 11, 20172Sep 11, 20172
Mario AriasBook Review: Reactive Messaging Patterns with the Actor Model — Applications and Integration in…In the last couple of weeks, I’ve been reading Reactive Messaging Patterns with the Actor Model — Applications and Integration in Scala and…Apr 3, 20171
Tudor ZgureanuDefine topic schema for Kafka using Protobuf (with examples in Scala)IntroductionMar 20, 2018
Amir KarimiDon’t listen to them, learn Cats this wayOK, you came to the conclusion that type-safety is good; it helps you get things done in a safer manner, at least for whatever you’re…Jan 29, 2018
Miguel ViláSolving Dynamic Programming problems using Functional Programming (Part 1)Dynamic programming (DP) is a technique used to solve innately inefficient recursive problems by storing solutions to pre-computed…Sep 11, 20172
Javier SalcedoThose fancy words used by functional programmers purists really annoy me.We, developers, hate and love things continually. We start to take great pleasure using those things that make the “aha!” in our heads…Jan 16, 2018
Saheb MotianiSwagger with Play: All you need to know [Potentially outdated]Swagger is a fancy tool (combination of libraries), which generates beautiful documentation for your REST APIs. All you need to do is add…Mar 20, 20172
Miguel ViláSolving Dynamic Programming problems using Functional Programming (Part 4)n the previous posts, we saw an approach to solving Dynamic Programming problems in a bottom-up fashion and trying to be functional. In…Nov 20, 2017