tech.radhakrishnan-s.co.ukSwift Combine ZIPThe Zip operator buffers values from each publisher until a complete set is available, then emits them in order. The key difference with latest is that combineLatest: Emits whenever any publisher changes, using most recent values“ wheras ZIP emits wh...Nov 27, 2024·2 min read
tech.radhakrishnan-s.co.ukSwift - Combine - combineLatestWhat is it? CombineLatest is an operator that combines more than one publishers, then provides a tuple of the latest value from each publisher. The combined publisher doesn’t produce elements until each of its upstream publishers publishes at least o...Nov 21, 2024·2 min read
tech.radhakrishnan-s.co.ukRejections in InterviewsRejections are tough to handle, now and always. Looking back, I realize they were even more challenging a few years ago. I'd avoid any risk of rejection, even to the point of rejecting myself before others could. Being rejected by an online form woul...Jan 5, 2024·3 min read
tech.radhakrishnan-s.co.ukThe importance of context in assessmentI often post my hypotheses on mindset, failures, success, growth in Linkedin. This time I decided to let it be reviewed by LLMs ChatGPT and Bard. Prompt Hypothesis: Patience and Calm mind is the strategy. Rate this on different parameters of a hypoth...May 31, 2023·1 min read
tech.radhakrishnan-s.co.ukPatience is the most important skill for a Software EngineerAs Engineers, we will face lack of clarity in below situations during our career Requirements for a Feature Growth in Organization Appraisal Debugging an issue that rarely occurs in production Working with a new team member who does not share tr...May 17, 2023·2 min read