139 reputation
3
bio website yevgeller.blogspot.com
location Aomori Prefecture, Japan
age
visits member for 1 year, 3 months
seen Jun 5 at 6:53
stats profile views 2

Programmer in remote area of Japan looking for work. I do .Net, interested in functional programming (studied Haskell), currently in the process of learning Objective-C.


Mar
19
comment Advantages of using business logic in model
I added some details, hope it helps :)
Mar
9
comment non-programming jobs that making use of programmig skills?
+1 for sales job. Come to Best Buy, sales personnel on the floor sometimes don't know what they are trying to sell you.
Mar
9
comment Need advice for approach for a web-based app that loads excel worksheet but exposes only the charts
If I had to implement a project based on your requirements (as I understand them now) in a web environment, I would use the ASP.Net chart component for presentation. I would pull data from the database and present charts based on what you have in the database. Then I would build an interface to let users play with data (your "what-if" component. That way my app would be light enough not to have to deal with MS Office components, I could adjust the presentation to users' likings, I would be in a flexible-enough environment to adjust features based on user's needs, and no deployment needed.