Learn to code an API in JavaScript - Part 3

preview_player
Показать описание
In this, the second video in the series "Learn to code an API in JavaScript" we are finally connecting to a database and making our to-do list app work perfectly with our API. You can now add, complete and remove tasks in the database.

As always, thanks for watching guys!
Be sure to leave comment, share this video and subscribe for more programming videos.

----------

Social links:
Рекомендации по теме
Комментарии
Автор

Is this the last video is this series?

bottleogames
Автор

Yes, please add a user authentication video

jrob
Автор

Great tutorial! I would definitely like an authentication tutorial.

quazillionaire
Автор

Hey Max, great video. It would be better if you could make playlists on your channel

manavsaxena
Автор

Thanks for the video! I had a question though. Is there any reason why we don't use a Boolean value for the completed value? Then in the update section we could do 'UPDATE tasks SET completed = !completed WHERE id = ?' Would this be some sort of a security issue and using a '?' is safer against malicious attacks?

michaelwright
Автор

Hmmm... I would like to see something that uses an existing API like instagram or twitter to make a bot, game or something cool.

After this three videos I know how an API works, but don't know how to handle other APIs.

enricllopis
Автор

nobody having issues with mySQL..? I'm the only one?


11:42 sql error message: sqlMessage: "Access denied for user 'root'@'localhost' (using password: YES)"

massiveleg
Автор

Finally! I was waiting for this upload. Thank you! :D
btw, I downloaded this project on github and started from scratch using your codes as reference, I use jQuery with sass for practice purposes. I'm wondering if i can upload it to your project, I'm kinda new to git and doesn't fully understand how things work.

montesajudy
Автор

Hi Max, which keyboard arre you using?

alieliack
Автор

Hey max why don't you make a tutorial for making online pole using Js.

dipanshuc
Автор

could you please tell me where to get the source code for .bash_profile??

renduck
Автор

Why didn't you create a function to call the api and pass in post/get, the target and what to send back

avrumy
Автор

Hey Max, is it possible to ask for the source code? TIA

champolot
Автор

This video has a lot of bad practices. You were going good up until this one. You should not skip good practices for the sake of simplicity, especially when you're doing a tutorial.

Skovorodnikof