|
|
|
|
|
by pcowans
4793 days ago
|
|
So what is your background? It seems like you have experience doing something technical, even if it isn't professional software engineering. Do you feel you could code up a workable implementation of your network simulation in Python which could be encapsulated as a component of a larger system using a mix of technologies? Separating things out into modules for which you can (in theory) implement using different stacks is generally a good idea in any case. |
|
The workable implementation pretty soon baffles me on the database side. Basically all I know is from flat data file or database upwards. I really can't implement a system of cards that is expandable on-the-fly.
The modular approach is a good suggestion. It's what I got from the Trello stack post as well [1].
But I'm still looking for a good heuristic to get those modules in place (perhaps without someone extra on board).
[1] http://blog.fogcreek.com/the-trello-tech-stack/