Traversy Media


  • 11:00 Popular Angular 2 Tutorial [7] - HTTP and Observables

    Angular 2 Tutorial [7] - HTTP and Observables

    by Best Webhosting Added 144 Views / 0 Likes

    Updated Crash Course Using Version 2.2 Stable - https://www.youtube.com/watch?v=-zW1zHqsdyc&feature=youtu.be In this video we will fetch data from an API using a service and return an observable for asynchronous data

  • 12:29 Angular 2 Tutorial [6] - Creating A Service

    Angular 2 Tutorial [6] - Creating A Service

    by Best Webhosting Added 96 Views / 0 Likes

    Updated Crash Course Using Version 2.2 Stable - https://www.youtube.com/watch?v=-zW1zHqsdyc&feature=youtu.be In this video I will show you how to create a service in Angular 2 and inject it as a dependency

  • 11:52 Popular Angular 2 Tutorial [5] - Pipes and Filtering

    Angular 2 Tutorial [5] - Pipes and Filtering

    by Best Webhosting Added 115 Views / 0 Likes

    Updated Crash Course Using Version 2.2 Stable - https://www.youtube.com/watch?v=-zW1zHqsdyc&feature=youtu.be In this video we will look at pipes and filtering data in Angular 2

  • 06:19 Angular 2 Tutorial [4] - Template Directives

    Angular 2 Tutorial [4] - Template Directives

    by Best Webhosting Added 100 Views / 0 Likes

    Updated Crash Course Using Version 2.2 Stable - https://www.youtube.com/watch?v=-zW1zHqsdyc&feature=youtu.be In this video we will look at template directives such as ngIf, ngSwitch and ngFor

  • 12:50 Popular Angular 2 Tutorial [3] - Components and Data Binding

    Angular 2 Tutorial [3] - Components and Data Binding

    by Best Webhosting Added 109 Views / 0 Likes

    Updated Crash Course Using Version 2.2 Stable - https://www.youtube.com/watch?v=-zW1zHqsdyc&feature=youtu.be In this video we will go over components and data binding using interpolation, property binding, event binding and two way data binding.

  • 05:08 Popular Angular 2 Tutorial [2] - Quickstart Setup

    Angular 2 Tutorial [2] - Quickstart Setup

    by Best Webhosting Added 120 Views / 0 Likes

    Updated Crash Course Using Version 2.2 Stable - https://www.youtube.com/watch?v=-zW1zHqsdyc&feature=youtu.be In this video Ill show you how to create an Angular 2 app using the quickstart

  • 07:34 Popular Angular 2 Tutorial [1] - Introduction

    Angular 2 Tutorial [1] - Introduction

    by Best Webhosting Added 153 Views / 0 Likes

    Updated Crash Course Using Version 2.2 Stable - https://www.youtube.com/watch?v=-zW1zHqsdyc&feature=youtu.be In this video we will go over exactly what Angular is and we will talk about what has changed from Angular 1 This series is on the fundamentals. I will be releasing a project based Angular 2 series soon

  • 58:39 Popular SQL Crash Course - Beginner to Intermediate

    SQL Crash Course - Beginner to Intermediate

    by Best Webhosting Added 101 Views / 0 Likes

    Updated MySQL Crash Course - https://www.youtube.com/watch?v=9ylj9NR0Lcg In this course we will cover all of the fundamentals of the SQL (Structured Query Language). This course is great for beginners and also intermediates. We will cover the following... Overview of SQL Create, alter and delete databases & tables Query a database using multiple operators Data types Insert, update and delete records Join tables together Use aliases Constraints (Primar

  • 1:08:22 Popular JavaScript Fundamentals For Beginners

    JavaScript Fundamentals For Beginners

    by Best Webhosting Added 107 Views / 0 Likes

    UPDATED COURSE HERE - https://www.youtube.com/watch?v=hdI2bqOjy3c&t=4578s This is a mini-course on the fundamentals of not only JavaScript, but programming in general. We will cover the following... What is JavaScript? Variables & Data Types Loops Arrays Objects Functions Conditionals - If Statements, switches Events Forms & Validation MODERN JS FROM THE BEGINNING (21.5 HOUR COURSE) https://www.udemy.com/modern-javascript-from-the-beginning/?couponCod

  • 19:40 Popular Node.js Login System With Passport - Part 3

    Node.js Login System With Passport - Part 3

    by Best Webhosting Added 126 Views / 0 Likes

    In this video we will add the login functionality using Passport along with a local strategy. We will also implement access control Code For This Series - https://github.com/bradtraversy/loginapp 12 Project Node.js Course: https://www.eduonix.com/affiliates/id/16-10200 Learn Node.js From Scratch Course: https://www.eduonix.com/affiliates/id/16-10033

  • 17:12 Popular Node.js Login System With Passport - Part 2

    Node.js Login System With Passport - Part 2

    by Best Webhosting Added 104 Views / 0 Likes

    In this video we will create the functionality for the registration form using Passport. We will also encrypt/hash passwords using bcrypt. Code For This Series - https://github.com/bradtraversy/loginapp 12 Project Node.js Course: https://www.eduonix.com/affiliates/id/16-10200 Learn Node.js From Scratch Course: https://www.eduonix.com/affiliates/id/16-10033

  • 22:54 Popular Node.js Login System With Passport - Part 1

    Node.js Login System With Passport - Part 1

    by Best Webhosting Added 125 Views / 0 Likes

    In this video we will start our login and registration application using Node.js, Express and Passport. We will setup our modules, middleware and create a Bootstrap layout. Code For This Series - https://github.com/bradtraversy/loginapp NODE.JS, EXPRESS & MONGODB COURSE: https://www.udemy.com/nodejs-express-mongodb-dev-to-deployment/?couponCode=DISCOUNT459895

  • 22:04 Popular Node.js & Drywall User Management System

    Node.js & Drywall User Management System

    by Best Webhosting Added 130 Views / 0 Likes

    In this video I will show you how to setup a complete user management system using Node.js and Drywall. Drywall gives you the following... User Registration User Login Reset Password Admin Area - Manage users, resource categories, admins, admin groups and more I have a 10 project Node.js course here - https://www.udemy.com/learn-nodejs-by-building-10-projects/

  • 08:13 Popular Build a Mobile App With Ionic - Part 4

    Build a Mobile App With Ionic - Part 4

    by Best Webhosting Added 102 Views / 0 Likes

    In this video we will be fetching data from Firebase through our Ionic application. We will also be able to delete data from the app

  • 14:12 Build a Mobile App With Ionic - Part 3

    Build a Mobile App With Ionic - Part 3

    by Best Webhosting Added 94 Views / 0 Likes

    In this video we will create a Firebase account and add functionality to add todos with our Ionic app.

  • 10:22 Build a Mobile App With Ionic - Part 2

    Build a Mobile App With Ionic - Part 2

    by Best Webhosting Added 84 Views / 0 Likes

    In this video we will create our Angular controller and template as well as the router

  • 06:57 Popular Build a Mobile App With Ionic - Part 1

    Build a Mobile App With Ionic - Part 1

    by Best Webhosting Added 102 Views / 0 Likes

    In this video will will get started with the Ionic framework which is a JavaScript framework for creating hybrid mobile apps. Ionic uses AngularJS underneath the hood. We will install both Ionic and Cordova (Phonegap) and create an app called MyTodos

  • 44:25 Popular Build an App With AngularJS & Firebase

    Build an App With AngularJS & Firebase

    by Best Webhosting Added 115 Views / 0 Likes

    In this video we will build a contact manager application with Angular.js, Firebase and Angular Seed. The all will have full CRUD functionality 10 Project Angular Course - https://www.udemy.com/learn-angularjs-development/

  • 08:40 Popular Zend Framework 2 - Editing & Deleting Data

    Zend Framework 2 - Editing & Deleting Data

    by Best Webhosting Added 103 Views / 0 Likes

    In this video we will create the functionality to be able to edit and delete albums from the database Projects with Top 10 PHP Frameworks Course - https://www.udemy.com/learn-top-ten-php-frameworks-by-building-projects/

  • 10:55 Zend Framework 2 - Fetching and Inserting Data

    Zend Framework 2 - Fetching and Inserting Data

    by Best Webhosting Added 80 Views / 0 Likes

    In this video we will create fetch and insert functionality in our Zend application Projects with Top 10 PHP Frameworks Course - https://www.udemy.com/learn-top-ten-php-frameworks-by-building-projects/

  • 07:41 Popular Zend Framework 2 - Models & Database

    Zend Framework 2 - Models & Database

    by Best Webhosting Added 131 Views / 0 Likes

    In this video we will create a new database via PHPMyAdmin and create the album model and the AlbumTable model Projects with Top 10 PHP Frameworks Course - https://www.udemy.com/learn-top-ten-php-frameworks-by-building-projects/

  • 10:14 Popular Zend Framework 2 - Routes & Controllers

    Zend Framework 2 - Routes & Controllers

    by Best Webhosting Added 116 Views / 0 Likes

    In this video we will create our router as well as the album controller Projects with Top 10 PHP Frameworks Course - https://www.udemy.com/learn-top-ten-php-frameworks-by-building-projects/

  • 07:59 Zend Framework 2 - Config & Modules

    Zend Framework 2 - Config & Modules

    by Best Webhosting Added 92 Views / 0 Likes

    In this video we will setup our configuration files in Zend and we will create our albums module. A module encapsulates the functionality of a specific resource or area of your application. Projects with Top 10 PHP Frameworks Course - https://www.udemy.com/learn-top-ten-php-frameworks-by-building-projects/

  • 08:42 Popular Zend Framework 2 - Installing in Windows

    Zend Framework 2 - Installing in Windows

    by Best Webhosting Added 114 Views / 0 Likes

    In this video I will show you how to get started with Zend framework 2. We will install it in Windows 8.1 using Composer, a PHP dependency manager Projects with Top 10 PHP Frameworks Course - https://www.udemy.com/learn-top-ten-php-frameworks-by-building-projects/

  • 35:33 Socket.io Chat App Using Websockets

    Socket.io Chat App Using Websockets

    by Best Webhosting Added 100 Views / 0 Likes

    In this video we will build a real-time chat application using socket.io, Node.js and Express. I will show you how to create a 2-way communication layer over websockets UPDATED VIDEO WITH MONGODB: https://www.youtube.com/watch?v=8Y6mWhcdSUM RELATED COURSES Learn Node.js From Scratch: https://www.eduonix.com/affiliates/id/16-10033 Learn Node.js with 12 Projects: https://www.eduonix.com/affiliates/id/16-10200

  • 48:10 Meteor.js in 50 Minutes

    Meteor.js in 50 Minutes

    by Best Webhosting Added 82 Views / 0 Likes

    In this crash course we will go over all of the fundamentals of the MeteorJS JavaScript framework. Some of the concepts we will look at are... Installation & Setup Templates MongoDB Collections Minimongo Package Manager Authentication Subscriptions Security 10 PROJECT METEOR COURSE - https://www.eduonix.com/affiliates/id/16-10214

  • 09:34 Popular Install LAMP Stack (Linux, Apache, MySQL, PHP) in Ubuntu 15.10

    Install LAMP Stack (Linux, Apache, MySQL, PHP) in Ubuntu 15.10

    by Best Webhosting Added 110 Views / 0 Likes

    In this video I will show you how to setup your own LAMP stack on an Ubuntu 15.10 server. We will install... Apache PHP MySQL PHPMyAdmin

  • 03:23 Popular How to Install Node.js In Ubuntu 15.10

    How to Install Node.js In Ubuntu 15.10

    by Best Webhosting Added 101 Views / 0 Likes

    Quick video showing you how to get up and running with Node.js and NPM in Linix Ubuntu 15.10 in just a few minutes.

  • 10:37 Popular Install Ubuntu 15.10 in VMware Workstation

    Install Ubuntu 15.10 in VMware Workstation

    by Best Webhosting Added 108 Views / 0 Likes

    In this video we will be installing Ubuntu 15.10 onto a virtual machine using VMware Workstation 11. This is geared toward beginners that have not really installed or used Linux Ubuntu or are new to VMware.

  • 24:05 Popular PHP OOP -  Beginners Crash Course

    PHP OOP - Beginners Crash Course

    by Best Webhosting Added 124 Views / 0 Likes

    Lets take a look at the basics and the fundamentals of object oriented programming and PHP. We will discuss... Objects & Classes Methods & Properties Visibility / Access Modifiers Construct & Destruct Static Keyword Abstract Classes FOR FULL COURSES - http://www.eduonix.com FOLLOW ME ON TWITTER - https://twitter.com/bradtraversy FOLLOW ON FACEBOOK - https://www.facebook.com/techguywebsolutions CONNECT ON LINKEDIN - https://www.linkedin.com/in/bradtrav

RECOMMENDED WEB HOSTING

FASTCOMET

Fastcomet

HOSTGATOR

HOSTGATOR

BLUEHOST

BLUEHOST

SITEGROUND

SITEGROUND

A2 HOSTING

A2 HOSTING

HOSTINGER

HOSTINGER

DREAMHOST

DREAMHOST

ACCU WEBHOSTING

ACCU WEBHOSTING

MILESWEB

MILESWEB

HOSTPAPA

HOSTPAPA

RSS