Traversy Media
-
48:10
Meteor.js in 50 Minutes
Added 83 Views / 0 LikesIn 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
-
35:33
Socket.io Chat App Using Websockets
Added 100 Views / 0 LikesIn 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
-
08:42 Popular
Zend Framework 2 - Installing in Windows
Added 114 Views / 0 LikesIn 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/
-
07:59
Zend Framework 2 - Config & Modules
Added 92 Views / 0 LikesIn 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/
-
10:14 Popular
Zend Framework 2 - Routes & Controllers
Added 116 Views / 0 LikesIn 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:41 Popular
Zend Framework 2 - Models & Database
Added 131 Views / 0 LikesIn 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:55
Zend Framework 2 - Fetching and Inserting Data
Added 80 Views / 0 LikesIn 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/
-
08:40 Popular
Zend Framework 2 - Editing & Deleting Data
Added 103 Views / 0 LikesIn 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/
-
44:25 Popular
Build an App With AngularJS & Firebase
Added 115 Views / 0 LikesIn 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/
-
06:57 Popular
Build a Mobile App With Ionic - Part 1
Added 102 Views / 0 LikesIn 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
-
10:22
Build a Mobile App With Ionic - Part 2
Added 85 Views / 0 LikesIn this video we will create our Angular controller and template as well as the router
-
14:12
Build a Mobile App With Ionic - Part 3
Added 95 Views / 0 LikesIn this video we will create a Firebase account and add functionality to add todos with our Ionic app.
-
08:13 Popular
Build a Mobile App With Ionic - Part 4
Added 103 Views / 0 LikesIn this video we will be fetching data from Firebase through our Ionic application. We will also be able to delete data from the app
-
22:04 Popular
Node.js & Drywall User Management System
Added 130 Views / 0 LikesIn 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/
-
22:54 Popular
Node.js Login System With Passport - Part 1
Added 125 Views / 0 LikesIn 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
-
17:12 Popular
Node.js Login System With Passport - Part 2
Added 104 Views / 0 LikesIn 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
-
19:40 Popular
Node.js Login System With Passport - Part 3
Added 126 Views / 0 LikesIn 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
-
1:08:22 Popular
JavaScript Fundamentals For Beginners
Added 107 Views / 0 LikesUPDATED 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
-
58:39 Popular
SQL Crash Course - Beginner to Intermediate
Added 102 Views / 0 LikesUpdated 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
-
07:34 Popular
Angular 2 Tutorial [1] - Introduction
Added 153 Views / 0 LikesUpdated 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
-
05:08 Popular
Angular 2 Tutorial [2] - Quickstart Setup
Added 120 Views / 0 LikesUpdated 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
-
12:50 Popular
Angular 2 Tutorial [3] - Components and Data Binding
Added 109 Views / 0 LikesUpdated 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.
-
06:19
Angular 2 Tutorial [4] - Template Directives
Added 100 Views / 0 LikesUpdated 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
-
11:52 Popular
Angular 2 Tutorial [5] - Pipes and Filtering
Added 115 Views / 0 LikesUpdated 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
-
12:29
Angular 2 Tutorial [6] - Creating A Service
Added 96 Views / 0 LikesUpdated 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:00 Popular
Angular 2 Tutorial [7] - HTTP and Observables
Added 144 Views / 0 LikesUpdated 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
-
05:46 Popular
JavaScript ES6 / ES2015 - [01] Introduction
Added 116 Views / 0 LikesThis is an introduction to my ES6 / ES2015 mini-course. We will be discussing all of the new features of ES6 Source Code For Entire Series - https://github.com/bradtraversy/youtube_es2015_source CHECK OUT MY ES2015 COURSE: https://www.eduonix.com/affiliates/id/16-10397 SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia
-
11:27 Popular
JavaScript ES6 / ES2015 - [02] Compile ES6 With Babel
Added 102 Views / 0 LikesIn this video I will show you how to set up an ES6 project and use Babel to compile your code to ES5 to be compatible with just about every browser Source Code - https://github.com/bradtraversy/youtube_es2015_source/tree/master/01_babel CHECK OUT MY ES2015 COURSE: https://www.eduonix.com/affiliates/id/16-10397 SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedi
-
08:20 Popular
JavaScript ES6 / ES2015 - [03] Let and Const Declaration
Added 105 Views / 0 LikesIn this video Ill show you how to start using the let and const declaration for setting variables and constants CHECK OUT MY ES2015 COURSE: https://www.eduonix.com/affiliates/id/16-10397 Source Code - https://github.com/bradtraversy/youtube_es2015_source/tree/master/02_let_const SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia
-
07:37
JavaScript ES6 / ES2015 - [04] Classes and Inheritance
Added 100 Views / 0 LikesIn this video we will go over the new ES6 class and inheritance syntax Source Code - https://github.com/bradtraversy/youtube_es2015_source/tree/master/03_classes CHECK OUT MY ES2015 COURSE: https://www.eduonix.com/affiliates/id/16-10397 SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia









