Traversy Media
-
33:45 Popular
JavaScript DOM Crash Course - Part 3
Added 104 Views / 0 LikesIn this lesson in the JavaScript DOM, we will be looking at different events and how to attach them to DOM elements with addEventListener(); CODE: Code for this video http://www.traversymedia.com/downloads/domcrashcourse3.zip BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia COURSES & MORE INFO: http://www.traversymedia.com FOLLOW TRAVERSY MEDIA: http://www.facebook.c
-
22:08 Popular
JavaScript DOM Crash Course - Part 4 [Final Project]
Added 101 Views / 0 LikesIn this video we will take what we learned in the last 3 videos and create a simple Item lister project where we can add list items with a form, delete them and filter through them all with vanilla JavaScript and DOM properties and methods. CODE: Codepen for this project https://codepen.io/bradtraversy/pen/Bwapow BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia COURS
-
21:36 Popular
Build A Codeigniter PHP App - Part 8
Added 129 Views / 0 LikesIn this video we will add pagination to the blog posts and create access control for the categories by adding a user_id field to the categories table CODE: Code for this series https://github.com/bradtraversy/ciblog EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.patreon.com/tr
-
14:32
Top 5 JavaScript Frameworks 2017
Added 83 Views / 0 LikesThis is MY top 5 front end JavaScript Frameworks of 2017. This list took many things into factor such as ease of use, popularity, features, syntax, performance and more #5 - Polymer #4 - Ember #3 - Angular 2+ #2 - React #1 - Vue.js Comparison Article - http://www.valuecoders.com/blog/technology-and-apps/vue-js-comparison-angular-react/ SPONSORS: DevMountain Bootcamp - https://goo.gl/6q0dEa EDUONIX COURSES: Please use affiliate links from website below
-
14:42
Basic cURL Tutorial
Added 79 Views / 0 LikesIn this video we will cover the basics of cURL which is a tool/command for transferring data and making requests. cURL is a tool that every web developer should know at least the basics of. CODE: Snippets from this video http://traversymedia.com/downloads/curl-tutorial.txt EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these free videos, ple
-
41:08
Facebook Login & Graph API | JavaScript SDK
Added 87 Views / 0 LikesIn this freestyle coding video I will implement Facebook login using the JavaScript SDK and we will take a look at the Graph API. We will also be working with the Graph API explorer and taking a look at the different permissions that we can request with the access token CODE: Code for this video https://github.com/bradtraversy/socialauth Graph API Explorer: https://developers.facebook.com/tools/explorer/ Register Facebook App: https://developers.faceb
-
26:55
Less CSS Pre-Processor Tutorial
Added 58 Views / 0 LikesIn this video we will look at all of the basics and fundamentals of the Less CSS pre-processor/pre-compiler. Less gives you powerful features to take advantage of such as variables, mixins, functions, nesting and much more We will install less and less-watch-compile using NPM so you do need Node.js installed on your system CODE: Code for this video http://www.traversymedia.com/downloads/less_sandbox.zip LESS Website http://lesscss.org/ EDUONIX COURSES
-
47:11 Popular
Build a Full Featured Ecommerce Website With Opencart
Added 121 Views / 0 LikesIn this video we will create a full featured Ecommerce shopping cart website using OpenCart which is an open source PHP platform. ANYONE can follow along as we will not even be writing any code. We will be deploying the site to a live server using InMotion hosting. A full demo is available at the link below Full Demo: Admin is disabled http://djoutlet.codedemos.com/ CODE: Including Images http://traversymedia.com/downloads/djoutlet_opencart.zip InMoti
-
30:27
Katana PHP Static Site & Blog Generator
Added 87 Views / 0 LikesIn this video we are going to explore the Katana PHP static website generator. This is a tool that can be installed via Composer and uses Laravels blade templating system to generate static assets from dynamic content. CODE: Code for this video http://traversymedia.com/downloads/katanasite.zip DEMO: http://codedemos.com/katanasite EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We sp
-
12:21 Popular
What's New In Bootstrap 4?
Added 106 Views / 0 LikesBefore I create the new Bootstrap 4 crash course I want to go over some of the changes from Bootstrap 3. In this presentation we will talk about things like Bootstrap 4 using Sass over Less Improved Grid System The Use of Flexbox Design Changes Navbar ES6 For JavaScript Plugins And Much More... 9 HOUR BOOTSTRAP 4 COURSE W/5 PROJECTS - JUST $10: https://www.udemy.com/bootstrap-4-from-scratch-with-5-projects/?couponCode=YOU_TUBE POWERPOINT DOWNLAOD: htt
-
33:42 Popular
Gulp JS Crash Course
Added 112 Views / 0 LikesIn this video we will work with the Gulp.js task runner and toolkit. We will talk about how it works as well as create an example app with the following tasks and plugins... Moving/Copying Files Concatenate JavaScript Files Minify / Uglify JavaScript Files Compile Sass/scss Files Optimize Images with Imagemin Code: Code for this video https://github.com/bradtraversy/gulpexapp EDUONIX COURSES: Please use affiliate links from website below http://www.tr
-
18:35 Popular
Dealing With Depression & Anxiety In Programming
Added 140 Views / 0 LikesThis is a different more personal type of video. We will be talking about depression, anxiety, adhd and other mental issues that some programmers deal with. Please be respectful in the comments section. SUGGESTED: Healthy Tips For Programmers https://www.youtube.com/watch?v=_CDKp0CJ0mw EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these fre
-
15:41 Popular
An Introduction To NoSQL Databases
Added 102 Views / 0 LikesThis is a beginners guide to NoSQL databases. We will talk about what they are, the advantages and disadvantages of NoSQL and relational databases and also the different types of NoSQL including document databases, column stores, key-value stores and graph databases Suggested: MongoDB In 30 Minutes: https://www.youtube.com/watch?v=pWbMrx5rVBE MongoDB 12 Project Course: http://www.traversymedia.com/course/projects-in-mongodb-learn-mongodb-building-ten-
-
23:27 Popular
PHP Front To Back [Part 22] - MySQLi Insert, Update & Delete
Added 103 Views / 0 LikesIn this part we will be adding to the sample blog application and adding insert, update and delete functionality using the MySQLi extension. Continue with the OOP PHP MVC Udemy Course $10 Promo: https://www.udemy.com/object-oriented-php-mvc/?couponCode=TRAVERSY010 CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox20.zip EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduon
-
13:37 Popular
Node.js & Express From Scratch [Part 1] - Intro & Environment
Added 111 Views / 0 LikesThis is a BEGINNER FRIENDLY series. In this video I will give a short introduction to the series and we will setup our environment from scratch. We will be installing the following... Node.js & NPM MongoDB NoSQL Database Atom Text Editor Git & Git Bash For Windows CODE: Full code for this series https://github.com/bradtraversy/nodekb SUGGESTED: Node.js For Beginners - https://www.youtube.com/watch?v=U8XF6AFGqlc&t=780s Express Crash Course - https://ww
-
11:12 Popular
Node.js & Express From Scratch [Part 2] - App Setup & Express Install
Added 121 Views / 0 LikesIn this video we will setup our Node js application by creating a package.json file and installing Express and creating the server CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/projects-in-mongodb-learn-mongodb-building-ten-projects/ SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://ww
-
16:41 Popular
Node.js & Express From Scratch [Part 3] - Pug Template Engine
Added 124 Views / 0 LikesIn this video we will install the Pug template engine and integrate it with Express. We will also install the Pug package for the Atom text editor. CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/projects-in-mongodb-learn-mongodb-building-ten-projects/ SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your s
-
13:58 Popular
Node.js & Express From Scratch [Part 4] - Mongoose & Model Setup
Added 123 Views / 0 LikesIn this video we will start to work with the MongoDB database with the Mongoose ORM and fetch data from the database. We will also dabble with the Mongo shell command line to create a collection and insert data CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/projects-in-mongodb-learn-mongodb-building-ten-projects/ SUPPORT: We spend massive amounts o
-
10:38 Popular
Node.js & Express From Scratch [Part 5] - Save Articles to MongoDB
Added 430 Views / 0 LikesIn this video we will create the form to add articles to the MongoDB database and the route to submit to. We will also add the bodyparser module. CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/projects-in-mongodb-learn-mongodb-building-ten-projects/ SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your sup
Featured -
18:09 Popular
Node.js & Express From Scratch [Part 6] - Bower & Bootstrap
Added 129 Views / 0 LikesIn this video we will start to make the app look better. We will install Bootstrap with Bower which is a front end package manager similar to NPM. CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/projects-in-mongodb-learn-mongodb-building-ten-projects/ SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your su
-
15:15 Popular
Node.js & Express From Scratch [Part 7] - Update & Delete Articles
Added 114 Views / 0 LikesIn this video we will add the functionality to update and delete articles in MongoDB. We will also work with jQuery and Ajax to make a safe delete request CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/projects-in-mongodb-learn-mongodb-building-ten-projects/ SUPPORT: We spend massive amounts of time creating these free videos, please donate to show
-
25:15 Popular
Node.js & Express From Scratch [Part 8] - Messaging & Validation
Added 148 Views / 0 LikesIn this video we will be setting up flash messaging with the express-messages module. We will also be setting up connect-flash and express-session. Then we will implement the express-validation module for a more elegant form validation than just using Mongoose models. CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/p... SUPPORT: We spend massive amo
-
28:09 Popular
Node.js & Express From Scratch [Part 9] - User Registration
Added 137 Views / 0 LikesIn this video we will start creating user authentication and allow users to register. We will use Passport.js for this which is a very flexible authentication system. CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/p... SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/trav
-
21:57 Popular
Node.js & Express From Scratch [Part 10] - User Login
Added 136 Views / 0 LikesIn this video we will implement Passport.js and a local strategy to log users in with a username and password. We will also be using bcrypt for password hashing. CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/p... SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversym
-
14:58 Popular
Node.js & Express From Scratch [Part 11] - Access Control
Added 116 Views / 0 LikesIn this video we will create some access control so only logged in users can create articles and can only edit and delete their own articles. CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/p... SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversymedia http://www.patr
-
22:31 Popular
Node.js & Express From Scratch [FINAL] - Deploying Our App
Added 109 Views / 0 LikesIn this final video [FOR NOW], we will deploy our Node.js and Express application to Digital Ocean. We will install a Node process manager and even connect a domain name 2 FREE MONTHS OF DIGITAL OCEAN: https://m.do.co/c/5424d440c63a CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/p... SUPPORT: We spend massive amounts of time creating these free vid
-
19:28 Popular
Node js vs Ruby on Rails For Web Development
Added 112 Views / 0 LikesIn this video we will look at the advantages and disadvantages of both Node.js and Ruby on Rails for web development. It is not an apples to apples comparison but we are looking at them as server-side technologies. If it makes you feel better, replace Node.js with Express. SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversymedia http://www.patreon.com/traversymedia FOL
-
17:16 Popular
Laravel From Scratch [Part 1] - Series Introduction
Added 124 Views / 0 LikesIn this video I will talk about what Laravel is and also give you a demo of what we will be building. Laravel is the most popular open source PHP framework and uses the MVC (Model View Controller) design pattern. We will be covering all of the fundamentals of Laravel 5.4 in this series including.... Routing Controllers Models & DB Migrations Blade Templates/Views Authentication & Access Control CRUD Functionality File Uploading Much More... CODE: Comp
-
19:45 Popular
Laravel From Scratch [Part 2] - Environment Setup & Laravel Installation
Added 115 Views / 0 LikesIn this video we will setup our environment. We will be using XAMPP which gives us an Apache server with PHP and MySQL. We will install Laravel with Composer and we will be using the Git Bash terminal and integrate it with Visual Studio Code CODE: Complete Code For This Series https://github.com/bradtraversy/lsapp XAMPP SETUP: https://www.youtube.com/watch?v=6tCWiexc05U 10 PROJECT LARAVEL COURSE: Please use affiliate link below https://www.eduonix.com
-
13:50
Laravel From Scratch [Part 3] - Basic Routing & Controllers
Added 88 Views / 0 LikesIn this video we will create some routes and a controller for our pages. Ill show you how to load a view from a controller function CODE: Complete Code For This Series https://github.com/bradtraversy/lsapp 10 PROJECT LARAVEL COURSE: Please use affiliate link below https://www.eduonix.com/affiliates/id/16-10485 50% OFF: Use special code "traversy" SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support:









