- Видео 31
- Просмотров 207 324
David Tang
США
Добавлен 15 сен 2013
Video recordings from the classes I teach at USC.
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
Authentication, Middleware, and Migrations in Laravel
Просмотров 2885 лет назад
ITP 405 Spring 2019 - Week 6
ITP 405 2019 - Laravel 2
Просмотров 1225 лет назад
CSRF, Data Validation, Working with Error Messages, Old Input
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
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 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
creating database tables in sequel pro
Просмотров 15 тыс.8 лет назад
creating database tables in sequel pro
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()
Hii David i am new to ember js i need some help on Unit testing? Could you help me?
Thanks for tutorial. Could you give us hints where to find chinook DB to follow rest of the tutorial? That would be very helpful.
hello david thank you for sharing this
Awesome! Quick and concise. Thanks! Subscribed
I need to be able to use sqlite to save text in french with ' and other unusual characters - how do I do this
Exeeeeeeellleenttttt !!!
After searching for so long THIS helps me finish my project. Had to log in just to like & sub. Cheers!
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.
can anyone share the php code with explanation?
Very nice, David! Needed this for a php course over here in Norway. Keep coding!
This will come when i try to start the server, Error while processing route: index $ is not defined ReferenceError: $ is not defined
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... :)
Thankyou Sir such valuable information
I learned not only PDO, but how to use SQL JOINS correctly thankyou so much may you long live to serve the planet
One of the most helpful tutorials ever. Thanks.
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>
How we can use headers and basic authentication in post call
Awesome tutorial !!...very well details explained...you are a great teacher, thankx David 👍
you saved me! thanks
how to place the api calls in other files?
hello sir, do you have full explanation for this topic??
Try to refresh the page and it continues adding values in the array
Great Tutorial
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.
Couldn’t you use try and catch to handle that last error?
Thankkkkk 👍🏻
thanks that's good
Thanks bro. Its better about sequelize and express lesson. I take it for my portfolio.
thank u for the detailed video. can you upload any tutorial using the socket in docker to create a chat system?
should've put git repo's link in the description
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
Any way that we can find this code on github !?
thank you very much for the video
absolutely great tutorial, Thank you man
Thanks, this was exactly what I needed for my project. Can you upload more backend related .js tutorials?
As some others have said, to explain all the core functionality in 4 minutes is most impressive! Thank you!
Its a good video, feels like a classroom. Not really edited for YT but useful nonetheless. Thanks!
Request: Would you please give an example of a soft delete flow? Thanks a million!
Thanks man for sharing this! there are few who explains testing in practical way :)
I need create the database and the tables before?
No Sequelize does create tables for you!
FINALLY Thank you
David, can you share the project links? There is a octane tutorial?
Did you have a updated content? With Octane? Thanks!
Very clear, very transparent, very awesome, man ! In russian it means Красавелло !!!!
Yes bro. Найти инфу по sequelize это боль(
@@viktorm2937 щас тоже боль?)
Damn! What a great tutorial. Simple and fast! U saved my life
is there a reason the '${id}' synatx doesnt work for me?
Template strings require you to use the "backtick" character, not just single quotes. Try `${id}` instead of '${id}'
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.
clear and concise, thanks a lot.
Thank you for the tutorial
Excellent tutorial Thank you so mucn
Gracias, pase mi materia por ti<3