Traversy Media
-
08:20 Popular
Node.js Part 1 - Install NodeJS on Windows
Added 128 Views / 0 LikesIn this video we will install Git Bash and Node.js on to a Windows 7 machine. New NodeJS/Express 4 Series - https://www.youtube.com/watch?v=ivstVNUKAW8&feature=youtu.be SPONSORS: DevMountain Bootcamp - https://goo.gl/6q0dEa
-
12:03 Popular
Install Laravel 5 on XAMPP in Windows 8
Added 128 Views / 0 LikesHere we will install Laravel 5 and configure a virtual host in XAMPP.
-
22:54 Popular
Node.js Login System With Passport - Part 1
Added 128 Views / 0 LikesIn this video we will start our login and registration application using Node.js, Express and Passport. We will setup our modules, middleware and create a Bootstrap layout. Code For This Series - https://github.com/bradtraversy/loginapp NODE.JS, EXPRESS & MONGODB COURSE: https://www.udemy.com/nodejs-express-mongodb-dev-to-deployment/?couponCode=DISCOUNT459895
-
35:14 Popular
Intro To Memcached
Added 128 Views / 0 LikesIn this video you will learn how to install and work with Memcached. You will learn the following... Install Memcached in Linux Ubuntu Connect Using Telnet Basic Commands - stats, get, set, delete, etc Memcached Tools Use Memcached with Python Use Memcached with PHP
-
1:02:08 Popular
Ruby On Rails In 60 Minutes
Added 128 Views / 0 LikesIn this video we will cover all of the fundamentals of the Ruby on Rails framework by building a blog application with comment functionality Routes Controllers Models Views Resources Relationships Database Migrations Basic Ruby Code RAILS PROJECTS COURSE - https://www.eduonix.com/affiliates/id/16-10051 LEARN RAILS FROM SCRATCH - https://www.eduonix.com/affiliates/id/16-10055 SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: http://www.patreon.com/t
-
19:20 Popular
MEAN Stack Front To Back [Part 8] - Login & Logout
Added 128 Views / 0 LikesIn this part of the MEAN stack series we will make the login form and authenticate request giving us back a json web token and user data that we can then store in local storage. We will also create the logout functionality Code Up To This Point: http://www.traversymedia.com/downloads/meanauthapp/meanauthapp_part_8.zip My Courses: http://traversymedia.com/eduonix-courses DONATIONS: Any donation is greatly appreciated.... https://www.paypal.me/traversym
-
16:00 Popular
Top 10 Programming Languages 2017
Added 128 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
-
25:09 Popular
Angular 2 & Firebase App [Part 6] - Add Listing & Storage
Added 128 Views / 0 LikesIn this part we will add the functionality to add a property listing and also how to upload an image to Firebase storage as well as fetch the image and put in the listing CODE: Code For This Video http://www.traversymedia.com/downloads/proplistings/proplistings_part_6.zip COURSES: Premium Eduonix Courses http://www.traversymedia.com/eduonix-... VISIT US: http://www.traversymedia.com EDUONIX COURSES: Pleas use affiliate links from website below http://
-
28:11 Popular
Concerns & Struggles Of A Web Developer
Added 128 Views / 0 LikesIn this video we will talk about some of the questions, concerns and some of the struggles that both web developers and other types of programmers have and deal with. Things like education, jobs, technology, confidence, time management and more. SPONSOR: Check out Coding Dojo - http://www.codingdojo.com/l/yt/tr Great Talk By Jeffrey Way: https://www.youtube.com/watch?v=mDotS5BDqRM&t=1582s • BECOME A PATRON: Show support & get perks! http://www.patreon
-
34:43 Popular
HTML & CSS Easy Elegant Landing Page With Blur Effect
Added 128 Views / 0 LikesIn this video we will build a simple responsive and elegant landing page with HTML and CSS. We will be using the grid system, media queries, transitions, etc Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa Code: https://codepen.io/bradtraversy/pen/jvKmjB • 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
-
30:31 Popular
Tailwind CSS Crash Course
Added 128 Views / 0 LikesIn this video we will look at the TailwindCSS utility framework including what it is, setup and creating custom components with utilities Code: https://codepen.io/bradtraversy/pen/JgXqBL Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa Docs: https://tailwindcss.com Mac Install: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/ • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Udemy Courses: https://ww
-
19:29 Popular
Quick Autocomplete App With JS & JSON
Added 128 Views / 0 LikesIn this project we will build a simple web app that searches a JSON file using the Fetch API, Async/Await, Regex and high order array methods. Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa States.json Gist: https://gist.github.com/bradtraversy/20dee7787486d10db3bd1f55fae5fdf4 • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversymedia.com Follow Traversy Media: https://www.fa
-
11:42 Popular
MEAN Stack Front To Back [Part 7] - Auth Service & User Registration
Added 127 Views / 0 LikesIn this video we will create the authentication service and the user registration functionality using the backend API /users/register endpoint Code Up To This Point: http://www.traversymedia.com/downloads/meanauthapp/meanauthapp_part_7.zip My Courses: http://traversymedia.com/eduonix-courses DONATIONS: Any donation is greatly appreciated.... https://www.paypal.me/traversymedia https://www.patreon.com/traversymedia
-
1:00:47 Popular
Build A CMS Admin Bootstrap Theme From Scratch
Added 127 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
-
36:08 Popular
Python Flask From Scratch [Part 2] - User Registration
Added 127 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
-
16:43 Popular
Laravel From Scratch [Part 9] - User Authentication
Added 127 Views / 0 LikesIn this video we will add user authentication. We also need to add a user_id column in the posts table in the database. We will implement full login and register functionality 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
-
17:16 Popular
Laravel From Scratch [Part 1] - Series Introduction
Added 127 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
-
16:41 Popular
Node.js & Express From Scratch [Part 3] - Pug Template Engine
Added 127 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
-
25:52 Popular
Vanilla JS Number Facts App - Ajax & Fetch
Added 127 Views / 0 LikesIn this video we will create a vanilla JavaScript application using that fetches random facts on any number entered. We will use both XHR and the Fetch API to make requests to http://numbersapi.com CODE: Plunk with this project http://plnkr.co/edit/6d7iWyArX40O3mGuQSt8?p=preview BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia VISIT MY WEBISTE: http://www.traversymed
-
22:43 Popular
Yarn Package Manager Crash Course
Added 127 Views / 0 LikesIn this video we will look at the Yarn package manager and talk about what it is and then jump in and look at all of the fundamental commands to install, remove, updated packages, etc. SPONSOR: Check out Coding Dojo - http://www.codingdojo.com/l/yt/tr COMMAND GIST: https://gist.github.com/bradtraversy/9bdab9c9a0bf94e2c6952d3f89e9e350 NPM Crash Course: https://www.youtube.com/watch?v=jHDhaSSKmB0&t=1326s • BECOME A PATRON: Show support & get perks! http
-
23:06 Popular
CSS Variables Tutorial (CSS Custom Properties)
Added 127 Views / 0 LikesIn this video we will dive into CSS variables, also called CSS custom properties. We can now have dynamic values in our CSS without the use of a CSS pre-processor like Sass or Less SPONSOR: Check out Coding Dojo - http://www.codingdojo.com/l/yt/tr CODE: Codepen for this video https://codepen.io/bradtraversy/pen/VyPNOr • BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia VISIT MY WEBISTE: Check Out My Udemy Courses http://w
-
04:52 Popular
Install & Uninstall Joomla Extensions
Added 126 Views / 0 LikesHow to add and remove 3rd party extensions to and from your Joomla 1.5 website - This is a very old tutorial. I am sorry for the horrible sound :)
-
13:48 Popular
PHP Front To Back [Part 18] - PHP & AJAX
Added 126 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
-
13:58 Popular
Node.js & Express From Scratch [Part 4] - Mongoose & Model Setup
Added 126 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
-
11:12 Popular
Node.js & Express From Scratch [Part 2] - App Setup & Express Install
Added 126 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
-
26:08 Popular
Connecting Firebase to a Contact Form
Added 126 Views / 0 LikesIn this video we will take the responsive contact form we built in the last video and hook it up to a firebase backend to store submissions in a firebase database. VIDEO TO CREATE FORM FRONT-END: https://www.youtube.com/watch?v=Sb5qOa3R4hY INITIAL CODE: Form frontend http://www.traversymedia.com/downloads/responsiveform.zip FINAL CODE: With firebase https://github.com/bradtraversy/firebasecontact BECOME A PATRON: Show support & get perks! http://www.p
-
29:59 Popular
Up & Running With Symfony 4 - Part 3: Create, Update & Delete
Added 126 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
-
36:25 Popular
Pure JavaScript Type Writer Effect
Added 126 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
-
17:42 Popular
Redis Caching in Node.js
Added 126 Views / 0 LikesIn this video I will show you how to setup caching with Node.js & Redis and look at how it is beneficial. Code: https://gist.github.com/bradtraversy/a9dedcdf4350fd417819ee6538482aae Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa Windows Download: https://github.com/dmajkic/redis/downloads Redis Crash Course: https://www.youtube.com/watch?v=Hbt56gFj998 • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Udemy Courses:
-
18:58 Popular
VSCode In The Cloud - Setup a Remote Dev Environment
Added 126 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









