Traversy Media
-
44:39 Popular
RESTful API With PHP & MySQL
Added 105 Views / 0 LikesIn this video we will build a complete JSON RESTful API using PHP and MySQL. We will use the SlimPHP framework along with PDO to interact with the MySQL database. CODE -https://github.com/bradtraversy/slimapp RELATED COURSE - http://www.traversymedia.com/course/learn-top-ten-frameworks-in-php-by-building-projects/ SlimPHP Site - https://www.slimframework.com/ Get Composer - https://getcomposer.org/
-
28:03 Popular
Build A Codeigniter PHP App - Part 7
Added 105 Views / 0 LikesIn this video we will complete the login and logout functionality and add the access control 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/traversymedia http://www.paypal.me/traversymedia FOLLOW TRA
-
44:39 Popular
Build a Useful Wordpress Widget Plugin
Added 105 Views / 0 LikesIn this video we will build a Wordpress widget plugin for displaying a YouTube channel subscriber button. It will have backend options to change the channel, the layout and the option to show the subscriber count. CODE: Code for this widget https://github.com/bradtraversy/youtubesubs BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia FOLLOW TRAVERSY MEDIA: http://www.f
-
29:54 Popular
Use Babel & Webpack To Compile ES2015 - ES2017
Added 105 Views / 0 LikesIn this video we will build the Babel Webpack Starter Pack which is a workflow to compile ES2015/ES6, ES2016/ES7 and ES2017 code down to ES5. This allows us to use ES6 modules and later ECMAScript features such as async/await. We will also setup webpack-dev-server to have an auto load server without having to re-compile SPONSOR: GDP HOST - WANT CHEAP WEB HOSTING? https://goo.gl/iZjcGk CODE: https://github.com/bradtraversy/babel_webpack_starter • BECOM
-
26:57 Popular
PHP, MySQL & Stripe API Payment App - Part 2
Added 105 Views / 0 LikesIn part 2 we will implement the PDO class and the customers and transaction models so we can store custom data from the Stripe API CODE: Github Repo https://github.com/bradtraversy/php_stripe_paypage Stripe API Docs: Card Element Quickstart https://stripe.com/docs/stripe-js/elements/quickstart PDO Class Gist: https://gist.github.com/bradtraversy/a77931605ba9b7cf3326644e75530464 PHP OOP Udemy Course: https://www.udemy.com/object-oriented-php-mvc/?coupo
-
25:30 Popular
Full Stack Vue.js, Express & MongoDB [1] - Express API
Added 105 Views / 0 LikesIn this 3 part series we will build a small app using Vue.js on the client, Express on the backend and MongoDB for our database and we will deploy to Heroku. The point of this series is to see how it all comes together Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa Code: https://github.com/bradtraversy/microposts_fullstack_vue • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.trav
-
1:11:51 Popular
Python Django Crash Course 2019
Added 105 Views / 0 LikesIn this Django 2.x crash course we will build a polling app based off the one from the docs. We will look at apps, views, models, urls, the shell and more. Code: https://github.com/bradtraversy/pollster_django_crash Gist With Commands: https://gist.github.com/bradtraversy/06538da5924882b2cf30fa6310d505b1 Udemy Course Promo: https://www.udemy.com/python-django-dev-to-deployment/?couponCode=TRAVERSYMEDIA Sponsor: DevMountain Bootcamp https://goo.gl/6q0d
-
08:58 Popular
Udemy Course Alert - Node.js API Masterclass
Added 105 Views / 0 Likes3 Day $9.99 Promo (Ends the 19th) https://www.udemy.com/course/nodejs-api-masterclass/?couponCode=OCTOBER999 30 Day $13.99 Promo https://www.udemy.com/course/nodejs-api-masterclass/?couponCode=OCTOBER1399
-
35:32 Popular
JavaScript Password Generator
Added 105 Views / 0 LikesIn this project we will build a password generator length and character options using JavaScript Code: https://codepen.io/FlorinPop17/pen/BaBePej Florin Pop's 100 Projects 100 Days Challenge: https://www.florin-pop.com/blog/2019/09/100-days-100-projects Florin's Twitter: https://twitter.com/florinpop1705 Sponsor: Linode Cloud Hosting Get $20 Free by visiting https://www.linode.com/traversy • Become a Patron: Show support & get perks! http://www.patreo
-
12:56 Popular
5 Common Programmer Health Problems & Prevention Tips
Added 105 Views / 0 LikesIn this video we will look at 5 common health issues the many programmers face along with some tips for prevention • 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.facebook.com/traversymedia
-
30:05 Popular
Convert an HTML Template to Joomla 2.5/3.0 - Part Two
Added 104 Views / 0 LikesIn this video we will convert a standard html template into a Joomla installable template ATTENTION: bootstrapjoomla.com is down for a bit BUT you can still get these modules on Github - https://github.com/joomdigi
-
06:50 Popular
Installing Git on Windows
Added 104 Views / 0 LikesShort video to get setup with Git and a Bash Shell on Windows 7
-
09:22 Popular
Build An HTML5 Template With Bootstrap and SASS - Part 11
Added 104 Views / 0 LikesIn this mini-series we will build a complete HTML5 Bootstrap template with SASS. It is a bit long but that is because it is from scratch and typed out line by line. --------------------------------------------------------------------------------------- Project Files - https://github.com/bradtraversy/skyapp_bootstrap For video courses like this check out - http://codeskillet.com
-
20:24 Popular
Linux Tutorial - Basic Command Line
Added 104 Views / 0 LikesThis video is for absolute beginners. I will show you how to navigate your system in Linux/Unix. For this video we are using Linux Ubuntu 16.04. Visit http://www.traversymedia.com for more tutorials
-
1:01:34 Popular
Vue js Customer Manager App Frontend
Added 104 Views / 0 LikesThis is the Vuejs 2.0 frontend to the REST API we created using SlimPHP in this video - https://www.youtube.com/watch?v=DHUxnUX7Y2Y Code Download - https://github.com/bradtraversy/vcustomers Backend REST API Download - https://github.com/bradtraversy/slimapp Vue.js in 60 Minutes - https://www.youtube.com/watch?v=z6hQqgvGI4Y&t=1031s Eduonix Vue.js Course - http://www.traversymedia.com/course/learn-web-development-using-vuejs/
-
09:01 Popular
Creating Simple YouTube Thumbnails With Photoshop
Added 104 Views / 0 LikesIn this video I will go through the process I use to create my YouTube channel thumbnails in Photoshop. This tutorial is very beginner friendly SPONSORS: DevMountain Bootcamp - https://goo.gl/6q0dEa 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.paypal.me/traversymedia http://
-
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
-
1:08:11 Popular
Python Django Crash Course
Added 104 Views / 0 LikesIn this video I will cram as much as I can about the Python Django framework. We will talk about the framework and its advantages and we will setup up an app from scratch with MySQL. We will discuss the MTV (Model-Template-View) design pattern, setup a virtual environment, look at the core Django files and build the app. DJANGO 2.x UDEMY COURSE COUPON: https://www.udemy.com/python-django-dev-to-deployment/?couponCode=TRAVERSYMEDIA SPONSOR: GDP HOST -
-
17:09 Popular
Learn The MERN Stack [7] - Connecting The Backend
Added 104 Views / 0 LikesIn this video we will finally connect to our backend routes within the Redux actions using axios and we will send the data down through the reducer into our ShoppingList component. We will also handle the post and delete requests. Code: https://github.com/bradtraversy/mern_shopping_list MERN Stack Front To Back Udemy Course: https://www.udemy.com/mern-stack-front-to-back/?couponCode=TRAVERSYMEDIA • Become a Patron: Show support & get perks! http://www
-
27:07 Popular
Learn The MERN Stack [3] - Client Setup & Reactstrap
Added 104 Views / 0 LikesIn this video we will implement React and make it so that we can run the back and frontend servers at the same time using a package called concurrently. We will also create our AppNavbar component using Reactstrap Code: https://github.com/bradtraversy/mern_shopping_list MERN Stack Front To Back Udemy Course: https://www.udemy.com/mern-stack-front-to-back/?couponCode=TRAVERSYMEDIA • Become a Patron: Show support & get perks! http://www.patreon.com/trav
-
25:01 Popular
PHP REST API From Scratch [2] - Single & Create
Added 104 Views / 0 LikesIn this part of the series we will add functionality to fetch single posts as well as make a POST request to add posts Code: https://github.com/bradtraversy/php_rest_myblog • 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
-
10:23 Popular
Udemy Course Alert - Python Django Dev To Deployment
Added 104 Views / 0 LikesGet the 11 hour course for just $9.99 https://www.udemy.com/python-django-dev-to-deployment/?couponCode=TRAVERSYMEDIA
-
31:55 Popular
Full Screen Responsive Image Slider | No Libraries
Added 104 Views / 0 LikesIn this video we will create a responsive image & content slider using just HTML, CSS transitions and a little bit of ES6 JavaScript. Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa Code: https://codepen.io/bradtraversy/pen/oVPBaa • 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
-
31:25 Popular
Serverless Lambda Functions
Added 104 Views / 0 LikesIn this video we will look at serverless architecture and AWS lambda functions using Netlify. We will use the Netlify Lambda CLI tool to test the function locally. We will also deploy the very simple app Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa Sample Code: https://github.com/netlify/netlify-lambda • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversymedia.com Follow Tr
-
09:28 Popular
Before Learning a JavaScript Framework...
Added 104 Views / 0 LikesIn this video I will give my advice about learning a JavaScript front-end framework like React or Vue. Modern JS From The Beginning: https://www.udemy.com/modern-javascript-from-the-beginning/?couponCode=TRAVERSYMEDIA Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Follow Traversy Media: https://www.facebook.com/traversymedia https://www.twitter.com/traversymedia htt
-
57:41 Popular
Node.js CLI For Cryptocurrency Prices
Added 104 Views / 0 LikesIn this project we will build a CLI (command line interface) for a cryptocurrency price app. We will use Commander.js, Inquirer, configstore and some other modules. Code: https://github.com/bradtraversy/coindex-cli • 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/traversymed
-
18:59 Popular
Create A Wordpress Widget - Part 3
Added 103 Views / 0 LikesIn this series we will build a Facebook likebox widget with multiple parameters -- Exercise Files - https://github.com/codeskillet/likebox -- For more web development videos, visit http://codeskillet.com
-
14:12 Popular
Building an Ember.js App - Part 3
Added 103 Views / 0 LikesIn this video we will implement the edit and delete task functions. Final App - https://github.com/bradtraversy/emtasks MY EMBER.JS COURSE: https://www.eduonix.com/affiliates/id/16-10241
-
07:00 Popular
Learning D3 Part 1 - Basic Selections
Added 103 Views / 0 LikesLearn how to do basic DOM selecting using the D3 JavaScript library
-
52:47 Popular
RESTful API From Scratch - Part 2 - Angular Frontend
Added 103 Views / 0 LikesHere is the frontend part of the Restful API service we built in this video https://www.youtube.com/watch?v=eB9Fq9I5ocs SOURCE FILES - https://github.com/bradtraversy/bookstore









