Traversy Media
-
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
-
29:59 Popular
Up & Running With Symfony 4 - Part 3: Create, Update & Delete
Added 121 Views / 0 LikesIn this first part of the series we will add the functionality in our controller to create a form programmatically with the form extension and create, update and delete articles. Code: Github Repo https://github.com/bradtraversy/symphart • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversymedia.com Follow Traversy Media: http://www.facebook.com/traversymedia http://www.twitter.co
-
11:29 Popular
What's New In Node.js 10?
Added 121 Views / 0 LikesIN this quick video we will go over some of the new features of Node.js version 10 including error codes, HTTP2 and NPM 6 ESM Modules & Node Article: https://medium.com/@giltayar/native-es-modules-in-nodejs-status-and-future-directions-part-i-ee5ea3001f71 • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversymedia.com Follow Traversy Media: http://www.facebook.com/traversymedia htt
-
09:20 Popular
Learning & Memorizing In Programming
Added 121 Views / 0 LikesIn this video I will briefly talk about learning strategies and how you should memorize coding concepts not necessarily the actual code. • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversymedia.com Follow Traversy Media: http://www.facebook.com/traversymedia http://www.twitter.com/traversymedia http://www.instagram.com/traversymedia The Developer Hangout: Public Discord Server h
-
1:40:30 Popular
JavaScript Crash Course For Beginners
Added 121 Views / 0 LikesIn this crash course we will go over the fundamentals of JavaScript including more modern syntax like classes, arrow functions, etc. This is the starting point on my channel for learning JS. Code including html/css: https://embed.plnkr.co/plunk/8ujYdL1BxZftGoS4Cf14 21 Hour JavaScript Course: https://www.udemy.com/modern-javascript-from-the-beginning/?couponCode=TRAVERSYMEDIA Suggested Videos To Watch Next: DOM Crash Course - https://www.youtube.com/wa
-
13:28 Popular
Front End, Back End & Full Stack Web Development
Added 121 Views / 0 LikesIn this video we wil discuss the technologies and responsabilities needed to become a front end, back end and full stack web developer. Sponsor: Freelancer Bundle (Use "brad25" for 25% off) https://studywebdevelopment.com/freelancing.html • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversymedia.com Follow Traversy Media: https://www.facebook.com/traversymedia https://www.twitter
-
18:58 Popular
VSCode In The Cloud - Setup a Remote Dev Environment
Added 121 Views / 0 LikesIn this video we will setup a complete remote development environment using code-server on a Vultr cloud server. code-server Repo: https://github.com/codercom/code-server Vultr: Get $50 credit https://www.vultr.com/?ref=7992714-4F • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversymedia.com Follow Traversy Media: https://www.facebook.com/traversymedia https://www.twitter.com/tra
-
08:59 Popular
Stop Stressing Over Frameworks | My Thoughts
Added 121 Views / 0 LikesIn this video I want to talk about the stress over the amount of JavaScript frameworks and feeling overwhelmed about learning them and some of the misconceptions. • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Course Links: https://www.traversymedia.com Follow Traversy Media: https://www.facebook.com/traversymedia https://www.twitter.com/traversymedia https://www.instagram.com/traversymedia
-
08:07 Popular
Joomla Component Overrides
Added 120 Views / 0 LikesOverride any component or module layout/view with extension overrides
-
18:29 Popular
HTML5 Web Storage
Added 120 Views / 0 LikesHere we take a look at the HTML5 sessionStorage API and how we can set local key/value pairs
-
26:32 Popular
Codeigniter App Part 9 - Relational Table Joins
Added 120 Views / 0 LikesWe will combine the lists and tables using active record "joins" The full source code is at - https://github.com/bradtraversy/mytodo_ci
-
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
-
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
-
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.
-
35:16 Popular
Deploy Node.js App To Digital Ocean Server
Added 120 Views / 0 LikesIn this video we will go step by step to deploy a Node.js application to a Digital Ocean server/droplet. Here is a rundown of what we will do... 1. Setup a Digital Ocean droplet (Use link below for $10 free) 2. Add SSH Keys Using PuttyGen 3. Connect using Putty, create new user 4. Secure server by disabling root 5. Install Node.js and Git 6. Clone Node/Express app from Git 7. Install PM2 to run app as a process 8. Run app on port 80 9. Connect a domai
-
36:08 Popular
Python Flask From Scratch [Part 2] - User Registration
Added 120 Views / 0 LikesIn this video we will start the authentication system in our Python Flask app and program the user registration system CODE: Code for this video https://github.com/bradtraversy/myflaskapp Python Crash Course: https://www.youtube.com/watch?v=oy4GOI9vn5M&t=1503s 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 FOLLOW TRAVERSY
-
10:27 Popular
Full Stack React & LoopBack [5] - Front & Back End Integration
Added 120 Views / 0 LikesIn this video we will compile our client side source code (React) to the client folder in on the LoopBack server and combine the front and back end CODE: Full app code https://github.com/bradtraversy/meetupz 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.com/traversymedia h
-
45:35 Popular
PDO Crash Course (PHP)
Added 120 Views / 0 LikesIn this video we will go over the basics of PDO (PHP Data Objects) which is a secure and consistent way to connect to a database via PHP. It is an alternative to mysqli. We will go over connection, PDO::Query and CRUD operations through prepared statements OOP PHP MVC Udemy Course $10 Promo: https://www.udemy.com/object-oriented-php-mvc/?couponCode=TRAVERSY010 CODE: All code is in this GitHub Gist https://gist.github.com/bradtraversy/147443539b7e1afaf
-
22:36 Popular
Modern Image Gallery With ES6 Vanilla JavaScript
Added 120 Views / 0 LikesIn this video we will build a simple image gallery with thumbnails and a fade effect with Vanilla JavaScript (NO JQUERY). We will use ES6/ES2015 arrow functions and other features along with higher order forEach and other modern concepts. SPONSOR: GDP HOST - WANT CHEAP WEB HOSTING? https://goo.gl/iZjcGk CODE: https://codepen.io/bradtraversy/pen/zpeyBv BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TIME DONATIONS: h
-
36:25 Popular
Pure JavaScript Type Writer Effect
Added 120 Views / 0 LikesIn this project we will create a little website with a type writer effect using pure vanilla JavaScript. We will also do some CSS (Flexbox, etc) Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa Carlos Mafla Dev Channel: https://www.youtube.com/channel/UCnFRgYETwUg6eoeHACuVkcA • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Code: https://codepen.io/bradtraversy/pen/jeNjwP Pexels Image: https://www.pexels.com/photo/c
-
32:38 Popular
Build A Speed Typing Game In JavaScript
Added 120 Views / 0 LikesIn this project we will build a speed typing game in JavaScript. Even if you are a beginner in JavaScript and programming I would encourage you to follow along. We are not using any frameworks or libraries. Sponsor: Ultimate Freelancing Bundle https://studywebdevelopment.com/freelancing.html Code: https://github.com/bradtraversy/wordbeater Play: https://bradtraversy.github.io/wordbeater • Become a Patron: Show support & get perks! http://www.patreon.c
-
20:40 Popular
Code Faster With Custom VS Code Snippets
Added 120 Views / 0 LikesIn this video we will create custom visual studio code JavaScript snippets with tabstops, placeholders and choices. We will use a fantastic generator tool at https://snippet-generator.app which can also be used for Sublime Text and Atom Sponsor: Freelancer Bundle (Use "brad25" for 25% off) https://studywebdevelopment.com/freelancing.html Snippets We Did & More: https://gist.github.com/bradtraversy/c3d5c35e77633601bc0ce5646d584fc9 • Become a Patron: Sh
-
12:57 Popular
Why Developers Should Have a YouTube Channel
Added 120 Views / 0 LikesStarting a YouTube channel as a developer may not be a bad idea. It can help you grow professionally and personally Sponsor: Freelancer Bundle (Use "brad25" for 25% off) https://studywebdevelopment.com/freelancing • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversymedia.com Follow Traversy Media: https://www.facebook.com/traversymedia https://www.twitter.com/traversymedia https:
-
31:19 Popular
Python Face Recognition Tutorial
Added 120 Views / 0 LikesIn this video we will be using the Python Face Recognition library to do a few things Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa Examples & Docs: https://github.com/bradtraversy/face_recognition_examples https://github.com/ageitgey/face_recognition • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversymedia.com Follow Traversy Media: https://www.facebook.com/traversymedia
-
35:47 Popular
Python In The Browser | Brython Crash Course
Added 120 Views / 0 LikesIn this video we will manipulate the DOM, use local storage, mke Ajax calls, etc using Python in the browser with Brython. Code: https://gist.github.com/bradtraversy/d7cef8a658992e61e9a4ab04ae8e7770 • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Course Links: https://www.traversymedia.com Follow Traversy Media: https://www.twitter.com/traversymedia https://www.instagram.com/traversymedia https://www.f
-
19:13 Popular
Codeigniter App Part 8 - Models Task CRUD
Added 119 Views / 0 LikesWe will use our task model to perform Create, Update, Read & Delete on the tasks table using active record The full source code is at - https://github.com/bradtraversy/mytodo_ci
-
16:54 Popular
Wordpress Theme With Bootstrap [2] - Header & Footer
Added 119 Views / 0 LikesIn this video we will start to convert our HTML template to a Wordpress theme including the header and footer files and the HTML head code Project Files - https://github.com/bradtraversy/wpbootstrap_theme 10 PROJECT WORDPRESS THEME COURSE: https://www.eduonix.com/affiliates/id/16-10405 SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia
-
05:19 Popular
JavaScript ES6 / ES2015 - [11] Generators
Added 119 Views / 0 LikesIn this video we will be looking at generators in JavaScript ES6. Generator functions can be paused and resumed and yield multiple values Source Code - https://github.com/bradtraversy/youtube_es2015_source/tree/master/10_generators CHECK OUT MY ES2015 COURSE: https://www.eduonix.com/affiliates/id/16-10397
-
10:15 Popular
Angular 2 & Firebase App [Part 1] - Project Introduction
Added 119 Views / 0 LikesThis is the introduction and demo to the new Angular 2 & Firebase App series. We will build a property listings application that uses Firebase database, authentication and file storage. Should be fun... COURSES: Premium Eduonix Courses http://www.traversymedia.com/eduonix-courses SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: https://www.patreon.com/traversymedia ONE TIME DONATIONS: https://www.paypal.me/traversymedia
-
29:54 Popular
Nodemailer - Send Emails From Your Node.js App
Added 119 Views / 0 LikesIn this video we will create a simple Node.js and Express app and implement the Nodemailer module to add a contact form. CODE: Complete Node app repo https://github.com/bradtraversy/nodecontactform ORIGINAL HTML/CSS FORM DOWNLOAD: http://www.traversymedia.com/downloads/responsiveform.zip INMOTION HOSTING SIGNUP: https://inmotion-hosting.evyy.net/c/396530/260033/4222 BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TI









