suryansh's blog

Ideas to try:

  1. I am loving go as a programming language as of now, want to build something cool in it.
    May be try implementing some research paper in go, it could be any distributed system paper.
    Raft, will see and update??

  2. I feel there should be some good way to find out how much money i have invested in stock market.
    Problem:
    In zerodha i have observed that it shows my invested amount and appreciated amount. So it gives me some return. Lets say invested amount is 100 and it became 110 then 10% will be shown as return.
    Now the problem which i am facing is 100 (the invested amount) is not the actual input money , it also has some profit amount within it.
    Suppose i actually added 60 rs and got a share , sold it and booked a profit of 40rs, now amount is 100, zerodha shows invested amount as 100
    There should be someways to find actual invested amount.
    I should figure out some solution for it, may be build a small webapp for it.