Traversy Media
-
28:46 Popular
Full Stack Vue.js, Express & MongoDB [2] - Vue Frontend
Added 117 Views / 0 LikesIn part 2 we will be adding the client side using the Vue CLI and connect to our backend Express app. We will create a PostService to interact with the API from part 1 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.traversymedia.com Follow Traversy Media: https://www.facebook.com/traversymedia https://www.twitter.com/tra
-
35:26 Popular
Intro To Service Workers & Caching
Added 117 Views / 0 LikesIn this video we will learn about service workers and how to use them to cache pages for offline viewing. Service workers are a huge aspect of PWA's or "Progressive Web Apps". We will add a service worker to a tiny sample website so that if the connection goes out, users can still view the pages. Sponsor: DevMountain Bootcamp - https://goo.gl/6q0dEa Code For This Project: http://traversymedia.com/downloads/simple_service_worker.zip Node.js Push Notifi
-
22:40 Popular
VSCode ESLint, Prettier & Airbnb Style Guide Setup
Added 117 Views / 0 LikesIn this video we will setup linting with the Airbnb style guide for clean and consitent JavaScript code in VSCode Commands & Config: https://gist.github.com/bradtraversy/aab26d1e8983d9f8d79be1a9ca894ab4 Sponsor: Freelancer Bundle (Use "brad25" for 25% off) https://studywebdevelopment.com/freelancing.html • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversymedia.com Follow Travers
-
03:03 Popular
Create a MySQL database in cPanel
Added 116 Views / 0 LikesStep by step instructions on creating a MySQL database from within cPanel
-
17:22 Popular
Using Bootstrap With Ruby on Rails
Added 116 Views / 0 LikesHere I will show you how to use Bootstrap with Ruby on Rails using the "bootstrap-sass" and "autoprefixer" gem
-
05:46 Popular
JavaScript ES6 / ES2015 - [01] Introduction
Added 116 Views / 0 LikesThis is an introduction to my ES6 / ES2015 mini-course. We will be discussing all of the new features of ES6 Source Code For Entire Series - https://github.com/bradtraversy/youtube_es2015_source CHECK OUT MY ES2015 COURSE: https://www.eduonix.com/affiliates/id/16-10397 SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia
-
10:14 Popular
Zend Framework 2 - Routes & Controllers
Added 116 Views / 0 LikesIn this video we will create our router as well as the album controller Projects with Top 10 PHP Frameworks Course - https://www.udemy.com/learn-top-ten-php-frameworks-by-building-projects/
-
18:45 Popular
Angular 2 Spotify App - Updating to RC6
Added 116 Views / 0 LikesIn this video I will show you how to update the ngSpotify Angular 2 RC4 app to RC6. UPDATED RC6 & ORIGINAL RC4 CODE - https://github.com/bradtraversy/ngspotify This project is part of an Eduonix 12 project course in Angular 2. VIEW COURSE INFO: https://www.eduonix.com/affiliates/id/16-10413
-
14:57 Popular
Wordpress Theme With Bootstrap [9] - Theme Customizer
Added 116 Views / 0 LikesIn this video I will show you how to implement the theme customizer API with your Wordpress theme. This will include adding sections, settings and controls to the showcase area of the Bootstrap Wordpress theme Project Files - https://github.com/bradtraversy/wpbootstrap_theme 10 PROJECT WORDPRESS THEME COURSE: https://www.eduonix.com/affiliates/id/16-10405 SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: http://www.patreon.com/traversymedia ONE TIM
-
09:13 Popular
PHP Front To Back [Part 1] - Series Introduction
Added 116 Views / 0 LikesThis is the start of an ongoing series that will teach you the entire language of PHP. This series will include: Basic principles of PHP PHP7 / Apache / MySQL Setup Code Syntax (vars, arrays, loops, conditionals, functions, etc) Procedural & OOP Dynamic Pages Form Submission / Superglobals Working With Databases Mini Projects (Contact Form, User Login System, etc) OOP PHP MVC Udemy Course $10 Promo: https://www.udemy.com/object-oriented-php-mvc/?coupo
-
23:41 Popular
Using Chart.js With React
Added 116 Views / 0 LikesIn this video I will show you how to build a React app that implements the Chart.js JavaScript library for building charts Please watch the "Getting Started With Chart.js" video first if you are unfamiliar with Chart.js https://www.youtube.com/watch?v=sE08f4iuOhA CODE: Code for this video https://github.com/bradtraversy/reactcharts React-chartjs-2 Github Page https://github.com/gor181/react-chartjs-2 10 Project React Course! http://www.traversymedia.c
-
10:05 Popular
Laravel From Scratch [Part 10] - Model Relationships
Added 116 Views / 0 LikesIn this video we will create a relationship between users and blog posts. We will add the users posts to their dashboard and make it so when they insert a post the user id also gets put in the table. 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 t
-
14:58 Popular
Node.js & Express From Scratch [Part 11] - Access Control
Added 116 Views / 0 LikesIn this video we will create some access control so only logged in users can create articles and can only edit and delete their own articles. CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/p... SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversymedia http://www.patr
-
07:34 Popular
Building a GraphQL Server [Part 1] - What Is GraphQL?
Added 116 Views / 0 LikesIn part 1 of 5 of this series we will talk about what GraphQL is, what it is used for and we will also look at some of the queries and how simple they are. We will also talk about what to expect in the next few videos CODE: Code for this project https://github.com/bradtraversy/customerbase BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia FOLLOW TRAVERSY MEDIA: http:/
-
26:13 Popular
Using MySQL With Node.js
Added 116 Views / 0 LikesIn this quick guide I will show you how to use MySQL along with Node.js. This is something I am constantly asked by LAMP stack devs wanting to learn Node.js. We will be using the MySQL JavaScript client along with Express and Node. CODE: Code for this video http://www.traversymedia.com/downloads/nodemysql.zip BECOME A PATRON: Support me directly for even $1 per month http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/travers
-
21:01 Popular
Create a Fake REST API with JSON-Server
Added 116 Views / 0 LikesIn this video I am going to show you how to install a fake REST API using an incredible tool called JSON-Server. This is used for mocking and prototyping and is something that I personally use all of the time. It is useful to anyone building frontend apps with something like Angular, React, etc. CODE: Download the files http://www.traversymedia.com/downloads/jsonserver.zip JSON CRASH COURSE: https://www.youtube.com/watch?v=wI1CWzNtE-M SPONSORS: DevMou
-
24:45 Popular
React & Webpack 4 From Scratch - No CLI
Added 116 Views / 0 LikesIn this video we will setup React WITHOUT the Create-React-App CLI. The CLI is fantastic but many people do not understand how it works behind the scenes. In this video we will setup React from scratch with Webpack 4 and Babel. Sponsor: Coding Dojo http://www.codingdojo.com/l/yt/tr Code For This Project: https://github.com/bradtraversy/react_webpack_starter • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Ude
-
32:48 Popular
Up & Running With Symfony 4 - Part 1: Setup, Controllers, Twig
Added 116 Views / 0 LikesIn this first part of the series we will setup Symfony 4 using Composer as well as Xampp. We will create a controller, setup routes with annotations, render a Twig template and pass data to the template. 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/traversyme
-
19:04 Popular
Starting A Serious Web Development Project
Added 116 Views / 0 LikesIn this video we will discuss some methods on approaching a serious web development or programming project, whether it is a freelance project, for a companay or your own. This video was created from my own experiences as well as some general research SPONSOR: Check out Coding Dojo - http://www.codingdojo.com/l/yt/tr SLIDE: https://www.slideshare.net/TechGuy1/starting-a-web-development-project • BECOME A PATRON: Show support & get perks! http://www.pat
-
50:02 Popular
Build a Webcam Filter & Picture App With WebRTC & Canvas
Added 116 Views / 0 LikesIn this project we will build a webcam app with filters that can snap and display pictures. We will be using WebRTC's getUserMedia API along with canvas. SPONSOR: GDP HOST - WANT CHEAP WEB HOSTING? https://goo.gl/iZjcGk CODE: Github Repo https://github.com/bradtraversy/vidsnapper SYNTAX PODCAST: https://syntax.fm/ BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia VISI
-
33:38 Popular
Exploring The Parcel Application Bundler
Added 116 Views / 0 LikesIn this video we will take a look at the brand new Parcel bundler which is a little to no configuration application bundler which works similar to Webpack but is much faster and easier to use. We will mess around with it and at the same time build a simple joke generator application SPONSOR: Check out Coding Dojo - http://www.codingdojo.com/l/yt/tr • BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TIME DONATIONS: ht
-
15:12 Popular
Vue.js & Firestore App - Build & Deploy [Part 4]
Added 116 Views / 0 LikesIn this video we will fetch the individual employee from Firestore and create the details page, we will also implement the delete functionality CODE: Final Project https://github.com/bradtraversy/vue_firestore_employeemanager • BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia VISIT MY WEBISTE: Check Out My Udemy Courses http://www.traversymedia.com FOLLOW TRAVERSY MEDIA: http://www.facebook.com/traversymedia http://www.t
-
32:18 Popular
PHP REST API From Scratch [1] - Database & Read
Added 116 Views / 0 LikesIn this series we will put together a REST API using PHP with NO FRAMEWORK. We will use object oriented programming along with PDO to connect and query a MySQL database. 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/traversymedi
-
08:33 Popular
Udemy Course Alert - MERN Stack Front To Back
Added 116 Views / 0 Likes$9.99 PROMO LINK! https://www.udemy.com/mern-stack-front-to-back/?couponCode=TRAVERSYMEDIA Intro to my latest Udemy course "MERN Stack Front To Back". Build and deploy a social network using Node, Express, React, Redux and MongoDB.
-
37:23 Popular
Koa.js Crash Course - Modern & Minimalist Node.js Framework
Added 116 Views / 0 LikesIn this video we will look at the Koa framework which is a microframework created by the same creators of Express. We will look at basic concepts, setup, routing, templates and more Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa • 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/
-
26:47 Popular
Exploring Docker [2] - Docker Compose With Node & MongoDB
Added 116 Views / 0 LikesIn this video we will take a simple Node/Express/Mongo app and dockerize it by adding a Dockerfile and using docker-compose to bundle services together. We will also run our containers on a Digital Ocean droplet. Sponsor: DevMountain Bootcamp - https://goo.gl/6q0dEa Code For This Project: https://github.com/bradtraversy/docker-node-mongo $10 off Digital Ocean https://m.do.co/c/5424d440c63a Docker Help Gist: https://gist.github.com/bradtraversy/89fad22
-
10:31 Popular
Overwhelmed With Web Development Technology
Added 116 Views / 0 LikesIn this video I want to talk about being overwhelmed with the vast amount of technology that web development includes (Languages, frameworks, libraries, etc) Sponsor: Freelancer Bundle (Use "brad25" for 25% off) https://studywebdevelopment.com/freelancing.html • 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/traversymed
-
21:15 Popular
Build a Node.js App With Sequelize [3] - Add & Search
Added 116 Views / 0 LikesIn part 3 we will add the functionality of the add gig form as well as the search functionality on the index page Code: https://github.com/bradtraversy/codegig HTML Template Download: https://traversymedia.com/downloads/codegig_html.zip • 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.c
-
34:07 Popular
Build a Custom URL Shortener Service
Added 116 Views / 0 LikesIn this project, we will build an API to shorten URLs, like Bitly. We will use Node.js/Express/MongoDB to store the long, short and url code for each. Code: https://github.com/bradtraversy/url_shortener_service 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 https://ww
-
24:27 Popular
Build An HTML5 Template With Bootstrap and SASS - Part 8
Added 115 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









