Tail Recursion in Scala
Sure, recursion can be error-prone, but that's what tail recursion tries to solve. See how Scala helps developers out with recursive code.
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
Designing a highly cohesive and self aggregated microservice. Designing a highly cohesive microservices. The article discussed couple of examples of live and well-defined self aggregated microservices
Experience on a hack day. An entry of experience on North East Dynamo hack day
Designing a domain specific and business focussed microservice. Designing a domain specific microservices. The article discussed couple of examples of live and well-defined business centric microse...
What are Microservices? A quick introduction to microservices architecture
A quick hands-on example of ecoding and decoding urls in Scala.