Hacker News new | ask | show | jobs
by mburst 4044 days ago
My main focus is my Android app which is a way to follow professional Dota games https://play.google.com/store/apps/details?id=com.teamtol.li... I also work on http://problemotd.com/ which has a daily programming/logic puzzle. It's also open source if you're interested https://github.com/mburst/problemotd
1 comments

That Dota app looks nice, how long have you been working on it for?

How come you chose django over something such as flask for problemotd?

I've been working on it for almost a year now. It's crazy how fast the app and Dota space has grown since Valve released their WebAPI. Been considering open source the app for a little. Starting to work with other Dota enthusiasts on building cool new features.

I know Django super well and love the community and framework. While the framework does add some overhead it also makes for quicker development (in my case anyway).