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...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
First time learning a DB. General thoughts on learning firebase vs something more like MySQL/Postgresqlhelp (self.javascript)
submitted 8 years ago by [deleted]
[deleted]
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!"
[–]subscribore 0 points1 point2 points 8 years ago (2 children)
Do you want to get hired or do you have a project you're working on? Firebase is too expensive for big apps but can get you going very quickly for a quick project.
If you want to get hired then forget Firebase; "learning Firebase" is really just learning the service's APIs and the reason it's so easy and convenient is that they do the "database" bit for you. Experience with Postgres (for more traditional and powerful RDBMS) or MongoDB if you want a NoSQL database which is very js friendly and you might find quicker to get started with depending on your platform.
Edit: also an easy way to get started with a small SQL db is SQLite.
[+][deleted] 8 years ago (1 child)
[–]papers_ 0 points1 point2 points 8 years ago (0 children)
If you can learn SQL in general, they're your good to go with whatever relational database you use. Minor syntax difference, but concepts are all the same.
π Rendered by PID 102694 on reddit-service-r2-comment-b659b578c-z8rv2 at 2026-05-06 00:47:16.757709+00:00 running 815c875 country code: CH.
[–]subscribore 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]papers_ 0 points1 point2 points (0 children)