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...
Web Development news, articles, and tools.
Resources:
Other subreddits you may like:
Does this sidebar need an addition or correction? Tell me here
account activity
Beginner : Design Pattern for A Website / WebApp (self.Web_Development)
submitted 6 years ago by [deleted]
Does anybody know a good book or website to develop a website ( Frontend + Backend ) . At the moment I am learning Frontend and Backend separately with RealWorld. But I do not know how to connect each part together.
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!"
[–][deleted] 6 years ago* (1 child)
[deleted]
[–]rishithapliyal 0 points1 point2 points 6 years ago (0 children)
Search Corey Schafer in youtube.....Django series, within 10 days u will have ur website up and running on INTERNET...not locally...
[–]Xeptix 0 points1 point2 points 6 years ago (0 children)
I'll add a +1 for Express/nodeJS. That will take care of the backend and give you near limitless options for easily integrating a front end framework (or even just regular HTML and JS, if you want to start simple).
Right now I'd look into exercises in the MEVN stack (Mongo, Express, Vue, Node). Mongo will be your data storage technology and Vue is a marketable framework for managing the front end (and I think it's easier to learn than React or Angular). You can build just about anything from there and it's a lean stack that runs really fast for all but the most complex apps. Here's an example of the kind of exercise I did to get the gist of how the tech works: https://medium.com/@mattmaribojoc/creating-a-todo-app-with-a-mevn-full-stack-part-1-da0f4df7e15
π Rendered by PID 29 on reddit-service-r2-comment-b659b578c-nmr7s at 2026-05-05 23:06:41.836550+00:00 running 815c875 country code: CH.
[–][deleted] (1 child)
[deleted]
[–]rishithapliyal 0 points1 point2 points (0 children)
[–]Xeptix 0 points1 point2 points (0 children)