Awesome video tutorial for NodeJS n00bs like me

Hi there fellow Wapplers,

Recently I’ve started to rebuild a Wappler php project to NodeJS. Some things go really smoothly, other things not as smoothly (running into database connection errors from migrating database from php project to nodejs project).

One thing I did realize is that I am a total n00b with NodeJS. If you happen to be a NodeJS beginner, ex (or still on) Bubble user, or if you would just like to get some NodeJS basics? I’ve found some pretty cool instruction video’s on Youtube that are super helpful to me by Youtuber ‘AvetisG Programming’:

Link to NodeJS introduction #1

Let me know if you are a n00b, as well or if not, what other cool resources me (and others) should get into.

bg

Jelle

4 Likes

Thanks… will watch too. I come from no-code world… and even if I have ideas about how things work, I realise that I need to understand deeper the things in order to feel comfy with Wappler.

2 Likes

Cheers @jellederijke

I’m also a n00b when it comes to Node so all input in the learning department is very appreciated.

:slight_smile:

2 Likes

Node noob here too! I appreciate the link vey much!

1 Like

Also, check this free course on javascript:
https://www.w3schools.com/js/js_intro.asp

I do this on my mobile to get into some javascript basics, I’ve probably never properly learned.

Here’s where I have been learning about all the possibilities of Node.js packages used in mobile apps.

https://nodejs.dev/learn/introduction-to-nodejs

I should have read this months ago!