Traversy Media
-
18:45 Popular
Angular 2 Spotify App - Updating to RC6
Added 116 Views / 0 LikesIn this video I will show you how to update the ngSpotify Angular 2 RC4 app to RC6. UPDATED RC6 & ORIGINAL RC4 CODE - https://github.com/bradtraversy/ngspotify This project is part of an Eduonix 12 project course in Angular 2. VIEW COURSE INFO: https://www.eduonix.com/affiliates/id/16-10413
-
41:15 Popular
Angular 2 Github Application (RC6 Update)
Added 108 Views / 0 LikesIn this video we will build a Github profile search application with Angular 2 RC6. This is an updated version of https://www.youtube.com/watch?v=u83MLQ1VsKI Code is available at https://github.com/bradtraversy/githubsearch 12 PROJECT ANGULAR 2 COURSE - https://www.eduonix.com/affiliates/id/16-10413
-
21:12
jQuery Crash Course [1] - Intro & Selectors
Added 93 Views / 0 LikesIn this video we will cover jQuery selectors in depth. We can select elements by id, class, CSS3 pseudo selectors and the elements themselves. My 10 Project jQuery/JS Course - https://www.eduonix.com/affiliates/id/16-10039 Project Files - https://github.com/bradtraversy/jquery_crash_course
-
24:19 Popular
jQuery Crash Course [2] - Events
Added 103 Views / 0 LikesIn this video we will be working with jQuery events including mouse, form and input events My 10 Project jQuery/JS Course - https://www.eduonix.com/affiliates/id/16-10039 Project Files - https://github.com/bradtraversy/jquery_crash_course
-
20:59 Popular
jQuery Crash Course [3] - DOM Manipulation
Added 117 Views / 0 LikesIn this video Ill show you how to add, remove and change things in the DOM using jQuery. We will look at methods like append, prepend, html, and text My 10 Project jQuery/JS Course - https://www.eduonix.com/affiliates/id/16-10039 Project Files - https://github.com/bradtraversy/jquery_crash_course
-
15:04
jQuery Crash Course [4] - Effects and Animation
Added 87 Views / 0 LikesIn this video we will look at the jQuery fade and slide methods/effects as well as the animate method My 10 Project jQuery/JS Course - https://www.eduonix.com/affiliates/id/16-10039 Project Files - https://github.com/bradtraversy/jquery_crash_course
-
20:15 Popular
jQuery Crash Course [5] - Ajax
Added 111 Views / 0 LikesIn this video we will work with the load, $.get, $.post and $.ajax methods in jQuery My 10 Project jQuery/JS Course - https://www.eduonix.com/affiliates/id/16-10039 Project Files - https://github.com/bradtraversy/jquery_crash_course
-
10:19 Popular
Node.js Static Server in Minutes
Added 120 Views / 0 LikesIn this quick video Ill show you how to create a simple static server using Node.js along with the node-static module and then the live-server module.
-
1:13:05
RxJS Observables Crash Course
Added 86 Views / 0 LikesOver an hour of programming with RxJS (Reactive Extensions) using observables and asynchronous data streams. The content is based on our ReactiveX Eduonix course below FULL COURSE - https://www.eduonix.com/affiliates/id/16-10436 RxJS Boiler - https://github.com/bradtraversy/rxjs_boiler
-
47:10 Popular
Angular 2 Auth0 Application
Added 112 Views / 0 LikesIn this video we will be building an Angular 2 app that uses Auth0 for user registration, login and access control. 12 Project Angular 2 Course - https://www.eduonix.com/affiliates/id/16-10413 ngAuth0 Final Code - https://github.com/bradtraversy/ngauth0
-
1:16:43 Popular
MEAN App From Scratch - MongoDB, Express, Angular 2 & NodeJS
Added 110 Views / 0 LikesIn this video we will build a complete MEAN application from scratch. The MEAN stack includes MongoDB, Express, Angular and Node.js. MORE UP TO DATE MEAN SERIES https://www.youtube.com/watch?v=uONz0lEWft0&list=PLillGF-RfqbZMNtaOXJQiDebNXjVapWPZ SPONSORS: DevMountain Bootcamp - https://goo.gl/6q0dEa 12 PROJECT ANGULAR 2 COURSE: https://www.eduonix.com/affiliates/id/16-10413 12 PROJECT NODE COURSE: https://www.eduonix.com/affiliates/id/16-10200 10 PROJE
-
1:02:08 Popular
Ruby On Rails In 60 Minutes
Added 122 Views / 0 LikesIn this video we will cover all of the fundamentals of the Ruby on Rails framework by building a blog application with comment functionality Routes Controllers Models Views Resources Relationships Database Migrations Basic Ruby Code RAILS PROJECTS COURSE - https://www.eduonix.com/affiliates/id/16-10051 LEARN RAILS FROM SCRATCH - https://www.eduonix.com/affiliates/id/16-10055 SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: http://www.patreon.com/t
-
35:14 Popular
Intro To Memcached
Added 123 Views / 0 LikesIn this video you will learn how to install and work with Memcached. You will learn the following... Install Memcached in Linux Ubuntu Connect Using Telnet Basic Commands - stats, get, set, delete, etc Memcached Tools Use Memcached with Python Use Memcached with PHP
-
24:04 Popular
CouchDB Basics
Added 105 Views / 0 LikesIn this video we will install CouchDB on a Windows machine, create a database using the Fauxton web GUI, create some views and make requests to the database using cURL. CouchDB Course - https://www.eduonix.com/affiliates/id/16-10057
-
35:43 Popular
Node js With CouchDB
Added 118 Views / 0 LikesIn this video we will use Node.js to create a small app to read from a CouchDB database as well as add and delete documents. This video continues from the CouchDB Basics video here - https://www.youtube.com/watch?v=nlqv9Np3iAU CouchDB Course - https://www.eduonix.com/affiliates/id/16-10057 12 Project Node.js Course - https://www.eduonix.com/affiliates/id/16-10200
-
44:21 Popular
Build A CodeIgniter PHP App - Part 1
Added 120 Views / 0 LikesWe will be building a PHP Codeigniter blog application with CRUD functionality. In this video we will install Codeigniter, setup a Pages controller, add views and routing. Code For This Application - https://github.com/bradtraversy/ciblog 10 project PHP Frameworks course - https://www.eduonix.com/affiliates/id/16-10371 PHP 7 Developers Guide - https://www.eduonix.com/affiliates/id/16-10399
-
30:18 Popular
Build A CodeIgniter PHP App - Part 2
Added 129 Views / 0 LikesWe will be building a PHP Codeigniter blog application with CRUD functionality. In this video we will create the Posts model, database table and create functionality to read and manage posts Code For This Application - https://github.com/bradtraversy/ciblog 10 project PHP Frameworks course - https://www.eduonix.com/affiliates/id/16-10371 PHP 7 Developers Guide - https://www.eduonix.com/affiliates/id/16-10399
-
26:45 Popular
Build A Codeigniter PHP App - Part 3
Added 130 Views / 0 LikesWe will be building a PHP Codeigniter blog application with CRUD functionality. In this video we will truncate text on the posts page, add categories and add image upload functionality Code For This Application - https://github.com/bradtraversy/ciblog 10 project PHP Frameworks course - https://www.eduonix.com/affiliates/id/16-10371 PHP 7 Developers Guide - https://www.eduonix.com/affiliates/id/16-10399
-
1:00:39
React JS Crash Course
Added 100 Views / 0 LikesUPDATED VERSION (2019): https://www.youtube.com/watch?v=sBws8MSXN7A In this video we will cover the fundamentals for React.js including the following... Create-react-app CLI ReactJS Components State & Properties Event Handling JSX - JavaScript Syntax Extension Lifecycle Methods HTTP Requests CODE - https://github.com/bradtraversy/projectmanager REACT FRONT TO BACK FULL COURSE: $9.99 PROMO LINK https://www.udemy.com/react-front-to-back/?couponCode=TRAV
-
1:04:19
Custom Bootstrap Theme With Sass
Added 84 Views / 0 LikesIn this video we will build a completely custom Twitter Bootstrap theme with the Sass Pre-compiler. We will use other technologies such as... Bootstrap-sass Koala NPM Bower Live-Server Font-Awesome Theme Files - https://github.com/bradtraversy/bizlight_theme
-
24:46 Popular
Node.js Tutorial For Absolute Beginners
Added 147 Views / 0 LikesUpdated Version - https://www.youtube.com/watch?v=fBNz5xF-Kx4 This is an introduction to Node.js for beginners. We will talk about... What Node.js Is Installing Node.js Using the REPL NPM - Node Package Manager How Modules Work package.json File Basic Webserver NODE.JS DEV TO DEPLOYMENT UDEMY COURSE: https://www.udemy.com/nodejs-express-mongodb-dev-to-deployment/?couponCode=NODEYOUTUBE10 RECOMMENDED: Node.js & Express From Scratch https://www.youtube.
-
58:02 Popular
Angular 2 In 60 Minutes
Added 108 Views / 0 LikesUPDATED 2019 VERSION HERE - https://www.youtube.com/watch?v=Fdf5aTYRW0E 12 Project Angular 2 Course: https://www.eduonix.com/affiliates/id/16-10413 MY COURSES: http://www.traversymedia.com CODE DOWNLOAD: https://github.com/bradtraversy/angular60 SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia
-
19:25
MongoLab - Remote MongoDB API & JQuery - Part 2
Added 90 Views / 0 LikesIn this video we will make it so that we can update and delete from our remote MongoDB database
-
05:54
Installing CouchDB & Futon in Windows
Added 100 Views / 0 LikesQuick video showing you how to install CouchDB in Windows and a quick overview of Futon
-
10:40
LimeStudio 700W Photography Lighting Kit Unboxing
Added 98 Views / 0 LikesAn unboxing of the LimeStudio 700W lighting kit for $69.99 Buy It - http://www.amazon.com/LimoStudio-Photography-Lighting-Equipment-AGG814/dp/B00E4YS2XU
-
06:05 Popular
Supernight 16' LED Strip Unboxing
Added 149 Views / 0 LikesIn this video we will unbox and show a demo of the Supernight LED kit
-
24:05 Popular
PHP OOP - Beginners Crash Course
Added 124 Views / 0 LikesLets 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
-
10:37 Popular
Install Ubuntu 15.10 in VMware Workstation
Added 108 Views / 0 LikesIn 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.
-
03:23 Popular
How to Install Node.js In Ubuntu 15.10
Added 101 Views / 0 LikesQuick video showing you how to get up and running with Node.js and NPM in Linix Ubuntu 15.10 in just a few minutes.
-
09:34 Popular
Install LAMP Stack (Linux, Apache, MySQL, PHP) in Ubuntu 15.10
Added 110 Views / 0 LikesIn 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









