Ensure Conventional Commits in your SBT projects

Repeat after me! Commit history is intrinsic to quality documentation. Let's be honest about the number of times we have been disappointed by a poorly maintained commit history of a project anytime we tried to make sense of it. Good commit messages are intrinsic to meaningfully communicate changes…

Making sense of Functors in Scala

In this blog post we will visit functors in Scala and try to reason with their existential purpose and how could we best make use of them. A Functor in functional programming is any type that implements the map or contramap functions. Depending upon which of these methods does a…

A Framework for "Small Talks"

TL;DR This essay attempts to layout a proposal for a framework that is suppose to facilitate and nurture knowledge sharing culture within tech teams and reasons about motivations behind the proposal. Motivation Code reviews, pair programmings and similar conventional development practices not only strive to validate design and implementation…