RSRadhakrishnan Selvarajintech.radhakrishnan-s.co.uk·Nov 27, 2024 · 2 min readSwift 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...00
RSRadhakrishnan Selvarajintech.radhakrishnan-s.co.uk·Nov 21, 2024 · 2 min readSwift - 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...00
RSRadhakrishnan Selvarajintech.radhakrishnan-s.co.uk·Jan 5, 2024 · 3 min readRejections 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...00
RSRadhakrishnan Selvarajintech.radhakrishnan-s.co.uk·May 31, 2023 · 1 min readThe 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...00
RSRadhakrishnan Selvarajintech.radhakrishnan-s.co.uk·May 17, 2023 · 2 min readPatience 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...00