Traversy Media
-
1:13:00 Popular
Foundation Framework Crash Course
Added 101 Views / 0 LikesIn this crash course we will be looking at the Zurb Foundation front-end framework which is an alternative to Twitter Bootstrap Foundation Tutorial Contents: What is Foundation? Installation/Setup Typography Helper Classes Topbar Forms Tables & Lists Buttons & Links Callouts, Progressbars, Badges, etc Much More... Code for this video - http://www.traversymedia.com/downloads/foundation_sandbox.zip 10 Project Foundation Course (Foundation 5) - http://ww
-
45:30
Learn JavaScript By Building A Bookmarker Application
Added 96 Views / 0 LikesIn this video we will build an application for storing website urls using nothing but pure JavaScript. No jQuery or frameworks, just plain old JavaScript. We will use Local Storage to store the bookmarks CODE - https://github.com/bradtraversy/bookmarker SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia
-
1:31:58 Popular
React Native Crash Course
Added 142 Views / 0 LikesIn this video we will look at what React Native is, we will setup the CLI, initialize an application and look at some key aspects of the React Native framework. We'll be using Windows / Android but you can follow on Mac and iOS as well. Components, State & Props View & Text StyleSheet Touchable Elements ListView Navigator Button Events Android SDK Setup - https://www.youtube.com/watch?v=KRLLjlpy0r4 FULL REACT NATIVE COURSE https://www.eduonix.com/affi
-
15:53 Popular
Android SDK & AVD Setup For React Native
Added 170 Views / 0 LikesIn this video Ill show you step by step how to install Android Studio, the Android SDK and the virtual device so that you can start building Android applications. We will also specifically setup the SDK for React Native by installing SDK 6.0 in addition to the latest version
-
1:00:47 Popular
Build A CMS Admin Bootstrap Theme From Scratch
Added 122 Views / 0 LikesIn this video we will build the UI for a CMS (content management system) admin area. It will feature a dashboard, pages, posts, users and login page. We will look at almost all of the Bootstrap css components as well as some JavaScript such as the modal. CODE DOWNLOAD: http://www.traversymedia.com/downloads/adminstrap_theme.zip SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.payp
-
1:13:27 Popular
Bootstrap Beginner Crash Course
Added 114 Views / 0 LikesWant to learn Twitter Bootstrap? In this video we will cover the Twitter Bootstrap framework in depth from installation to all of the HTML/CSS components and features. Grid System Navbars & Dropdowns Jumbotron List Group Alerts & Progress bars Typography Labels & Badges Much More... CODE - http://www.traversymedia.com/downloads/bootstrap_cheatsheet.zip 9 HOUR BOOTSTRAP 4 COURSE W/5 PROJECTS: https://www.udemy.com/bootstrap-4-from-scratch-with-5-projec
-
1:01:15
Build An HTML5 Website With A Responsive Layout
Added 99 Views / 0 LikesIn this video we will build a clean coded responsive mobile friendly HTML5 website for a fictional web design company. We will go over semantic HTML tags like header and footer as well as the basics of HTML and CSS. This is a great project for beginners. CODE DOWNLOAD: http://www.traversymedia.com/downloads/acme_website.zip Modern HTML & CSS Udemy Course: Udemy Course - Modern HTML & CSS From The Beginning https://www.udemy.com/course/modern-html-css-
-
34:03 Popular
Web Development In 2017 - A Practical Guide
Added 109 Views / 0 LikesWhat should you learn in 2017 as a web developer and designer? In this guide we will talk about all of the latest technologies and when you should start learning them as well as what is required and what is just extra 2018 GUIDE: https://www.youtube.com/watch?v=Zftx68K-1D4 From basic HTML/CSS/JavaScript to server side languages like PHP and Python, to Node.js and Express and other JavaScript frameworks. Bootstrap, Sass, GIT, there are so many things t
-
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/
-
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/
-
00:57
Welcome To Traversy Media
Added 93 Views / 0 LikesTraversy Media offers full courses and web development tutorials using all of the latest technologies. We focus on full stack web development using languages like HTML/CSS, JavaScript, PHP, Ruby on Rails and more. Subscribe to our channel and visit http://www.traversymedia.com today to keep up to date with the latest trends in web design and development
-
57:44
Ionic 2 Mobile App in Under 60 Minutes
Added 94 Views / 0 LikesIn this video we will build a complete Ionic 2 mobile application in under an hour. It's an app using the Reddit API. We can list top subreddits and filter by category. We will also have a settings area where we can set default category and limit of posts ANDROID SDK & AVD SETUP VIDEO: https://www.youtube.com/watch?v=KRLLjlpy0r4 CODE: https://github.com/bradtraversy/ionreddit There are 2 more Ionic 2 apps in my Angular 2 project course here - https://
-
19:59
Flexbox CSS In 20 Minutes
Added 95 Views / 0 LikesIn this quick video we will go over the CSS Flexbox model. This is a quick overview, not an in-depth course. We will look at the basics such as Code - https://jsfiddle.net/bradtraversy/bu0ecodm/1/ display:flex flex order flex-direction justify-content flex-basis align-items
-
1:01:47
Vue.js 2.0 In 60 Minutes
Added 85 Views / 0 LikesUPDATED VERSION - https://www.youtube.com/watch?v=Wy9q22isx3U In this crash course we will cover all of the fundamentals of the Vue.js 2.0 JavaScript framework. Vue-cli Declarative Rendering Directives Conditionals & Loops Events & Input Templates Components Properties vue-router vue-resource FULL VUE.JS COURSE: https://www.eduonix.com/affiliates/id/16-10450 For more on this video and others, visit http://www.traversymedia.com SUPPORT THIS CHANNEL WIT
-
26:14
PHP Front To Back [Part 21] - Fetching Data With MySQLi
Added 89 Views / 0 LikesIn this video we will start to work with the MySQLi extension. We will create a MySQL database using phpMyAdmin as well as a posts table to interact with. CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox19.zip 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 su
-
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://
-
17:51 Popular
Intro To JavaScript Unit Testing With Mocha JS & Chai
Added 101 Views / 0 LikesIn this video I will show you how to setup the Mocha unit testing framework along with Chai which is an assertion library. I will also show you how to structure your files and create some simple tests CODE: Code for this video http://traversymedia.com/downloads/mochatest.zip SPONSORS: DevMountain Bootcamp - https://goo.gl/6q0dEa EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spen
-
58:30
Semantic UI In 60 Minutes
Added 90 Views / 0 LikesIn this crash course we will talk about all of the basics of Semantic UI including the styling of headings, buttons, lists, icons and much more. We will also look at the build and compile tools with Gulp. CODE: Code for this video http://www.traversymedia.com/downloads/semantic-sandbox.zip SPONSORS: DevMountain Bootcamp - https://goo.gl/6q0dEa EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-courses S
-
15:29 Popular
2017 Home Office Tour - Crazy 6 Monitor Setup (Updated)
Added 141 Views / 0 LikesThis may not be for everyone. This is for my hardcore viewers and tech lovers. In this tour I will show you where the magic happens. This is the updated version This home office includes... - 3 24 inch Acer LCD Monitors - 3 27 inch Acer LED Monitors - EZM Hex 6 Monitor Stand - Uplift Sit/Stand Desk (72 inch) - Blue Yetti Mic with arm & Pop Filter - Corsair Strafe Mechanical Keyboard - Steel Series Rival RGB Mouse - Corsair Void RGB Headphones - Red &
-
10:40
What Is MVC? Simple Explanation
Added 94 Views / 0 LikesIn this video we will talk about the basics of what MVC or Model View Controller is and how the design pattern works. We will look at some pseudocode as well 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://www.patreon.com/traversymedia FOLLOW TRAV
-
13:25 Popular
Python Flask From Scratch [Part 5] - Edit & Delete Articles
Added 121 Views / 0 LikesIn this video we will add the article edit and delete functionality to our Python Flask application 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 MEDIA: http://www.f
-
25:04 Popular
Python Flask From Scratch [Part 4] - Dashboard & Articles
Added 137 Views / 0 LikesIn this video we will setup the dashboard and pull the articles from MySQL. We will also create the add article functionality 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 TR
-
28:18 Popular
Python Flask From Scratch [Part 3] - Login & Access Control
Added 113 Views / 0 LikesIn this video we will program the login functionality in our Flask app and add some access control 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 MEDIA: http://www.fa
-
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
-
28:48 Popular
Python Flask From Scratch - [Part 1] - Getting Started
Added 101 Views / 0 LikesIn this video we will start the project and install Flask using pip. We will create the main app.py file and create some routes and render some templates 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
-
18:39
PHP Front To Back [Part 20] - OOP
Added 97 Views / 0 LikesIn this video I will introduce object oriented programming in PHP using classes, properties and methods CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox18.zip EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-... SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversymedia http://www.pa
-
16:00 Popular
Top 10 Programming Languages 2017
Added 124 Views / 0 LikesIn this video I will share MY OPINION of the top programming languages to learn in 2017. This is ALL programming languages not just for web development #10 - GO #9 - Rust #8 - Swift #7 - Ruby #6 - C++ #5 - C# #4 - PHP #3 - Java #2 - Python #1 - JavaScript
-
35:24 Popular
Webpack Crash Course
Added 123 Views / 0 LikesIn this video we will look at the Webpack module bundler which is used for many different tasks. Ill show you how to install webpack using npm and how to import both files and modules. We will also look at application structure and loaders such as style and Babel CODE: Code for this video https://github.com/bradtraversy/webpack_app EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We s
-
35:45
Build a Bootstrap Theme With Scroll Animation
Added 96 Views / 0 LikesIn this video we will create a clean Bootstrap theme that implements animation using ScrollReveal. CODE: Code for this project http://www.traversymedia.com/downloads/techscroll.zip ScrollReveal Github: https://github.com/jlmakes/scrollreveal 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:
-
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









