Writing from the field — on data infrastructure, AI in practice, and how we build the platforms behind real-world impact.
Pagination is a common method used for handling large datasets and responses in web sites. It is also a useful method for API driven applications. We recently applied this method to our mobile app, SD
About a year ago, we rolled out a major overhaul to Secure Data Kit's <a href="https://www.securedatakit.com/blog/sdk-reporting-calculate-and-share-without-lifting-a-finger">reporting system</a>. You
ListView is a core React Native Component, designed specifically to render a vertically scrolling list of data in your mobile app. We use the ListView component in our app, Secure Data Kit, in order t
<strong>Goal -</strong> We needed a way to save test results for future analysis + we wanted to explore our own API library while away on a recent team PBH (product building holiday, of course...)
<strong>What</strong> Build a simple tool that allows WhatsApp users to subscribe to receive a daily / weekly / monthly report (via WhatsApp) of their data collected via Secure Data Kit. <strong>Why<