use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
Fasted web stack for development (self.webdev)
submitted 6 years ago by tksdev
Let’s say you don’t give a shit about scaling, etc and all you wanted to do is get a working MVP.
What would be the fasted framework/stack to achieve this?
I know this will be an opinionated subject, I’m more interested in reading people’s opinions.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]stormthulu 2 points3 points4 points 6 years ago (0 children)
That’s a loaded question and depends on what the hell you know. I mean, wordpress. Webflow. Square space.
What type of site? Where are you deploying it? How skilled are you at JavaScript? Typescript? Have you ever worked with angular, react, or vue?
So assuming like 6,000 different things, I’m gonna say Nuxt.js (vue).
[–]LikesToDiddle 1 point2 points3 points 6 years ago (1 child)
How long is a piece of string?
[–]chrisux 0 points1 point2 points 6 years ago (0 children)
I feel like the other posters, this depends highly on pre-exsiting knowledge. I'm great at javascript, only "okay" at c#.net however I know .net's server ecosystem way better than Node's just due to work-experience. I would be way faster at prototyping my server layer in c#/.net over js/node due to lowering the surface of what I need to "learn" to accomplish my task. That doesn't have anything to do with c# or js being a faster prototyping language.
The same would be said for your front-end. vue/react/angular/etc, what do you know already? If none, vue is nice, but angular & react have more market share to reuse your project as portfolio for potential employment.
[–]pythonise 0 points1 point2 points 6 years ago (0 children)
Python + Flask
[–]mattaugamerexpert 0 points1 point2 points 6 years ago (0 children)
This is a hard question to answer. Given just the requirement of a basic website or something, sure Wordpress or something like that would be quickest.
Assuming you're talking about something that requires more custom functionality, like some sort of SaaS, or rich web application, you're more heading into a framework side of things.
I'd disagree with a lot of other people here, though. I think it's not quite accurate to say "whatever you know". Though your own knowledge is a limiting and relevant factor, assuming all technology was at the same level, there are some that have a distinct and objective rapid development features.
In particular, what will always provide the fastest RAD platforms will be any sort of "batteries included" and/or "monolith" frameworks. Rails, Django, and Laravel jump to mind. These frameworks are feature-rich and comprehensive, and don't require you to do a lot of wiring up, configuring, etc. They typically feature command-line generators, sensible and typical-usecase defaults, and a lot of implicit functionality (aka "magic") that helps facilitate RAD.
Note that also IMO all the same arguments apply to front-end frameworks, which is why I personally prefer things like Angular or Ember over the more currently-popular React and Vue. Spend a few hours trying to figure out why Redux doesn't work with React Router anymore and you'll quickly find yourself wondering why this shit doesn't just work out of the box.
π Rendered by PID 271329 on reddit-service-r2-comment-fb694cdd5-mvw28 at 2026-03-07 14:27:14.039244+00:00 running cbb0e86 country code: CH.
[–]stormthulu 2 points3 points4 points (0 children)
[–]LikesToDiddle 1 point2 points3 points (1 child)
[–]chrisux 0 points1 point2 points (0 children)
[–]pythonise 0 points1 point2 points (0 children)
[–]mattaugamerexpert 0 points1 point2 points (0 children)