Traversy Media


  • 16:43 Popular Laravel From Scratch [Part 9] - User Authentication

    Laravel From Scratch [Part 9] - User Authentication

    by Best Webhosting Added 125 Views / 0 Likes

    In 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

  • 45:30 Learn JavaScript By Building A Bookmarker Application

    Learn JavaScript By Building A Bookmarker Application

    by Best Webhosting Added 96 Views / 0 Likes

    In 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

  • 57:34 Learn The MERN Stack - Express & MongoDB Rest API

    Learn The MERN Stack - Express & MongoDB Rest API

    by Best Webhosting Added 44 Views / 0 Likes

    In this video, we will create a RESTful API from scratch with Node.js, Express, MongoDB and Mongoose. 💻 Code: https://github.com/bradtraversy/mern-tutorial 👇 Full React 2022 Course With $12.99 promo: https://www.udemy.com/course/react-front-to-back-2022/?couponCode=REACTF2BFEB2022 👇 Website & Courses: https://traversymedia.com 💖 Show Support Patreon: https://www.patreon.com/traversymedia PayPal: https://paypal.me/traversymedia 👇 Follow Me On Social Me

  • 1:13:26 Learn The MERN Stack - Frontend Authentication | Redux Toolkit

    Learn The MERN Stack - Frontend Authentication | Redux Toolkit

    by Best Webhosting Added 51 Views / 0 Likes

    In this video, we will create our frontend and add authentication using Redux Toolkit to manage our global state. 💻 Code: https://github.com/bradtraversy/mern-tutorial 👇 Full React 2022 Course With $12.99 promo: https://www.udemy.com/course/react-front-to-back-2022/?couponCode=REACTF2BFEB2022 👇 Website & Courses: https://traversymedia.com 💖 Show Support Patreon: https://www.patreon.com/traversymedia PayPal: https://paypal.me/traversymedia 👇 Follow Me

  • 52:29 Learn The MERN Stack - JWT Authentication

    Learn The MERN Stack - JWT Authentication

    by Best Webhosting Added 66 Views / 0 Likes

    In this video, we will secure our API by adding JWT authentication 💻 Code: https://github.com/bradtraversy/mern-tutorial 👇 Full React 2022 Course With $12.99 promo: https://www.udemy.com/course/react-front-to-back-2022/?couponCode=REACTF2BFEB2022 👇 Website & Courses: https://traversymedia.com 💖 Show Support Patreon: https://www.patreon.com/traversymedia PayPal: https://paypal.me/traversymedia 👇 Follow Me On Social Media: Twitter: https://twitter.com/t

  • 58:22 Learn The MERN Stack - Redux Goals & Deply

    Learn The MERN Stack - Redux Goals & Deply

    by Best Webhosting Added 40 Views / 0 Likes

    In this video, we will add the goals functionality and add goals to our Redux state. 💻 Code: https://github.com/bradtraversy/mern-tutorial 👇 Full React 2022 Course With $12.99 promo: https://www.udemy.com/course/react-front-to-back-2022/?couponCode=REACTF2BFEB2022 👇 Website & Courses: https://traversymedia.com 💖 Show Support Patreon: https://www.patreon.com/traversymedia PayPal: https://paypal.me/traversymedia 👇 Follow Me On Social Media: Twitter: htt

  • 29:01 Popular Learn The Mern Stack [10] - React & Redux Auth State

    Learn The Mern Stack [10] - React & Redux Auth State

    by Best Webhosting Added 102 Views / 0 Likes

    In this video we will add our auth reducer to handle storing authentication state including the JWT token and the user data. Original Series First Video: https://www.youtube.com/watch?v=PBTYxXADG_k&list=PLillGF-RfqbbiTGgA77tGO426V3hRF9iE Code: https://github.com/bradtraversy/mern_shopping_list • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversymedia.com Follow Traversy Media: ht

  • 31:49 Popular Learn The Mern Stack [11] - React Registration

    Learn The Mern Stack [11] - React Registration

    by Best Webhosting Added 103 Views / 0 Likes

    In this video we will create the React register modal component and implement the create user functionality as well as getting the JWT token from the API. Original Series First Video: https://www.youtube.com/watch?v=PBTYxXADG_k&list=PLillGF-RfqbbiTGgA77tGO426V3hRF9iE Code: https://github.com/bradtraversy/mern_shopping_list • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversymedia

  • 23:52 Popular Learn The Mern Stack [12] - React Login & Access Control

    Learn The Mern Stack [12] - React Login & Access Control

    by Best Webhosting Added 108 Views / 0 Likes

    In this final video we will add the authentication of existing users and limit access based on if a user is logged in or not. Original Series First Video: https://www.youtube.com/watch?v=PBTYxXADG_k&list=PLillGF-RfqbbiTGgA77tGO426V3hRF9iE Code: https://github.com/bradtraversy/mern_shopping_list • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversymedia.com Follow Traversy Media: h

  • 07:14 Learn The MERN Stack [1] - Series Introduction

    Learn The MERN Stack [1] - Series Introduction

    by Best Webhosting Added 85 Views / 0 Likes

    In this series we will build a full stack application with MERN (MongoDB, Express, React, Node.js). We will also implement Redux for state management and some other things like Reactstrap and React Transitions. Wel will also deploy to Heroku at the end. 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

  • 35:40 Popular Learn the MERN Stack [2] - Express API & MongoDB

    Learn the MERN Stack [2] - Express API & MongoDB

    by Best Webhosting Added 103 Views / 0 Likes

    In this video we will setup the initial backend of our MERN application using Express JS with Mongoose which is an ODM to interact with our MongoDB database. 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/traversymedia Website & Udemy Courses http://www.traversymed

  • 27:07 Popular Learn The MERN Stack [3] - Client Setup & Reactstrap

    Learn The MERN Stack [3] - Client Setup & Reactstrap

    by Best Webhosting Added 104 Views / 0 Likes

    In 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

  • 18:42 Popular Learn The MERN Stack [4] - ShoppingList Component & Transitions

    Learn The MERN Stack [4] - ShoppingList Component & Transitions

    by Best Webhosting Added 101 Views / 0 Likes

    In this video we will create our ShoppingList component and make it work with just local state with some dummy data. We are not yet dealing with Redux or with our backend. I just want to get the single component working, then we will move to Redux 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

  • 29:59 Popular Learn The MERN Stack [5] - Implementing Redux

    Learn The MERN Stack [5] - Implementing Redux

    by Best Webhosting Added 108 Views / 0 Likes

    In this video we will add Redux to our frontend app and move the state from our ShoppingList component to a store reducer. We will also create our getItems action and action types. 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/traversymedia Website & Udemy Courses

  • 30:19 Learn The MERN Stack [6] - Finishing Redux

    Learn The MERN Stack [6] - Finishing Redux

    by Best Webhosting Added 98 Views / 0 Likes

    In this video we will get the React/Redux app working with hardcoded state in the Redux store. We will create the ItemModal component to ad an item. After this video we will be ready to connect to the backend routes and make this FULL STACK!

  • 17:09 Popular Learn The MERN Stack [7] - Connecting The Backend

    Learn The MERN Stack [7] - Connecting The Backend

    by Best Webhosting Added 104 Views / 0 Likes

    In 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

  • 16:22 Learn The MERN Stack [8] - Prepare & Deploy

    Learn The MERN Stack [8] - Prepare & Deploy

    by Best Webhosting Added 94 Views / 0 Likes

    In this video we will prepare our application for deployment to Heroku. We will create a heroku post build script so that we do not have to manually run "npm run build" for React. It will happen on the server once we push to it. 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.p

  • 48:58 Popular Learn The Mern Stack [9] - Backend JWT Auth

    Learn The Mern Stack [9] - Backend JWT Auth

    by Best Webhosting Added 103 Views / 0 Likes

    In this part we will add user registration and login with JWT (JSON Web Tokens) in Node/Express Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa Original Series First Video: https://www.youtube.com/watch?v=PBTYxXADG_k&list=PLillGF-RfqbbiTGgA77tGO426V3hRF9iE Code: https://github.com/bradtraversy/mern_shopping_list • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversymedia.com Fo

  • 09:20 Popular Learning & Memorizing In Programming

    Learning & Memorizing In Programming

    by Best Webhosting Added 121 Views / 0 Likes

    In 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

  • 07:00 Popular Learning D3 Part 1 -  Basic Selections

    Learning D3 Part 1 - Basic Selections

    by Best Webhosting Added 103 Views / 0 Likes

    Learn how to do basic DOM selecting using the D3 JavaScript library

  • 08:33 Learning D3 Part 2 - Simple Data Binding

    Learning D3 Part 2 - Simple Data Binding

    by Best Webhosting Added 90 Views / 0 Likes

    Learn how to bind data using the D3 JavaScript library

  • 07:45 Popular Learning D3 Part 3 - Basic Static Chart

    Learning D3 Part 3 - Basic Static Chart

    by Best Webhosting Added 107 Views / 0 Likes

    Learn how to build a very simple static bar chart using the D3 JavaScript library

  • 10:21 Learning D3 Part 4 - Drawing Basic Shapes with SVG

    Learning D3 Part 4 - Drawing Basic Shapes with SVG

    by Best Webhosting Added 96 Views / 0 Likes

    Learn how to draw basic shapes using the D3 JavaScript library

  • 08:26 Popular Learning D3 Part 5 - Simple Bar Chart Using SVG

    Learning D3 Part 5 - Simple Bar Chart Using SVG

    by Best Webhosting Added 102 Views / 0 Likes

    Lean how to create a simple bar chart using the D3 JavaScript library

  • 10:42 Popular Learning D3 Part 6 - Using Scales

    Learning D3 Part 6 - Using Scales

    by Best Webhosting Added 113 Views / 0 Likes

    learn how to create bar charts with scales with the D3 JavaScript library

  • 11:35 Learning D3 Part 7 - Transitions

    Learning D3 Part 7 - Transitions

    by Best Webhosting Added 99 Views / 0 Likes

    Learn how to create events and transitions in the D3 JavaScript library

  • 18:53 Popular Learning D3 Part 8 - Axes and Guides

    Learning D3 Part 8 - Axes and Guides

    by Best Webhosting Added 107 Views / 0 Likes

    Learn how to create a vertical and horizontal axis using the D3 JavaScript library

  • 15:25 Learning Flux and React.js - Part 1

    Learning Flux and React.js - Part 1

    by Best Webhosting Added 84 Views / 0 Likes

    In this series we will take an in depth look at how to structure a Flux/React.js application. Fluxboiler - https://github.com/bradtraversy/fluxboiler React.js and Flux Course: https://www.eduonix.com/affiliates/id/16-10226 10 Projects Using React and Flux Course: https://www.eduonix.com/affiliates/id/16-10377

  • 13:44 Learning Flux and React.js - Part 2

    Learning Flux and React.js - Part 2

    by Best Webhosting Added 97 Views / 0 Likes

    In this series we will take an in depth look at how to structure a Flux/React.js application. Fluxboiler - https://github.com/bradtraversy/fluxboiler To learn more about Flux and React.js, signup for my course at - https://www.eduonix.com/courses/Web-Development/Getting-Started-with-Facebook-Flux-Tutorial

  • 10:42 Learning Flux and React.js - Part 3

    Learning Flux and React.js - Part 3

    by Best Webhosting Added 92 Views / 0 Likes

    In this series we will take an in depth look at how to structure a Flux/React.js application. Fluxboiler - https://github.com/bradtraversy/fluxboiler To learn more about Flux and React.js, signup for my course at - https://www.eduonix.com/courses/Web-Development/Getting-Started-with-Facebook-Flux-Tutorial

RECOMMENDED WEB HOSTING

FASTCOMET

Fastcomet

HOSTGATOR

HOSTGATOR

BLUEHOST

BLUEHOST

SITEGROUND

SITEGROUND

A2 HOSTING

A2 HOSTING

HOSTINGER

HOSTINGER

DREAMHOST

DREAMHOST

ACCU WEBHOSTING

ACCU WEBHOSTING

MILESWEB

MILESWEB

HOSTPAPA

HOSTPAPA

RSS