Lazy Evaluation in Scala
A quick tour of lazy evaluation to cover its benefits and drawbacks in Scala. This quick lesson in lazy evaluation covers its benefits and drawbacks your options to implement it in your Scala code.
A quick tour of lazy evaluation to cover its benefits and drawbacks in Scala. This quick lesson in lazy evaluation covers its benefits and drawbacks your options to implement it in your Scala code.
If you're trying Scala out, see how closures work to bind free variables to function literals with some sample code. This is a quick hands-on tutorial on closures in Scala. It binds free variables ...
Interested in learning some finer points of the Scala language? Read on to get a quick overview of Scala's partial functions, and how they aid in development. This quick hands-on lesson on partial ...
This simple example of function currying shows a simple use case as well as code snippets to show how function currying saves time. This quick hands-on example of currying, article shows a simple u...
A great primer for Scala devs or functional programming buffs in general, check out how (and why) to make use of partially applied functions.
Sure, recursion can be error-prone, but that's what tail recursion tries to solve. See how Scala helps developers out with recursive code.
Resilience is must. Designing resilient microservices is must.
Automated microservices are additional benefit to the team. Designing automated microservices is a real benefit to the team.
Microservices must be self-sufficient and self-governing. Designing an autonomous microservices. The article discusses why and how to design self-sufficient and self-governing services
Microservices must be monitored. Designing an observable microservices. The article discusses why and how microservices should be monitored