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…

Connecting React Navigators To Redux Stores

In this blog post I will demonstrate how to connect React Navigators to Redux Stores. But first, let's quickly understand what react navigators are and why would we want to connect them to redux stores anyway. React Native doesn't have a built-in API for navigation like a web browser does…