David Tang
David Tang
  • Видео 31
  • Просмотров 207 324
cors and jwt
ITP 405 - Securing your Node.js API with JWT and Connecting to it from a Frontend JS Application
Просмотров: 559

Видео

Testing and Continuous Integration
Просмотров 2605 лет назад
API testing, unit testing, Frisby.js, Chai, Jest
Node.js - Updating an Express and Sequelize API to use async/await
Просмотров 2,6 тыс.5 лет назад
In this class, we learned async/await and updated our Express and Sequelize API to use async/await.
Building an API in Node.js with Express and Sequelize ORM
Просмотров 66 тыс.5 лет назад
ITP 405 - Spring 2019
Intro to Web Sockets in Node.js
Просмотров 1,3 тыс.5 лет назад
ITP 405 - Spring 2019
ITP 405 - Node, Express, Knex
Просмотров 5705 лет назад
ITP 405 - 2019
Authentication, Middleware, and Migrations in Laravel
Просмотров 2885 лет назад
ITP 405 Spring 2019 - Week 6
ORM - Intro to Eloquent in Laravel
Просмотров 2435 лет назад
ITP 405 Spring 2019
ITP 405 2019 - Laravel 2
Просмотров 1225 лет назад
CSRF, Data Validation, Working with Error Messages, Old Input
week 3 - intro to Laravel
Просмотров 1925 лет назад
week 3 - intro to Laravel
Week 2 - Intro to PDO in PHP with SQLite
Просмотров 1,7 тыс.5 лет назад
Week 2 - Intro to PDO in PHP with SQLite
Building a Node API and Connecting It to an Ember App
Просмотров 1 тыс.6 лет назад
Express, SQLite, Node, Ember 3, Ember Data, Knex
Intro to Testing in Ember.js
Просмотров 5756 лет назад
Fall 2018, ITP 404
Introduction to Helpers and Components in Ember
Просмотров 1946 лет назад
Fall 2018, ITP 404: Helpers, Components, Computed Properties, and Data Down, Actions Up (DDAU) in Ember
Customizing Ember Data
Просмотров 2706 лет назад
Week 9 lecture of ITP 404 at USC - This class session went over some examples of using adapters and serializers to work with custom APIs in Ember Data.
Building a CRUD app in Ember with Ember Data - Part 2
Просмотров 1,4 тыс.6 лет назад
Building a CRUD app in Ember with Ember Data - Part 2
Building a CRUD app in Ember with Ember Data - Part 1
Просмотров 5 тыс.6 лет назад
Building a CRUD app in Ember with Ember Data - Part 1
Introduction to Ember
Просмотров 2896 лет назад
Introduction to Ember
Introduction to JavaScript Classes and Google Maps JavaScript API
Просмотров 1636 лет назад
Introduction to JavaScript Classes and Google Maps JavaScript API
Client-side Templating with Handlebars
Просмотров 9966 лет назад
Client-side Templating with Handlebars
Introduction to Ajax and JSON
Просмотров 1516 лет назад
Introduction to Ajax and JSON
Intro to Git and GitHub
Просмотров 446 лет назад
Intro to Git and GitHub
creating database tables in sequel pro
Просмотров 15 тыс.8 лет назад
creating database tables in sequel pro
localStorage
Просмотров 5 тыс.10 лет назад
localStorage
setInterval
Просмотров 25110 лет назад
setInterval
creating a session based shopping cart with php
Просмотров 72 тыс.10 лет назад
creating a session based shopping cart with php
Geolocation API with Angular.js and $scope.$apply()
Просмотров 6 тыс.10 лет назад
Geolocation API with Angular.js and $scope.$apply()
Angular.js .value() method
Просмотров 71310 лет назад
Angular.js .value() method
Angular.js routing (take 2)
Просмотров 45110 лет назад
Angular.js routing (take 2)
Angular.js routing
Просмотров 22 тыс.10 лет назад
Angular.js routing

Комментарии

  • @sailankapalli7773
    @sailankapalli7773 7 месяцев назад

    Hii David i am new to ember js i need some help on Unit testing? Could you help me?

  • @Jeko_92
    @Jeko_92 7 месяцев назад

    Thanks for tutorial. Could you give us hints where to find chinook DB to follow rest of the tutorial? That would be very helpful.

  • @darshanpandya8978
    @darshanpandya8978 Год назад

    hello david thank you for sharing this

  • @TheGarageboyz
    @TheGarageboyz 2 года назад

    Awesome! Quick and concise. Thanks! Subscribed

  • @DeclanOKaneMD
    @DeclanOKaneMD 2 года назад

    I need to be able to use sqlite to save text in french with ' and other unusual characters - how do I do this

  • @befullstack1915
    @befullstack1915 2 года назад

    Exeeeeeeellleenttttt !!!

  • @theoutlawed3146
    @theoutlawed3146 3 года назад

    After searching for so long THIS helps me finish my project. Had to log in just to like & sub. Cheers!

  • @xDR1TeK
    @xDR1TeK 3 года назад

    Hello David, I can't thank you enough for this well rounded tutorial. One question though, if you could explain the behavior of the "prepare" statement and why it is so fickle. I tried to format a string with sprintf and storing strings in their respective places in the sprintf command, yet without the prepare statement the query generates errors over the PHP PDO excecution. Just wondering what's the mechanism behind it. Thank you again.

  • @t2gamerz4
    @t2gamerz4 3 года назад

    can anyone share the php code with explanation?

  • @naturfagstoff
    @naturfagstoff 3 года назад

    Very nice, David! Needed this for a php course over here in Norway. Keep coding!

  • @aravindp5768
    @aravindp5768 3 года назад

    This will come when i try to start the server, Error while processing route: index $ is not defined ReferenceError: $ is not defined

    • @theitalian94
      @theitalian94 2 года назад

      just use something different, I had the same issue: import Route from '@ember/routing/route'; import fetch from 'fetch'; import { inject as service} from '@ember/service'; export default class IndexRoute extends Route { @service store; model() { // fetch('/api/posts'); return this.store.findAll('post'); } } copy this into your index.js file... :)

  • @mishenthakshana3407
    @mishenthakshana3407 3 года назад

    Thankyou Sir such valuable information

  • @mishenthakshana3407
    @mishenthakshana3407 3 года назад

    I learned not only PDO, but how to use SQL JOINS correctly thankyou so much may you long live to serve the planet

  • @k.chriscaldwell4141
    @k.chriscaldwell4141 3 года назад

    One of the most helpful tutorials ever. Thanks.

  • @k.chriscaldwell4141
    @k.chriscaldwell4141 3 года назад

    The products.php code: <div class="product"> <h3>Basketball</h3> <a href="add-to-cart.php?id=1">Add to Cart</a> </div> <div class="product"> <h3>Football</h3> <a href="add-to-cart.php?id=2">Add to Cart</a> </div> <div class="product"> <h3>Baseball</h3> <a href="add-to-cart.php?id=3">Add to Cart</a> </div>

  • @sunildev5901
    @sunildev5901 3 года назад

    How we can use headers and basic authentication in post call

  • @romimaximus
    @romimaximus 3 года назад

    Awesome tutorial !!...very well details explained...you are a great teacher, thankx David 👍

  • @estevaodonato2349
    @estevaodonato2349 3 года назад

    you saved me! thanks

  • @aksaurooj838
    @aksaurooj838 3 года назад

    how to place the api calls in other files?

  • @مُحَمَّدُفَضْلِي-ث9ك

    hello sir, do you have full explanation for this topic??

  • @rndmvds9765
    @rndmvds9765 3 года назад

    Try to refresh the page and it continues adding values in the array

  • @biztechwithlahiru
    @biztechwithlahiru 4 года назад

    Great Tutorial

  • @martinguzlej6269
    @martinguzlej6269 4 года назад

    Hello David 👋 I want to thank you so much for this video it's all clear, explained. Good work. There's not a lot emberJS tutorials like this one.

  • @vietditchm2006
    @vietditchm2006 4 года назад

    Couldn’t you use try and catch to handle that last error?

  • @bobbiechannel864
    @bobbiechannel864 4 года назад

    Thankkkkk 👍🏻

  • @nurfirdaus2120
    @nurfirdaus2120 4 года назад

    thanks that's good

  • @viktorm2937
    @viktorm2937 4 года назад

    Thanks bro. Its better about sequelize and express lesson. I take it for my portfolio.

  • @iamGobinda
    @iamGobinda 4 года назад

    thank u for the detailed video. can you upload any tutorial using the socket in docker to create a chat system?

  • @tejeshjadhav4172
    @tejeshjadhav4172 4 года назад

    should've put git repo's link in the description

  • @aliusmanzaidan1415
    @aliusmanzaidan1415 4 года назад

    hi,am getting this error,no such table :playlists at query.formatError........ can someone help me?my chinookdb too has nothing in it,maybe thats the problem,if you are having that file,kindly provide

  • @mohammadfouad6706
    @mohammadfouad6706 4 года назад

    Any way that we can find this code on github !?

  • @carl2np
    @carl2np 4 года назад

    thank you very much for the video

  • @bilalelkhatab3366
    @bilalelkhatab3366 4 года назад

    absolutely great tutorial, Thank you man

  • @TheSimulatedCompany
    @TheSimulatedCompany 4 года назад

    Thanks, this was exactly what I needed for my project. Can you upload more backend related .js tutorials?

  • @MichaelProstka
    @MichaelProstka 4 года назад

    As some others have said, to explain all the core functionality in 4 minutes is most impressive! Thank you!

  • @eugenestan2188
    @eugenestan2188 4 года назад

    Its a good video, feels like a classroom. Not really edited for YT but useful nonetheless. Thanks!

  • @johnyacoub2290
    @johnyacoub2290 4 года назад

    Request: Would you please give an example of a soft delete flow? Thanks a million!

  • @johnyacoub2290
    @johnyacoub2290 4 года назад

    Thanks man for sharing this! there are few who explains testing in practical way :)

  • @vitorcordeiro3854
    @vitorcordeiro3854 4 года назад

    I need create the database and the tables before?

    • @johnyacoub2290
      @johnyacoub2290 4 года назад

      No Sequelize does create tables for you!

  • @JP12313
    @JP12313 4 года назад

    FINALLY Thank you

  • @WellingtonTorrejaisdaSilva
    @WellingtonTorrejaisdaSilva 4 года назад

    David, can you share the project links? There is a octane tutorial?

  • @WellingtonTorrejaisdaSilva
    @WellingtonTorrejaisdaSilva 4 года назад

    Did you have a updated content? With Octane? Thanks!

  • @eldarkk4566
    @eldarkk4566 4 года назад

    Very clear, very transparent, very awesome, man ! In russian it means Красавелло !!!!

    • @viktorm2937
      @viktorm2937 4 года назад

      Yes bro. Найти инфу по sequelize это боль(

    • @alexey_samokhin
      @alexey_samokhin 2 года назад

      @@viktorm2937 щас тоже боль?)

  • @actuallymarcos8606
    @actuallymarcos8606 4 года назад

    Damn! What a great tutorial. Simple and fast! U saved my life

  • @boredasever6645
    @boredasever6645 5 лет назад

    is there a reason the '${id}' synatx doesnt work for me?

    • @JordanRolph
      @JordanRolph 4 года назад

      Template strings require you to use the "backtick" character, not just single quotes. Try `${id}` instead of '${id}'

  • @nahiyanalamgir7614
    @nahiyanalamgir7614 5 лет назад

    Good tutorial but you should edit out your video before you upload it on RUclips. I'm glad I skipped through the video instead of watching it sequentially; there are a lot of parts where you just went away which was irritating.

  • @wanderingwanderer1016
    @wanderingwanderer1016 5 лет назад

    clear and concise, thanks a lot.

  • @citraputri2521
    @citraputri2521 5 лет назад

    Thank you for the tutorial

  • @anilbabu6731
    @anilbabu6731 5 лет назад

    Excellent tutorial Thank you so mucn

  • @osmarenriquecerdasoto1299
    @osmarenriquecerdasoto1299 5 лет назад

    Gracias, pase mi materia por ti<3