I am begginer in nodejs and i made one project on it how i learn further and learn good practices..????????
For further actions, you may consider blocking this person and/or reporting abuse
I am begginer in nodejs and i made one project on it how i learn further and learn good practices..????????
For further actions, you may consider blocking this person and/or reporting abuse
Shafayet Hossain -
James -
Bruno Sartori -
Jagroop Singh -
Top comments (2)
I can give you an idea. Create a web application of a calculator which has different webpage for different operations. Create a login functionality which is needed before accessing calculator. Use express js to create the server. Further, save every operation in mysql database through forms in html and nodejs mysql library. Use jquery to retrieve the data from database as needed.
Make another project, read about what you don't know and repeat.