December 29, 2017 2 min read
Partially Applied Functions in Scala
A great primer for Scala devs or functional programming buffs in general, check out how (and why) to make use of partially applied functions.
December 17, 2017 2 min read
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.
October 29, 2017 2 min read
Designing Resilient Microservices
Designing resilient microservices is must.
October 15, 2017 2 min read
Designing Automated Microservice
Designing automated microservices is a real benefit to the team.
September 28, 2017 2 min read
Designing Autonomous Microservice
Designing an autonomous microservices. The article discusses why and how to design self-sufficient and self-governing services
September 08, 2017 2 min read
Designing Observable Microservice
Designing an observable microservices. The article discusses why and how microservices should be monitored
August 05, 2017 2 min read
Designing High Cohesion Microservice
Designing a highly cohesive microservices. The article discussed couple of examples of live and well-defined self aggregated microservices
June 16, 2017 2 min read
Designing Business Centric Microservice
Designing a domain specific microservices. The article discussed couple of examples of live and well-defined business centric microservices
May 21, 2017 2 min read
Introduction to Microservices
A quick introduction to microservices architecture
April 03, 2017 2 min read
URL encoding and decoding using Scala
A quick hands-on example of ecoding and decoding urls in Scala.
February 26, 2017 2 min read
Benefits of CI - Production Ready Code
Article to share thoughts on benefits for continuous integration. A use case on how continuous integration can help release a production ready code
January 17, 2017 1 min read
Benefits of CI - Decrease code review time
Article to share thoughts on benefits for continuous integration. CI pipeline can help developers to review the code more effectively.