Yask Srivastavastreaming dataSometimes you’d find situations where client can’t wait to download the a large data file — to provide a better experience you can make…Jun 6Jun 6
Yask SrivastavaShould you never be the smartest person in the room?Growing up, I knew pretty early in my life that I wanted to pursue Computer Science as a career. Naturally, I wanted to go to the best…Dec 13, 20202Dec 13, 20202
Yask SrivastavaParanoid state machineIn one of our ruby project, we are using AASM gem.Jan 28, 2019Jan 28, 2019
Yask SrivastavaRuby Object ModelI was super new to Ruby and the Rails magic scared the shit out of me. Understanding how objects work in Ruby was crucial to writing good…Feb 19, 2018Feb 19, 2018
Yask SrivastavainYask123Recursion via Mathematical InductionHow to think about recursion questions:Jan 9, 2017Jan 9, 2017
Yask SrivastavaMy Flipkart internship experienceMy 2 month internship at Flipkart is almost over. It was such a wonderful experience. I got to work on a very impactful project with a…Aug 24, 20161Aug 24, 20161
Yask SrivastavaCheck LinkedList for PalindromeO(n) solution would be to reverse half of the linkedlist and then keep two pointers (starting from the beginning and starting from the…May 22, 2016May 22, 2016
Yask SrivastavaImplementing Square root functionI got this question in my Assembly lab. I had to code this up for 8086 processor. But I’ll be writing about the approach here.May 20, 2016May 20, 2016