Traversy Media
-
51:20 Popular
Google Chrome Developer Tools Crash Course
Added 119 Views / 0 LikesAdd MailTag to your browser (it's free) • https://goo.gl/qZf5Pj Thank you MailTag for sponsoring this video In this video we will be taking an intermediate look at the Google Developer Tools. You will learn how to do things such as... Inspect & Examine HTML/CSS Edit HTML/CSS Enable/Disabled styles Move & Delete Elements Console Logs & Other Commands Special Console Symbols Examine Network & Resources Use Snippets Workspaces & Permanent Changes View &
-
10:04 Popular
Udemy Course Alert - Node.js Dev To Deployment
Added 119 Views / 0 Likes$10 PROMO LINK: Very Limited! https://www.udemy.com/nodejs-express-mongodb-dev-to-deployment/?couponCode=NODEYOUTUBE10 I have just released my 3rd Udemy course under Traversy Media. This course will take you from installing Node.js on your PC to deploying 2 real world applications. It includes 8.5 hours of content such as... Node.js/Express Fundamentals Application structure Mongoose ODM - Models, promises, relating collections, etc Handlebars.js - cu
-
19:53 Popular
Freelancing As A Web Developer
Added 119 Views / 0 LikesIn this video I will talk a little bit about freelancing as a web developer. Ill talk about the pros and cons, my own experience and things like how to get started and where to find work SPONSOR: Use the code "BRAD20" 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: http://www.faceboo
-
26:46 Popular
React & Express Starter Pack For Full Stack Development
Added 119 Views / 0 LikesIn this video we will create a starter pack for full stack React and Express development. I will show you how to integrate them and we will use concurrently to run both the front and back end web servers in one npm command. CODE: React Express Starter Pack Repo https://github.com/bradtraversy/react_express_starter CODE: Redux Version https://github.com/bradtraversy/react_redux_express_starter SPONSOR: Check out Coding Dojo - http://www.codingdojo.com/
-
17:42 Popular
Redis Caching in Node.js
Added 119 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:
-
1:11:35 Popular
MySQL Crash Course | Learn SQL
Added 119 Views / 0 LikesIn this video we will look at installing mysql, creating users, writing SQL queries via the shell and Workbench and even implementing MySQL into Node.js at the end. Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa MySQL Cheat Sheet: https://gist.github.com/bradtraversy/c831baaad44343cc945e76c2e30927b3 • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversymedia.com Follow Travers
-
21:55 Popular
Build a Joomla 2.5 Blog
Added 118 Views / 0 LikesA video on how to create a blog with categories and comments in Joomla 2.5.
-
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
-
04:49 Popular
Ubuntu Server 14.04 Setup Part 2 - Change Hostname
Added 118 Views / 0 LikesSimple steps to changing an Ubuntu server hostname using the command line Sorry guys I didnt realize some was cut off. Here are the commands you cant see sudo nano /etc/hostname sudo /etc/init.d/networking restart sudo reboot
-
1:05:59 Popular
RESTful API From Scratch Using Node, Express and MongoDB
Added 118 Views / 0 LikesIn this video we will create a full RESTful web api that will allow us to get, post, put and delete JSON data through HTTP requests. It is long but it is from absolute scratch front to back. No copy and paste and no generators, etc Second part with Angular frontend - https://www.youtube.com/watch?v=qrIvv6OTN2Y&feature=youtu.be SOURCE FILES - https://github.com/bradtraversy/bookstore VISIT MY WEBISTE: Check Out My Udemy Courses http://www.traversymedia
-
35:43 Popular
Node js With CouchDB
Added 118 Views / 0 LikesIn this video we will use Node.js to create a small app to read from a CouchDB database as well as add and delete documents. This video continues from the CouchDB Basics video here - https://www.youtube.com/watch?v=nlqv9Np3iAU CouchDB Course - https://www.eduonix.com/affiliates/id/16-10057 12 Project Node.js Course - https://www.eduonix.com/affiliates/id/16-10200
-
08:34 Popular
Wordpress Theme With Bootstrap [6] - Sidebar Widgets
Added 118 Views / 0 LikesIn this video we will create our sidebar widgets for out Bootstrap Wordpress theme Project Files - https://github.com/bradtraversy/wpbootstrap 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 TIME DONATIONS: http://www.paypal.me/traversymedia
-
26:51 Popular
OctoberCMS For Rapid Website Creation
Added 118 Views / 0 LikesOctoberCMS is a Laravel based content management system which allows you to rapidly create websites and also includes the ability to use and create themes and plugins. We will build a site from scratch using almost no code at all. It is a lighter and easier replacement for Wordpress and Drupal and is very practical for your clients. • BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia VISIT MY WEBISTE: Check Out My Udemy C
-
08:37 Popular
Forget Programmer Stereotypes
Added 118 Views / 0 LikesI want to quickly discuss feeling like you don't fit in in this industry for any reason at all and share my experience and advice. • 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://www.instagram.com/traversymedia
-
22:43 Popular
Landing Page With Smooth Scroll - 3 Options
Added 118 Views / 0 LikesIn this video we will create a simple landing page with smooth scrolling. I will show you 3 options including pure CSS (scroll-behavior), jQuery and a lightweight JS script. Sponsor: Freelancer Bundle (Use "brad25" for 25% off) https://studywebdevelopment.com/freelancing.html Code: https://codepen.io/bradtraversy/pen/xBdyzr Smoothscroll Script: https://github.com/cferdinandi/smooth-scroll • Become a Patron: Show support & get perks! http://www.patreon
-
47:03 Popular
Rock Paper Scissors Game - UI & JavaScript
Added 118 Views / 0 LikesIn this video we will build a rock paper scissors game from scratch including the HTML, CSS and JavaScript. No libraries or frameworks, just pure vanilla JavaScript. Code: https://codepen.io/bradtraversy/pen/wLgPzr • Show Your Support: http://www.patreon.com/traversymedia Follow Traversy Media: https://www.facebook.com/traversymedia https://www.twitter.com/traversymedia https://www.instagram.com/traversymedia
-
26:47 Popular
Build A Python Speech Assistant App
Added 118 Views / 0 LikesIn this video we will build a speech assistant app using the speech regonition library and Google's text-to-speech API. Download Kite free: https://kite.com/download/?utm_medium=referral&utm_source=youtube&utm_campaign=TechGuyWeb&utm_content=speech-assistant-tutorial Code: https://github.com/bradtraversy/alexis_speech_assistant • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Course Links: https://www.t
-
13:04 Popular
3 Alternatives for Heroku's Free Tier - Full Stack & API Hosting
Added 118 Views / 0 LikesHeroku is getting rid of its free tier. In this video, we will look at 3 really good alternatives that offer a similar service. We will deploy a simple Node.js API to each one. - Render - https://render.com - Railway -https://railway.app - Cyclic - https://cyclic.sh 💻 Node API Github Repo: https://github.com/bradtraversy/vanilla-node-rest-api 📽️ Node API Video: https://www.youtube.com/watch?v=_1xa8Bsho6A&t=2120s 🐥Tweet About Topic: https://twitter.com
-
10:55 Popular
Create a Custom Joomla 2.5 Module - Part 2
Added 117 Views / 0 LikesPart 2 - An intermediate tutorial on creating a custom Joomla 2.5 module which will list all of the featured articles on a Joomla website
-
06:57 Popular
Connect Joomla Site With Dreamweaver
Added 117 Views / 0 LikesSimple tutorial on how to connect Dreamweaver to a Joomla website in order to program a Joomla template.
-
08:41 Popular
Create a Joomla Blog
Added 117 Views / 0 LikesTHIS IS FOR A JOOMLA 1.5 SITE. FOR 2.5, SEE - http://www.youtube.com/watch?v=CBW12hKcqrY Tutorial on how to add a blog to a Joomla 1.5 website with commenting functionality. Agian, this is Joomla 1.5 but 2.5 and 3.0 are similar. For Joomla related development, visit http://www.techguywebsolutions.com
-
30:53 Popular
Practical Gulp Tasks - Minify, Webserver, SASS Compiler
Added 117 Views / 0 LikesIn this video we will build up a Gulpfile that can run really helpful tasks such as JavaScript minification, SCSS file compiling, error hinting, and a webserver
-
11:41 Popular
NodeJS & Express 4 With Cassandra - Part 3
Added 117 Views / 0 LikesIn this series we will build a simple app which runs on Express 4 and uses Apache Cassandra and the DataStax driver for a database solution. We will use Windows 7 as our OS. In this video we will generate the Express application and install all of the needed modules including the node-cassandra driver
-
20:59 Popular
jQuery Crash Course [3] - DOM Manipulation
Added 117 Views / 0 LikesIn this video Ill show you how to add, remove and change things in the DOM using jQuery. We will look at methods like append, prepend, html, and text My 10 Project jQuery/JS Course - https://www.eduonix.com/affiliates/id/16-10039 Project Files - https://github.com/bradtraversy/jquery_crash_course
-
41:45 Popular
Simple Angular 2 App With Angular CLI
Added 117 Views / 0 LikesIn this video I will show you how to use the Angular-CLI (Command Line Interface) to create an Angular 2 project as well as generate components and services. We will be building a small todo app that stores todos in localStorage. I have a 12 project Angular 2 course available at https://www.eduonix.com/affiliates/id/16-10413
-
15:43 Popular
Setup Linux Ubuntu For Web Development
Added 117 Views / 0 LikesIn this video I will show you how I setup my Linux Ubuntu machine for web development. It includes installation for... Chrome Terminator Atom.io Node.js LAMP Stack Curl Filezilla Gimp *One important thing I forgot was MongoDB
-
19:30 Popular
Laravel From Scratch [Part 6] - Fetching Data With Eloquent
Added 117 Views / 0 LikesIn this video I will show you how to start working with Eloquent which is an ORM (Object Relational Mapper) and it makes working with the database models VERY easy 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 videos, plea
-
46:30 Popular
CamanJS - Build An Image Filter Web App
Added 117 Views / 0 LikesIn this video we will build a web app that lets you upload an image to a canvas and add filters and effects using CamanJS, then download the edited image. Sponsor: Coding Dojo http://www.codingdojo.com/l/yt/tr Code For This Project: https://codepen.io/bradtraversy/pen/qoJZBy • 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.c
-
25:49 Popular
Intro To Web Scraping With Python
Added 117 Views / 0 LikesIn this video we will look at web scraping using Python and the BeautifulSoup library. This is an introductory level tutorial. All beginners welcome Final Code Gist: https://gist.github.com/bradtraversy/f2014a236646ff62dccfc9fe5d469ed5 • 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/
-
1:10:20 Popular
Build a Wordpress Website In 1 Hour
Added 117 Views / 0 LikesIn this video we will build a Wordpress website without writing one line of code in about 1 hour. This is a good example of how practical and fast Wordpress development can be for freelancers and beginners. We will use a little Photoshop for the simple logos and image resizing but I will include the images below if you want to skip that part and still follow along. Finally we will deploy to InMotion hosting Cpanel and setup SMTP for our contact form.









