Traversy Media


  • 30:18 Popular Build A CodeIgniter PHP App - Part 2

    Build A CodeIgniter PHP App - Part 2

    by Best Webhosting Added 134 Views / 0 Likes

    We will be building a PHP Codeigniter blog application with CRUD functionality. In this video we will create the Posts model, database table and create functionality to read and manage posts Code For This Application - https://github.com/bradtraversy/ciblog 10 project PHP Frameworks course - https://www.eduonix.com/affiliates/id/16-10371 PHP 7 Developers Guide - https://www.eduonix.com/affiliates/id/16-10399

  • 14:52 Popular Angular 2 & Firebase App [Part 4] - Firebase Authentication

    Angular 2 & Firebase App [Part 4] - Firebase Authentication

    by Best Webhosting Added 134 Views / 0 Likes

    In this video we will create the Firebase login, logout, authentication functionality so that we can view the property listings CODE FOR THIS PART: http://www.traversymedia.com/downloads/proplistings/proplistings_part_4.zip SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: https://www.patreon.com/traversymedia ONE TIME DONATIONS: https://www.paypal.me/traversymedia

  • 10:56 Popular Should You Learn PHP? - Pros and Cons

    Should You Learn PHP? - Pros and Cons

    by Best Webhosting Added 134 Views / 0 Likes

    Most web developers either love or hate PHP. In this video we will go over some of the advantages and disadvantages of learning PHP compared to other server side languages SUGGESTED: PHP Front To back https://www.youtube.com/watch?v=oJbfyzaA2QA My Courses: http://traversymedia.com/eduonix-courses DONATIONS: Any donation is greatly appreciated.... https://www.paypal.me/traversymedia https://www.patreon.com/traversymedia

  • 18:28 Popular Finding A Web Developer Job With No Experience

    Finding A Web Developer Job With No Experience

    by Best Webhosting Added 134 Views / 0 Likes

    Finding a job or career in web development or design can be a little overwhelming. In this video I will talk a little bit about preparing and finding a web developer job or web design job without having real-world experience. Well talk about things like... Are You Ready? What Type Of Developer Are You? Resumes Experience Social Media Branding Resources Check Out My Full Courses http://www.traversymedia.com/eduonix-courses/ SLIDE DOWNLOAD - http://www.

  • 10:12 Popular Building a GraphQL Server [Part 2] - Server & Express GraphQL Setup

    Building a GraphQL Server [Part 2] - Server & Express GraphQL Setup

    by Best Webhosting Added 134 Views / 0 Likes

    In part 2 of 5 we will install express, express-graphql and we will create an initial dev server to run on our machine. We will create the server.js file and start the main schema.js file 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://www.facebook.com/traversymedi

  • 1:01:53 Popular Node.js & Stripe API - Ebook Sales App & Heroku Deploy

    Node.js & Stripe API - Ebook Sales App & Heroku Deploy

    by Best Webhosting Added 134 Views / 0 Likes

    In this video we will build a Node.js/Express app using the Stripe API to sell an ebook. We will be able to create a customer and charge their card. Everything is done in test mode. Once we build the app, we will deploy to Heroku SPONSOR: Check out Coding Dojo - http://www.codingdojo.com/l/yt/trs CODE: Github Repo https://github.com/bradtraversy/ebookseller LIVE APP: https://peaceful-island-46715.herokuapp.com BECOME A PATRON: Show support & get perks

  • 58:24 Popular YouTube API Project With Authentication

    YouTube API Project With Authentication

    by Best Webhosting Added 134 Views / 0 Likes

    In this JavaScript project we will use the YouTube API v3 to fetch channel data and videos. We will create a search form to change channels and use OAuth2 to login and logout. Sponsor: Coding Phase [GET 50% OFF!!] https://codingphase.teachable.com/p/all-courses-subscription/?coupon_code=TRAVERSY50&affcode=117955_0bufn2zv Code: https://github.com/bradtraversy/youtube_api_auth_app Docs: https://developers.google.com/youtube/v3/quickstart/js https://deve

  • 43:58 Popular Multi Step Form With React & Material UI

    Multi Step Form With React & Material UI

    by Best Webhosting Added 134 Views / 0 Likes

    In this project we will build a React multi step form with multiple componenets including user & personal details, confirmation and success. We will use Material UI as well Code: https://github.com/bradtraversy/react_step_form React Course: $9.99 Promo Code https://www.udemy.com/react-front-to-back/?couponCode=TRAVERSYMEDIA Sponsor: Synology JSeries - https://www.synology.com/en-us/products/series/j Value Series - https://www.synology.com/en-us/produc

  • 1:00:57 Popular Build a Calendar With Vue, Vuetify & Firebase

    Build a Calendar With Vue, Vuetify & Firebase

    by Best Webhosting Added 134 Views / 0 Likes

    In this project we will hook up a Firebase Firestore to a custom Vue.js application using the Vuetify calendar component. Sponsor: Linode Cloud Hosting Get $20 Free by visiting https://www.linode.com/traversy Code: https://github.com/jsfanatik/vuestacks-calendar-vue-firebase Vuetify Calendar Component: https://vuetifyjs.com/en/components/calendars • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Course

  • 05:49 Popular Ubuntu Server 14.04 Setup Part 1 - Installation

    Ubuntu Server 14.04 Setup Part 1 - Installation

    by Best Webhosting Added 133 Views / 0 Likes

    Quick video on installing Linux Ubuntu server 14.04 in VMware Workstation

  • 06:40 Popular Install XAMPP In Windows 7

    Install XAMPP In Windows 7

    by Best Webhosting Added 133 Views / 0 Likes

    Quick video on installing XAMPP on to a Windows 7 box SPONSORS: DevMountain Bootcamp - https://goo.gl/6q0dEa

  • 23:26 Popular MEAN Stack Front To Back [Part 9] - Protected Requests & Auth Guard

    MEAN Stack Front To Back [Part 9] - Protected Requests & Auth Guard

    by Best Webhosting Added 133 Views / 0 Likes

    In this video we will create the service function to make requests to protected routes and we will add the authentication guard to protect pages Full Github Repo: https://github.com/bradtraversy/meanauthapp My Courses: http://traversymedia.com/eduonix-courses DONATIONS: Any donation is greatly appreciated.... https://www.paypal.me/traversymedia https://www.patreon.com/traversymedia

  • 45:18 Popular Build A Command Line Interface With Node.js & MongoDB

    Build A Command Line Interface With Node.js & MongoDB

    by Best Webhosting Added 133 Views / 0 Likes

    In this video we build a custom command line interface (CLI) console app with Node.js. We will be able to run CRUD functionality on customers stored in a MongoDB database using Mongoose. We will also use commander.js for the CLI tools and inquirer.js for the user experience. SPONSOR: GDP HOST - WANT CHEAP WEB HOSTING? https://goo.gl/iZjcGk CODE: Github Repo https://github.com/bradtraversy/customer-cli Node.js, Express & MongoDB Udemy Course: $10 Bucks

  • 43:41 Popular 40+ Online Tools & Resources For Web Developers & Designers

    40+ Online Tools & Resources For Web Developers & Designers

    by Best Webhosting Added 133 Views / 0 Likes

    In this video we will go through about 45 different FREE resources and tools that may help out web developers. These are all browser based, free resources and tools. Link Gist: https://gist.github.com/bradtraversy/61171a9b81586f5bc4c0ca1e2beb59ab 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 Med

  • 1:32:19 Popular Build a Netflix Landing Page Clone with HTML, CSS & JS

    Build a Netflix Landing Page Clone with HTML, CSS & JS

    by Best Webhosting Added 133 Views / 0 Likes

    In this video, we will re-create the Netflix landing page using HTML, CSS and a bit of JavaScript for the tabs. We will use modern CSS3+ techniques like Grid, Flex, overlays, shadows, etc Code: https://codepen.io/bradtraversy/pen/yWPONg Modern HTML & CSS Udemy Course Promo: https://www.udemy.com/course/modern-html-css-from-the-beginning/?couponCode=TRAVERSYMEDIA Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa • Become a Patron: Show support & get

  • 14:53 Popular Install Ampps Webserver With Softaculous

    Install Ampps Webserver With Softaculous

    by Best Webhosting Added 132 Views / 0 Likes

    In this video we will install Ampps in Windows 10 and take a look at the interface, as well as create a local domain and test the server

  • 29:51 Popular Build An Audio Player Using HTML5 & jQuery - Part 2

    Build An Audio Player Using HTML5 & jQuery - Part 2

    by Best Webhosting Added 132 Views / 0 Likes

    Here I will show you how to build a fully functional Audio player using the HTML5 JavaScript audio API. It allows you to create a playlist of songs and skip through and play, pause and stop tracks Project Files - https://github.com/bradtraversy/html5audioplayer

  • 15:04 Popular Difficult Clients In Web Design & Development

    Difficult Clients In Web Design & Development

    by Best Webhosting Added 132 Views / 0 Likes

    In this presentation, I am going to share my experience working with difficult clients when I ran my web design & development company Tech Guy Web Solutions. We will discuss the different type such as clients that are cheap, uninformed, rude and disappearing customers. I will also give you some tips on dealing with them POWERPOINT: Download the slide used in this video http://www.traversymedia.com/downloads/powerpoints/dc.zip SUPPORT: We spend massive

  • 55:42 Popular Build a C# .NET Application in 60 Minutes

    Build a C# .NET Application in 60 Minutes

    by Best Webhosting Added 132 Views / 0 Likes

    In this video we are going to talk about what C# and the .NET framework are and then jump right in and install Visual Studio 2017. We will be creating a Windows console application from absolute scratch, start to finish. We will build a number guessing game that you can actually compile and give to your friends! Here are some of the things you will be learning... What is C#, .NET, CLR? Installing Visual Studio Community 2017 Setting up a console proje

  • 18:09 Popular Node.js & Express From Scratch [Part 6] - Bower & Bootstrap

    Node.js & Express From Scratch [Part 6] - Bower & Bootstrap

    by Best Webhosting Added 132 Views / 0 Likes

    In this video we will start to make the app look better. We will install Bootstrap with Bower which is a front end package manager similar to NPM. 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 su

  • 20:17 Popular Static Type Checking In JavaScript With Flow

    Static Type Checking In JavaScript With Flow

    by Best Webhosting Added 132 Views / 0 Likes

    Static type checking can make debugging easier and make your code less prone to errors and more robust. Flow is an alternative to TypeScript for adding type checking to JavaScript. We can easily compile with Babel SPONSOR: Check out Coding Dojo - http://www.codingdojo.com/l/yt/trs BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia VISIT MY WEBSITE: http://www.traversym

  • 45:53 Popular Build a Reddit Search App With ES6, Fetch & Parcel

    Build a Reddit Search App With ES6, Fetch & Parcel

    by Best Webhosting Added 132 Views / 0 Likes

    In this video we will build an app that will search articles using the Reddit API. We will be using vanilla ES6 along with the Parcel bundler and Bootstrap 4 for the UI. If you like this project, check out... MODERN JAVASCRIPT FROM THE BEGINNING: https://www.udemy.com/modern-javascript-from-the-beginning/?couponCode=YOUTUBE10 CODE: Code for this project https://github.com/bradtraversy/finddit • BECOME A PATRON: Show support & get perks! http://www.pat

  • 56:23 Popular React Authentication App With Okta

    React Authentication App With Okta

    by Best Webhosting Added 132 Views / 0 Likes

    In this video we will build a React app that uses authentication from Otka which is a user management system that can be used across multiple apps built on multiple languages/frameworks Code: https://github.com/bradtraversy/react_otka_auth Otka Developers: https://developer.okta.com/ Documentation Page: https://developer.okta.com/code/react/okta_react_sign-in_widget • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Webs

  • 44:08 Popular Text To Speech & Synthesis App - JavaScript & Web Speech API

    Text To Speech & Synthesis App - JavaScript & Web Speech API

    by Best Webhosting Added 132 Views / 0 Likes

    In this video we will build a text synthesis application using vanilla JavaScript and the web speech API. We will also use Bootstrap 4 to create the UI. Sponsor: DevMountain Bootcamp - https://goo.gl/6q0dEa Code For This Project: https://github.com/bradtraversy/type-n-speak App Demo: https://bradtraversy.github.io/type-n-speak/ • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversy

  • 45:05 Popular Full Stack React & Django [5] - Django Token Authentication

    Full Stack React & Django [5] - Django Token Authentication

    by Best Webhosting Added 132 Views / 0 Likes

    In this part we will handle the backend authentication using Knox token authentication. We will create a new acccounts app with serializers, api methods and endpoints Code: https://github.com/bradtraversy/lead_manager_react_django Helpful Links & Tuorials: https://www.django-rest-framework.org https://www.valentinog.com/blog/tutorial-api-django-rest-react/#Django_REST_with_React_Django_and_React_together http://v1k45.com/blog/modern-django-part-1-sett

  • 34:54 Popular Full Stack React & Django [4] - Error Handling & Alerts

    Full Stack React & Django [4] - Error Handling & Alerts

    by Best Webhosting Added 132 Views / 0 Likes

    In this part we will be adding an error and message reducer to add any errors to state. We will also create an Alerts component to handle messaging using the react-alert package Code: https://github.com/bradtraversy/lead_manager_react_django Helpful Links & Tuorials: https://www.django-rest-framework.org https://www.valentinog.com/blog/tutorial-api-django-rest-react/#Django_REST_with_React_Django_and_React_together http://v1k45.com/blog/modern-django-

  • 1:01:21 Popular Product Landing Page | Build & Deploy | HTML & CSS

    Product Landing Page | Build & Deploy | HTML & CSS

    by Best Webhosting Added 132 Views / 0 Likes

    In this project we will build a small responsive landing page using modern css (grid, flex, media queries) and deploy it to Netlify with a working form. Code: https://codepen.io/bradtraversy/pen/MNEgoJ Udemy Course - Modern HTML & CSS From The Beginning https://www.udemy.com/course/modern-html-css-from-the-beginning/?couponCode=TRAVERSYMEDIA Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa • Become a Patron: Show support & get perks! http://www.pat

  • 11:29 Popular What Makes A Great Programmer? 10 Characteristics

    What Makes A Great Programmer? 10 Characteristics

    by Best Webhosting Added 132 Views / 0 Likes

    In this video we will look at some common characteristic traits that many great programmers have in common 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/traversymedia https://www.twitter.com/traversymedia https://ww

  • 02:18 Popular Font Dragr

    Font Dragr

    by Best Webhosting Added 131 Views / 0 Likes

    Use this tool to test different fonts on a website in the browser. This is a very handy little tool for developers and designers

  • 04:37 Popular Secure FTP Login With Private Access Key

    Secure FTP Login With Private Access Key

    by Best Webhosting Added 131 Views / 0 Likes

    You should use SFTP when connecting to your site. It is much more secure and it only takes a few simple steps

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