Traversy Media
-
07:46
6 Of My Personal Tips When Learning To Code
Added 52 Views / 0 LikesHere are some of the things that have always helped me learn to code. Written Version: https://medium.com/@traversymedia/6-tips-when-learning-to-code-374fdb9e143b 👇 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/traversymedia Instagram: https://www.instagram.com/traversymedia Linkedin: https://ww
-
14:10 Popular
7 Tips To Ace Job Interviews
Added 168 Views / 0 Likes7 solid tips to pass a job interview for a developer position CodeBeauty YouTube Channel (Saldina Nurak): https://www.youtube.com/channel/UCl5-BV9aRaeDVohpE4sqJiQ Saldina Nurak Social Media Links: Instagram: https://www.instagram.com/truecodebeauty/ Twitter: https://twitter.com/TrueCodeBeauty Facebook: (Saldina Nurak) https://www.facebook.com/truecodebeauty LinkedIn: (Saldina Nurak) https://www.linkedin.com/in/codebeauty/ Timestamps: 0:00 – Intro 0:37
-
22:41 Popular
70+ Websites To Find Developer Jobs
Added 130 Views / 0 LikesIn this video we will look over a list of 70+ job search websites to find a job in the development and tech industry. Article With Links: https://medium.com/@traversymedia/70-job-find-websites-for-developers-other-tech-professionals-34cdb45518be 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
-
12:59 Popular
8 Tips To Increase Developer Productivity
Added 126 Views / 0 LikesHere are some things that have helped me become more productive in development, business and content creation Monday.com - http://go.thoughtleaders.io/934120190227 Timestamps: 1: Be Less Random - 1:18 2: Stop Wasting Time - 2:34 3: Well Planned Project Structure - 4:10 4: Use Project Management Tools - 5:53 5: Code Faster - 7:05 6: Don't Work Too Much & Take Brakes - 8:31 7: Minimize Distractions - 10:02 8: Always Be Learning - 11:00 • Become a Patron
-
02:11 Popular
Add An Addon Domain In Cpanel
Added 124 Views / 0 LikesQuick tutorial showing you how to add another domain to your shared Cpanel account
-
05:27
Add Facebook Login To Jomsocial
Added 85 Views / 0 LikesQuick video explaining how to add Facebook login/connect to your Jomsocial website.
-
05:37 Popular
Adding & Checking Emails in cPanel
Added 137 Views / 0 LikesHow to create an email account and also how to check your emails on a cpanel host
-
08:39 Popular
Adding and linking an article in Joomla
Added 118 Views / 0 LikesTutorial on adding an article to your joomla site ans also linking the article to a menu
-
1:09:43 Popular
AJAX Crash Course (Vanilla JavaScript)
Added 108 Views / 0 LikesIn this video we will dive into AJAX with Vanilla JS and NO JQUERY. We will examine the XHR object and how it works. This is a beginner friendly tutorial for anyone that has very basic JavaScript knowledge. We will make xhr requests to a txt file, local json files, an external API and even PHP files. CODE: Files for this course http://www.traversymedia.com/downloads/ajaxcrash.zip BECOME A PATRON: Show support & get perks! http://www.patreon.com/traver
-
42:02
Alpine.js Crash Course
Added 27 Views / 0 LikesWe will learn about all of the Alpine.js directives, properties as well as stores. Code: https://codepen.io/bradtraversy/pen/NWyrEZv 👇 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/traversymedia Instagram: https://www.instagram.com/traversymedia Linkedin: https://www.linkedin.com/in/bradtraversy
-
24:10
An Intro To Electron - Desktop Apps with JavaScript
Added 87 Views / 0 LikesIn this video we will just start to scratch the surface with Electron which is a library to create desktop applications using only HTML, CSS and JavaScript. We will use code from the quick start and create a very simple system info desktop app Quick Start Repo: https://github.com/electron/electron-quick-start SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversymedia htt
-
15:41 Popular
An Introduction To NoSQL Databases
Added 102 Views / 0 LikesThis is a beginners guide to NoSQL databases. We will talk about what they are, the advantages and disadvantages of NoSQL and relational databases and also the different types of NoSQL including document databases, column stores, key-value stores and graph databases Suggested: MongoDB In 30 Minutes: https://www.youtube.com/watch?v=pWbMrx5rVBE MongoDB 12 Project Course: http://www.traversymedia.com/course/projects-in-mongodb-learn-mongodb-building-ten-
-
15:53 Popular
Android SDK & AVD Setup For React Native
Added 170 Views / 0 LikesIn this video Ill show you step by step how to install Android Studio, the Android SDK and the virtual device so that you can start building Android applications. We will also specifically setup the SDK for React Native by installing SDK 6.0 in addition to the latest version
-
21:10
Angular & FireStore Application - [2] Add & Delete Data
Added 98 Views / 0 LikesPart 2 of 3: We will create the add-item component and form to add an item to our FireStore using a custom service. We will also implement a service function to delete items from Firebase. CODE: Code for this project https://github.com/bradtraversy/angularfs ANGULAR 4 FRONT TO BACK: $10 COUPON https://www.udemy.com/angular-4-front-to-back/?couponCode=TRAVERSY010 BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TIME D
-
39:59 Popular
Angular & FireStore Application [1] - Setup & Getting Data
Added 112 Views / 0 LikesPart 1 of 3: We will setup FireStore from Firebase, create an Angular 4 application and integrate AngularFire2 to work with FireStore and fetch items. We will also install Materialize CSS and Font Awesome for our app UI CODE: Code for this project https://github.com/bradtraversy/angularfs ANGULAR 4 FRONT TO BACK: $10 COUPON https://www.udemy.com/angular-4-front-to-back/?couponCode=TRAVERSY010 BECOME A PATRON: Show support & get perks! http://www.patre
-
17:56
Angular & FireStore Application [3] - Updating Data & Deploy
Added 100 Views / 0 LikesPart 3 of 3: We will create the edit state so we can update items in our FireStore through the service. We will also do a quick deployment to a shared hosting account. CODE: Code for this project https://github.com/bradtraversy/angularfs ANGULAR 4 FRONT TO BACK: $10 COUPON https://www.udemy.com/angular-4-front-to-back/?couponCode=TRAVERSY010 BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.
-
10:15 Popular
Angular 2 & Firebase App [Part 1] - Project Introduction
Added 119 Views / 0 LikesThis is the introduction and demo to the new Angular 2 & Firebase App series. We will build a property listings application that uses Firebase database, authentication and file storage. Should be fun... COURSES: Premium Eduonix Courses http://www.traversymedia.com/eduonix-courses SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: https://www.patreon.com/traversymedia ONE TIME DONATIONS: https://www.paypal.me/traversymedia
-
22:14 Popular
Angular 2 & Firebase App [Part 2] - Setup & Components
Added 115 Views / 0 LikesIn this part we will setup Firebase and create an Angular 2 app with Angular CLI. We will generate all components and setup the router CODE FOR THIS PART: http://www.traversymedia.com/downloads/proplistings/proplistings_part_2.zip LISTINGS.JSON FILE DOWNLOAD: http://www.traversymedia.com/downloads/proplistings/listings.json SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: https://www.patreon.com/traversymedia ONE TIME DONATIONS: https://www.paypal
-
11:35 Popular
Angular 2 & Firebase App [Part 3] - AngularFire2 Setup
Added 111 Views / 0 LikesIn this video we will setup AngularFire2 to integrate Angular 2 and Firebase together CODE FOR THIS PART: http://www.traversymedia.com/downloads/proplistings/proplistings_part_3.zip SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: https://www.patreon.com/traversymedia ONE TIME DONATIONS: https://www.paypal.me/traversymedia
-
14:52 Popular
Angular 2 & Firebase App [Part 4] - Firebase Authentication
Added 129 Views / 0 LikesIn 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
-
14:05 Popular
Angular 2 & Firebase App [Part 5] - Details Page
Added 113 Views / 0 LikesIn this video we will create the property listing details page CODE: Code For This Video http://www.traversymedia.com/downloads/proplistings/proplistings_part_5.zip COURSES: Premium Eduonix Courses http://www.traversymedia.com/eduonix-courses VISIT US: http://www.traversymedia.com 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 vide
-
25:09 Popular
Angular 2 & Firebase App [Part 6] - Add Listing & Storage
Added 125 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://
-
15:23 Popular
Angular 2 and Firebase App [Part 7] - Edit & Delete Listings
Added 101 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
-
47:10 Popular
Angular 2 Auth0 Application
Added 112 Views / 0 LikesIn this video we will be building an Angular 2 app that uses Auth0 for user registration, login and access control. 12 Project Angular 2 Course - https://www.eduonix.com/affiliates/id/16-10413 ngAuth0 Final Code - https://github.com/bradtraversy/ngauth0
-
41:15 Popular
Angular 2 Github Application (RC6 Update)
Added 108 Views / 0 LikesIn this video we will build a Github profile search application with Angular 2 RC6. This is an updated version of https://www.youtube.com/watch?v=u83MLQ1VsKI Code is available at https://github.com/bradtraversy/githubsearch 12 PROJECT ANGULAR 2 COURSE - https://www.eduonix.com/affiliates/id/16-10413
-
44:01 Popular
Angular 2 Github Application - Freestyle Coding [1]
Added 104 Views / 0 LikesIn this video we will build an Angular 2 application that will show Github user profiles and repositories using the Github API Project Files - https://github.com/bradtraversy/githubsearch I have a 12 project A2 course available at - https://www.eduonix.com/affiliates/id/16-10413
-
58:02 Popular
Angular 2 In 60 Minutes
Added 108 Views / 0 LikesUPDATED 2019 VERSION HERE - https://www.youtube.com/watch?v=Fdf5aTYRW0E 12 Project Angular 2 Course: https://www.eduonix.com/affiliates/id/16-10413 MY COURSES: http://www.traversymedia.com CODE DOWNLOAD: https://github.com/bradtraversy/angular60 SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia
-
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
-
07:34 Popular
Angular 2 Tutorial [1] - Introduction
Added 153 Views / 0 LikesUpdated Crash Course Using Version 2.2 Stable - https://www.youtube.com/watch?v=-zW1zHqsdyc&feature=youtu.be In this video we will go over exactly what Angular is and we will talk about what has changed from Angular 1 This series is on the fundamentals. I will be releasing a project based Angular 2 series soon
-
05:08 Popular
Angular 2 Tutorial [2] - Quickstart Setup
Added 120 Views / 0 LikesUpdated Crash Course Using Version 2.2 Stable - https://www.youtube.com/watch?v=-zW1zHqsdyc&feature=youtu.be In this video Ill show you how to create an Angular 2 app using the quickstart









