You are viewing our Forum Archives. To view or take place in current topics click here.
Any javascrip developers?
Posted:

Any javascrip developers?Posted:

Bighair
  • Powerhouse
Status: Offline
Joined: Sep 26, 201013Year Member
Posts: 401
Reputation Power: 17
Status: Offline
Joined: Sep 26, 201013Year Member
Posts: 401
Reputation Power: 17
Heyy guys,

Been doing my fair share of javascipt development that's covered everything from client side web apps to real-time data driven mobile apps with a little bit of game development in there to! I had the incentive to learn al it as it was needed for uni but it's actually became a person favourite language of mine,

Was just wondering if there is any javascript developers on here and what sort of thing you focus on with it?

I'm thinking about a possible colab over the summer months if I found the right person but this thread is more of a discussion about your use of JavaScript mail me about a colab.

#2. Posted:
Nic
  • Retired Staff
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
Motto: I've been watching you all day.
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
I've been working with MEAN stacks for a while now, i.e. Node.js, Express, Angular and MongoDB. Pretty cool stuff and also quite popular these days. Full-stack JavaScript applications have a bright future, so if you want to work with JavaScript professionally I would definitely recommend it.

Meteor is also fun to work with, it has less of a learning curve than MEAN stacks and it is easy to quickly set-up an app.
#3. Posted:
ZZ9_x_iCaLZz
  • Challenger
Status: Offline
Joined: Jun 23, 201211Year Member
Posts: 113
Reputation Power: 7
Status: Offline
Joined: Jun 23, 201211Year Member
Posts: 113
Reputation Power: 7
I am a javascript developer (Mainly web but also work alot on server applications, written a live server that loads javascript at runtime and refreshes every second so you can edit the server as its running), also worked with Node.JS and Angular... Ignored MongoDB never really cared much for it, as for what i focus on is Real Time data applications in websites.

For example my specialty not kidding is making Administrator Panels for websites and infrastructures. Mixing javascript with Node.JS, PHP and AJAX/JQUERY.

Javascript, Node.JS and PHP... if you can learn those 3 you have a high chance of making a WebApp, Mobile App, Desktop App (Squirrel Installer with NJS), Server Apps (NJS), Games (Web- three.js, BabylonJS...).

So as for working with javascript as a profession...
There is a lot of opportunities there, down the road javascript may replace lua for scripting so keep an eye out!
#4. Posted:
ObscureCoder
  • Resident Elite
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
"Ignored MongoDB never really cared much for it, as for what i focus on is Real Time data applications in websites."

Nice. Not using a great NoSQL solution for real time applications.
#5. Posted:
ZZ9_x_iCaLZz
  • V5 Launch
Status: Offline
Joined: Jun 23, 201211Year Member
Posts: 113
Reputation Power: 7
Status: Offline
Joined: Jun 23, 201211Year Member
Posts: 113
Reputation Power: 7
ObscureCoder wrote "Ignored MongoDB never really cared much for it, as for what i focus on is Real Time data applications in websites."

Nice. Not using a great NoSQL solution for real time applications.


I meant securely... if it has to be secure you need it behind PHP and PDO is better for PHP.
#6. Posted:
Nic
  • Retired Staff
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
Motto: I've been watching you all day.
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
ZZ9_x_iCaLZz wrote I meant securely... if it has to be secure you need it behind PHP and PDO is better for PHP.

Maybe you could explain a little more what you're talking about, because I think you're confusing people here.

1. Why would MongoDB need PHP be secure? Considering this topic is about JavaScript, and you said you are a JavaScript developer yourself - what is wrong with simply using... JavaScript? Not to mention you're not going to be happy if you would have to install PHP on Node.js.

2. How would PDO be "better" than MongoDB? I don't see how they can be compared like that as they are 2 different things. If you think PDO is a database then you might want to go through some PHP documentation.
#7. Posted:
ZZ9_x_iCaLZz
  • V5 Launch
Status: Offline
Joined: Jun 23, 201211Year Member
Posts: 113
Reputation Power: 7
Status: Offline
Joined: Jun 23, 201211Year Member
Posts: 113
Reputation Power: 7
Nic wrote
ZZ9_x_iCaLZz wrote I meant securely... if it has to be secure you need it behind PHP and PDO is better for PHP.

Maybe you could explain a little more what you're talking about, because I think you're confusing people here.

1. Why would MongoDB need PHP be secure? Considering this topic is about JavaScript, and you said you are a JavaScript developer yourself - what is wrong with simply using... JavaScript? Not to mention you're not going to be happy if you would have to install PHP on Node.js.

2. How would PDO be "better" than MongoDB? I don't see how they can be compared like that as they are 2 different things. If you think PDO is a database then you might want to go through some PHP documentation.


I clearly have written the response incorrectly...

What im trying to say as for MongoDB i never would use it because i mostly work with web apps and when using databases with web apps you don't want to setup the db connection client side, they could get the database credentials so i use PHP and PDO so its Secure from the user.
#8. Posted:
Nic
  • Retired Staff
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
Motto: I've been watching you all day.
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
ZZ9_x_iCaLZz wrote
Nic wrote
ZZ9_x_iCaLZz wrote I meant securely... if it has to be secure you need it behind PHP and PDO is better for PHP.

Maybe you could explain a little more what you're talking about, because I think you're confusing people here.

1. Why would MongoDB need PHP be secure? Considering this topic is about JavaScript, and you said you are a JavaScript developer yourself - what is wrong with simply using... JavaScript? Not to mention you're not going to be happy if you would have to install PHP on Node.js.

2. How would PDO be "better" than MongoDB? I don't see how they can be compared like that as they are 2 different things. If you think PDO is a database then you might want to go through some PHP documentation.


I clearly have written the response incorrectly...

What im trying to say as for MongoDB i never would use it because i mostly work with web apps and when using databases with web apps you don't want to setup the db connection client side, they could get the database credentials so i use PHP and PDO so its Secure from the user.

MongoDB works great for web applications and also runs server-side, so no worries there.

I suggest you look into it (doesn't have to be MongoDB specifically, but server-side JS and JS databases in general). Considering you're a JS developer (and if you like it), it is interesting and can perhaps even be fun to work with.
#9. Posted:
ZZ9_x_iCaLZz
  • Challenger
Status: Offline
Joined: Jun 23, 201211Year Member
Posts: 113
Reputation Power: 7
Status: Offline
Joined: Jun 23, 201211Year Member
Posts: 113
Reputation Power: 7
Nic wrote
ZZ9_x_iCaLZz wrote
Nic wrote
ZZ9_x_iCaLZz wrote I meant securely... if it has to be secure you need it behind PHP and PDO is better for PHP.

Maybe you could explain a little more what you're talking about, because I think you're confusing people here.

1. Why would MongoDB need PHP be secure? Considering this topic is about JavaScript, and you said you are a JavaScript developer yourself - what is wrong with simply using... JavaScript? Not to mention you're not going to be happy if you would have to install PHP on Node.js.

2. How would PDO be "better" than MongoDB? I don't see how they can be compared like that as they are 2 different things. If you think PDO is a database then you might want to go through some PHP documentation.


I clearly have written the response incorrectly...

What im trying to say as for MongoDB i never would use it because i mostly work with web apps and when using databases with web apps you don't want to setup the db connection client side, they could get the database credentials so i use PHP and PDO so its Secure from the user.

MongoDB works great for web applications and also runs server-side, so no worries there.

I suggest you look into it (doesn't have to be MongoDB specifically, but server-side JS and JS databases in general). Considering you're a JS developer (and if you like it), it is interesting and can perhaps even be fun to work with.


Well i guess its time i should look into it, thanks for the suggestion ;)
#10. Posted:
Royal_Stance
  • New Member
Status: Offline
Joined: Mar 29, 20168Year Member
Posts: 18
Reputation Power: 0
Status: Offline
Joined: Mar 29, 20168Year Member
Posts: 18
Reputation Power: 0
Nic wrote I've been working with MEAN stacks for a while now, i.e. Node.js, Express, Angular and MongoDB. Pretty cool stuff and also quite popular these days. Full-stack JavaScript applications have a bright future, so if you want to work with JavaScript professionally I would definitely recommend it.

Meteor is also fun to work with, it has less of a learning curve than MEAN stacks and it is easy to quickly set-up an app.


Sorry to jump into this conversation between you both but this meteor app seems very good thanks for the recommendation!

Many Thanks,

Josh
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.