Tag: harvard

  • JavaScript, ES6 – Lecture 1 – CS50's Mobile App Development with React Native

    00:00:00 – ECMAScript 00:03:35 – Closures 00:13:47 – Immediately Invoked Function Expression 00:22:53 – First-Class Functions 00:34:19 – Synchronous? Async? Single-Threaded? 00:40:07 – Asynchronous JavaScript 00:40:18 – Execution Stack 01:00:18 – Overflow 01:01:47 – Asynchronous Functions 01:03:05 – Callbacks 01:09:41 – Promises 01:20:57 – Async/Await 01:26:32 – this 01:43:48 – Browsers and the DOM Original…

  • SQL – Lecture 3 – CS50's Web Programming with Python and JavaScript

    00:00:00 – Introduction 00:00:51 – Databases 00:01:53 – SQL 00:02:35 – SQL Data Types 00:04:26 – create.sql 00:09:27 – Constraints 00:11:07 – INSERT 00:13:39 – insert.sql 00:14:06 – SELECT 00:25:37 – SQL Functions 00:26:21 – UPDATE 00:28:37 – DELETE 00:36:57 – Foreign Keys 00:42:48 – joins.sql 00:50:15 – Indexing 00:56:30 – SQL Injection 01:02:57 –…

  • Git – Lecture 0 – CS50's Web Programming with Python and JavaScript

    00:00:00 – Introduction 00:07:41 – git 00:11:00 – GitHub 00:12:31 – git clone 00:15:06 – git add 00:16:01 – git commit 00:17:40 – git status 00:18:42 – git push 00:20:01 – git pull 00:22:53 – Merge Conflicts 00:27:19 – git log 00:27:54 – git reset 00:35:44 – hello.html 00:41:46 – headings.html 00:43:47 – lists.html 00:46:29…

  • Flask – Lecture 2 – CS50's Web Programming with Python and JavaScript

    00:00:00 – Introduction 00:00:48 – Python 00:01:45 – hello.py 00:03:26 – name.py 00:07:06 – variables.py 00:10:10 – conditions.py 00:12:51 – sequences.py 00:18:48 – loops0.py 00:23:26 – loops1.py 00:23:42 – sets.py 00:24:58 – dictionaries.py 00:27:57 – functions.py 00:32:12 – modules.py 00:35:56 – classes.py 00:39:17 – HTTP 00:40:25 – Flask 00:46:56 – routes0 00:52:25 – templates 00:57:14…

  • JavaScript

    This is CS50 Original source Link to this post!

  • CS75 (Summer 2012) Lecture 6 Javascript Harvard Web Development David Malan

    David Malan teaching CS75 lecture 6, Javascript. http://www.cs75x.net/ Original source Link to this post!

  • CS50 2016 – Week 10 – JavaScript

    TOC 00:00:00 – Week 10 Recap 00:01:27 – JavaScript 00:02:52 – Frosh IMs 00:03:51 – JavaScript Syntax 00:09:23 – JavaScript Features 00:16:37 – dom0.html 00:25:25 – dom1.html 00:29:11 – dom2.html 00:35:51 – form0.html 00:38:13 – form1.html 00:44:12 – form2.html 00:47:49 – form3.html 00:52:35 – blink.html 00:58:07 – storage.html 01:01:02 – geolocation.html 01:03:25 – Ajax 01:05:08…