Web Development
-
19:57 Popular
PHP Front To Back [Part 15] - PHP Contact Form
Added 108 Views / 0 LikesIn this video we will create a PHP contact form from scratch. We will also include server side form validation and messaging CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox13.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/traver
-
29:41 Popular
Build A JavaScript & jQuery Movie Info App in 30 Minutes
Added 102 Views / 0 LikesIn this video we will build a movie listing application using JavaScript ES6, jQuery along with Axios for making HTTP requests to the OMDb API. CODE: Code for this video https://github.com/bradtraversy/movieinfo 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/traversy
-
24:02
Build A Codeigniter PHP App - Part 5
Added 99 Views / 0 LikesIn this video we will add comment functionality to our blog posts in the Codeigniter blog application project. We will add a new controller, model and add to the post view 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: htt
-
15:23 Popular
Angular 2 and Firebase App [Part 7] - Edit & Delete Listings
Added 103 Views / 0 LikesIn this video we will add the edit and delete functionality to our Angular 2 Firebase application. CODE: Code For This Video https://github.com/bradtraversy/proplistings COURSES: Premium Eduonix Courses http://www.traversymedia.com/eduonix-... EDUONIX COURSES: Pleas 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
-
39:35
Redis Crash Course Tutorial
Added 85 Views / 0 LikesIn this crash course we will discuss and demonstrate the fundamentals of Redis including... What Redis Is Installation Redis-cli Data Types - Strings, Lists, Sets, Sorted Sets, Hashes Data Persistence FULL REDIS COURSE: Please Use This Link https://www.eduonix.com/affiliates/id/16-10420 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/tra
-
34:12 Popular
Build A Node.js & Redis App From Scratch
Added 111 Views / 0 LikesIn this video we will build a user management application using Node.js and Redis which is an open source database/caching system. We will be able to add users to the system and search for them by id. CODE: Code for this video https://github.com/bradtraversy/redusers YOUTUBE REDIS CRASH COURSE https://www.youtube.com/watch?v=Hbt56gFj998 FULL REDIS COURSE: Please Use This Link https://www.eduonix.com/affiliates/id/16-10420 SUPPORT: We spend massive amo
-
16:49
Cmder: A Better Windows Command Line
Added 98 Views / 0 LikesWe are going to take a look at a Windows dev tool called Cmder which uses the ConEmu console, Clink, Git and a host of other tools to give you a MUCH better Windows command line experience. We will also install the "Terminal" package for Sublime Text and integrate Cmder with it Cmder Download: http://www.cmder.net Terminal Package: https://packagecontrol.io/packages/Terminal
-
10:31 Popular
PHP Front To Back [Part 16] - Sessions Tutorial
Added 140 Views / 0 LikesIn this video we will look at PHP sessions to carry information across multiple PHP pages. We will also look at redirecting with the header() function CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox14.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: h
-
14:06 Popular
PHP Front To Back [Part 17] - Cookies Tutorial
Added 103 Views / 0 LikesSessions are recommended over cookies in most situations but it is good to understand how cookies work as well. In this video we will be using the setcookie() function to create cookies in PHP. We will also look at serializing data with serialize() and unserialize() CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox15.zip BROWSER EXTENSION: Momentum https://chrome.google.com/webstore/detail/momentum/laookkfknpbbblfp
-
24:00 Popular
12 Chrome Extensions For Web Developers & Web Designers
Added 134 Views / 0 LikesHere is a list of 12 Chrome extensions that can help the productivity for web developers, programmers and web designers JAVASCRIPT AND CSS CODE BEAUTIFIER https://chrome.google.com/webstore/detail/javascript-and-css-code-b/iiglodndmmefofehaibmaignglbpdald?hl=en WEB DEVELOPER https://chrome.google.com/webstore/detail/web-developer/bfbameneiokkgbdmiekhjnmfkcnldhhm?hl=en-US GISTBOX CLIPPER https://chrome.google.com/webstore/detail/gistbox-clipper/cejmhmb
-
21:02
App Hosting With Digital Ocean
Added 98 Views / 0 LikesIn this video I will show you how to create a Digital Ocean droplet to host your Node.js, Python, Rails, PHP or any other type of app. We will also setup SSH keys for security $10 FREE CREDIT: https://m.do.co/c/5424d440c63a NODE.JS DEPLOY VIDEO: https://www.youtube.com/watch?v=RE2PLyFqCzE EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these
-
36:26
Build a Vue js Translator App Using The Yandex API
Added 93 Views / 0 LikesIn this project we will build a useful Vue.js application that will translate any word to a different language. We are using the Yandex Translate API for this project CODE: Code for this video https://github.com/bradtraversy/wordtranslator DEMO: Try the app http://traversymedia.com/demos/wordtranslator MY VUE.JS COURSE http://www.traversymedia.com/course/learn-web-development-using-vuejs/ SUPPORT: We spend massive amounts of time creating these free v
-
13:48 Popular
PHP Front To Back [Part 18] - PHP & AJAX
Added 125 Views / 0 LikesIn this video I will show you how we can use PHP and AJAX together to build a simple suggestion engine for a form input CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox17.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/traversymed
-
18:48 Popular
PHP Front To Back [Part 19] - File System Functions
Added 109 Views / 0 LikesIn this video we will look at some functions to work with files, folders and paths such as basename(), dirname(), file_get_contents(), fopen(), fread() and much more CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox17.zip BROWSER EXTENSION: Momentum https://chrome.google.com/webstore/detail/momentum/laookkfknpbbblfpciffpaejjkokdgca?hl=en EDUONIX COURSES: Please use affiliate links from website below http://www.trav
-
24:49
JSON Crash Course
Added 94 Views / 0 LikesIn this video we will talk about JSON, JavaScript object literals and AJAX. Ill show you how to create JSON objects and arrays and also how to make an Ajax request to a .json file CODE: Code for this video http://traversymedia.com/downloads/json_sandbox.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 sh
-
32:29 Popular
Build A Codeigniter PHP App - Part 6
Added 140 Views / 0 LikesIN this part we will create the register functionality. We will add a users table and also make email and username fields unique. 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://w
-
28:03 Popular
Build A Codeigniter PHP App - Part 7
Added 107 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
-
35:45
Build a Bootstrap Theme With Scroll Animation
Added 98 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:
-
35:24 Popular
Webpack Crash Course
Added 124 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
-
16:00 Popular
Top 10 Programming Languages 2017
Added 127 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
-
18:39
PHP Front To Back [Part 20] - OOP
Added 99 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
-
28:48 Popular
Python Flask From Scratch - [Part 1] - Getting Started
Added 104 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
-
36:08 Popular
Python Flask From Scratch [Part 2] - User Registration
Added 124 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:18 Popular
Python Flask From Scratch [Part 3] - Login & Access Control
Added 116 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
-
25:04 Popular
Python Flask From Scratch [Part 4] - Dashboard & Articles
Added 139 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
-
13:25 Popular
Python Flask From Scratch [Part 5] - Edit & Delete Articles
Added 124 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
-
10:40
What Is MVC? Simple Explanation
Added 97 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
-
15:29 Popular
2017 Home Office Tour - Crazy 6 Monitor Setup (Updated)
Added 145 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 &
-
58:30
Semantic UI In 60 Minutes
Added 93 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
-
17:51 Popular
Intro To JavaScript Unit Testing With Mocha JS & Chai
Added 103 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









