streaming 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 6, 2024Jun 6, 2024
Should 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
Ruby 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
Published inYask123Recursion via Mathematical InductionHow to think about recursion questions:Jan 9, 2017Jan 9, 2017
My 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
Check 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
Implementing 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