We are now in the last quarter of 2020, and the year has been eventful, to say the least! Back in March, this is definitely not how I saw the year going, but every uncertainty brings with it tremendous opportunities. As someone who has always believed in stepping out of the comfort zone, I think … Continue reading Evolving with the times: Lessons from 2020
Category: General
Efficient Evenly Distributed Sampling of Time Series Records in PostgreSQL
The Problem I have been working on an application that, at it's heart, stores a large amount of data that is organized primarily through the use of a foreign key and a timestamp field. The table's own primary key is UUID based, combining the foreign key with a UUID for the individual record itself, and … Continue reading Efficient Evenly Distributed Sampling of Time Series Records in PostgreSQL
Catching APNS on your Xcode Simulator
As iOS developers, we have always faced the pain of testing the APNS (Apple Push Notification Services) only on actual iOS devices. Well, not anymore from Xcode 11.4 beta, because now we can test APNS on simulators also. We’ll directly dive into the action of “how-to”. So follow my lead : Have Xcode 11.4 beta(latest … Continue reading Catching APNS on your Xcode Simulator