You mentioned python: Pick up Flask. It's seriously the most down to earth, "it does what I want it to do" framework for web. Make sure you know how to use SQLAlchemy (Flask's builtin SQLAlchemy is amazing) so you can have a persistent database and just spend some time building pages with forms and populate your pages with forms. Later you can make it look pretty with Bootstrap. I spent a lot of time opposed to "web…
Ask HN: Software eng, but not a web dev. Learn new frameworks to build MVP?
11–20 of 34 posts
Re: Ask HN: Software eng, but not a web dev. Learn new frameworks to build MVP?
#12Re: Ask HN: Software eng, but not a web dev. Learn new frameworks to build MVP?
#13It would be a good way starting off, a subreddit would work too. Might as well start building the community today
then you can build whatever stack you want for more fine tuned features (django, rails, etc)
Re: Ask HN: Software eng, but not a web dev. Learn new frameworks to build MVP?
#14In addition to their actual software, looks like they have a nice little guide about actually building thriving communities on their tech: http://www.communitybuildingguide.com/
Re: Ask HN: Software eng, but not a web dev. Learn new frameworks to build MVP?
#15You mentioned python: Pick up Flask. It's seriously the most down to earth, "it does what I want it to do" framework for web. Make sure you know how to use SQLAlchemy (Flask's builtin SQLAlchemy is amazing) so you can have a persistent database and just spend some time building pages with forms and populate your pages with forms. Later you can make it look pretty with Bootstrap. I spent a lot of time opposed to "web…
Re: Ask HN: Software eng, but not a web dev. Learn new frameworks to build MVP?
#16You mentioned python: Pick up Flask. It's seriously the most down to earth, "it does what I want it to do" framework for web. Make sure you know how to use SQLAlchemy (Flask's builtin SQLAlchemy is amazing) so you can have a persistent database and just spend some time building pages with forms and populate your pages with forms. Later you can make it look pretty with Bootstrap. I spent a lot of time opposed to "web…
Flask is great, but as this is his first web project he wont have any own opinions. Therefore Django might be the better choice as he has all the batteries (ORM, backend dashboard, user registration, ...) already included.
Re: Ask HN: Software eng, but not a web dev. Learn new frameworks to build MVP?
#17It's been a while since I've taken a look at the landscape, but Telescope is a tool that's built explicitly (or at least used to be explicitly) for building Reddit/HN style communities ( http://www.telescopeapp.org/ ). In addition to their actual software, looks like they have a nice little guide about actually building thriving communities on their tech: http://www.communitybuildingguide.com/
Re: Ask HN: Software eng, but not a web dev. Learn new frameworks to build MVP?
#18If I were in your position, I'd choose Django or Laravel. I'm really not a fan of PHP but Laravel has a lot of dummy proof features and it's super fast and easy to get pretty serious projects built. Django and Laravel both have very excellent, detailed documentation as well. Good luck! Sounds like a fun project. I hope you post it on here so I can check it out when it's done!
//shameless plug You can stay updated and get awesome sci-fi news, tools and projects by subscribing to Future Proof! (http://eepurl.com/dBhfE5)
Re: Ask HN: Software eng, but not a web dev. Learn new frameworks to build MVP?
#19You say to have minimal HTML. So I'd say phone a friend for the UI/UX - Don't under estimate how much work has to go into the front end of web apps. In my experience users now expect full rich applications in their browsers, and the effort required to create that typically ends up being 80% of the work. The backend always basically ends up just being functions to shove data in/out of database tables - which is kinda…
Re: Ask HN: Software eng, but not a web dev. Learn new frameworks to build MVP?
#20wouldn't just a discourse forum suffice? or a phpbb instance It would be a good way starting off, a subreddit would work too. Might as well start building the community today then you can build whatever stack you want for more fine tuned features (django, rails, etc)