Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Nodejs + Expressjs + MySQL

godwars777

Proficient
Advanced Member
Messages
228
Reaction score
24
Points
28
View attachment 372378


Learn Expressjs using Nodejs + MySQL Database

Para sa mga gustong matoto ng bago naman haha



Nodejs Docs: Here
Expressjs Docs: Here
Pug Docs: Here
NPMjs: Here (useful modules and docs)



Things to Learn:

Nodejs
  • installation
  • LTS vs. Current Ver.
  • module installation
  • Few Samples xD

Nodejs & Expressjs(Framework)
  • expressjs installation
  • views (using pug designing the webpage)
  • routers (learn about - get, post, put, delete)

Nodejs & Expressjs & MySQLDB (later MonggoDB Atlas)

  • create database connection
  • create, read, update, delete
  • filter query (LIKE, OR, = , != etc...)
  • create global connection

Required Skills:

  • HTML^ (though kahit hindi tayo ggamit ng HTML^ tag d2 kc ~pug~ ggamitin pero at least may knowledge kayo sa HTML^)
  • Knowledge about Bootstrap or Semantic UI
  • JavaScript (pure javascript to. Server & Client side walang PHP)
  • Jquery
  • pug (view template)
  • Nodejs basic command

Others:
  • how to use github
  • create repositories and upload project
  • create API for ur website!

Note: marami pa kayong matotonan hehehe~!
Info: alam nyo ba na ang 7eleven ay gamit ang MongoDB Atlas!


WebSystem to Build

Online POS System (with many client)
Open for other websystem suggestion

kung gusto nyo talagang magawa ung suggestion nyo:
req. (documentaion, flow, system design)
note: only 1(one suggestion) kung ano ung majority


Tutorial List


Node Js Installation
Expressjs Installation
11/03/19
...


Question? just ask!

 

Attachments

  • maxresdefault.jpg
    maxresdefault.jpg
    55 KB · Views: 2
Last edited:
tutorial links updated!
 
in terms of security, from 1 to 10, gaano ka secure kung gagamit ako ng nodejs sa pagawa ko ng webapplication?
 
in terms of security, from 1 to 10, gaano ka secure kung gagamit ako ng nodejs sa pagawa ko ng webapplication?

It depends on the developer po boss, Nodejs Serveral has several methods to secure ur Webapp or Website (eg. TLS/SSL, Cookies, Session, Crypto, Helmet/EncodeURI etc.) pero ung pinka important po is wag gagamit ng mga decrypted na modules and always use the latest (LTS) nodejs version.


Node.js is as secure as any other programming language. It’s up to the development team to check their own code, as well as the modules they use, for vulnerabilities.
-source(Quora)
 
Last edited:
salamat subukan ko ito ts nice thread
 
It depends on the developer po boss, Nodejs Serveral has several methods to secure ur Webapp or Website (eg. TLS/SSL, Cookies, Session, Crypto, Helmet/EncodeURI etc.) pero ung pinka important po is wag gagamit ng mga decrypted na modules and always use the latest (LTS) nodejs version.


Node.js is as secure as any other programming language. It’s up to the development team to check their own code, as well as the modules they use, for vulnerabilities.
-source(Quora)

Thanks po sir, pagaaralan ko po ito, ang for reporting i think maganda din kung ito gagamitin?
 
pasub ts, salamat ng marami sa step by step na tutorial, new learning sa mga newbie nito for a new skill kahit di kami programmer, hopefully you will not get tired of updating this thread. God bless you
 
Back
Top Bottom