Traversy Media
-
05:57 Popular
Use A Custom Font On Your Website Using CSS
Added 114 Views / 0 LikesQuick tutorial on how to use a custom font on your html website using css.
-
07:13 Popular
Connect Dreamweaver to your website
Added 114 Views / 0 LikesManage your website through Dreamweaver
-
05:16 Popular
Create and connect to FTP
Added 114 Views / 0 LikesHow to create an FTP account in cPanel then connect to it via Filezilla
-
23:05 Popular
Build An HTML5 Template With Bootstrap and SASS - Part 4
Added 114 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
-
22:49 Popular
Build An HTML5 Template With Bootstrap and SASS - Part 2
Added 114 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
-
07:31 Popular
Codeigniter App Part 1 - Creating the Database
Added 114 Views / 0 LikesWe will create a database schema for our CodeIgniter application using phpmyadmin The full source code is at - https://github.com/bradtraversy/mytodo_ci
-
18:49 Popular
NodeJS & Express 4 With Cassandra - Part 7
Added 114 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.
-
07:36 Popular
Install Package Control & SFTP Plugin in Sublime Text 2
Added 114 Views / 0 LikesThis is a quick and easy video showing you how to install package control and use it to install the SFTP plugin for Sublime Text 2. SFTP allows you to easily upload and sync your local project files to your remote web server
-
12:03 Popular
Wordpress Theme With Bootstrap [5] - Single Posts & Pages
Added 114 Views / 0 LikesIn this video we will create the layout for single posts as well as regular pages. Project Files - https://github.com/bradtraversy/wpbootstrap_theme 10 PROJECT WORDPRESS THEME COURSE: https://www.eduonix.com/affiliates/id/16-10405
-
12:50 Popular
Angular 2 Tutorial [3] - Components and Data Binding
Added 114 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 components and data binding using interpolation, property binding, event binding and two way data binding.
-
09:35 Popular
Recipe App Using Node.js & PostgreSQL - Part 7
Added 114 Views / 0 LikesIn this final video we will add the edit recipe functionality to our Node.js PostgreSQL application COURSE INFO: This is part of a 12 project Node.js course. For more info - https://www.eduonix.com/affiliates/id/16-10200
-
34:12 Popular
Build A Node.js & Redis App From Scratch
Added 114 Views / 0 LikesIn this video we will build a user management application using Node.js and Redis which is an open source database/caching system. We will be able to add users to the system and search for them by id. CODE: Code for this video https://github.com/bradtraversy/redusers YOUTUBE REDIS CRASH COURSE https://www.youtube.com/watch?v=Hbt56gFj998 FULL REDIS COURSE: Please Use This Link https://www.eduonix.com/affiliates/id/16-10420 SUPPORT: We spend massive amo
-
19:26 Popular
Getting Started With Chart.js
Added 114 Views / 0 LikesIn this video we will take a peak at Chart.js which is a JavaScript library for creating beautiful charts and graphs and inserting them into your HTML. It can be used to create around 8 different types of charts including bar, line and pie. This tutorial is extremely beginner friendly CODE: Code for this video http://www.traversymedia.com/downloads/mychart.zip SUPPORT: We spend massive amounts of time creating these free videos, please donate to show
-
22:38 Popular
Easy Fullscreen Landing Page With HTML & CSS
Added 114 Views / 0 LikesIn this small project I will show you how to create a simple HTML/CSS landing page with a fullscreen image in the background. We will also use a little bit of flexbox styling. CODE: Code for this project https://codepen.io/bradtraversy/pen/XerXYV SPONSORS: DevMountain Bootcamp - https://goo.gl/6q0dEa BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia FOLLOW TRAVERSY ME
-
34:00 Popular
Getting Started With Aurelia JS
Added 114 Views / 0 LikesIn this video we will build a small customer manager application using the Aurelia JS framework along with JavaScript local storage to persist the data to the client. I am very new to this framework so bare with me :) SPONSOR: Check out Coding Dojo - http://www.codingdojo.com/l/yt/trs CODE: Github Repo https://github.com/bradtraversy/aurelia_customer_manager BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TIME DONAT
-
1:09:23 Popular
Redux Crash Course With React
Added 114 Views / 0 LikesIn this video we will talk about what Redux is and build a React app from scratch and add all of the boilerplate for Redux and work with the store/state, actions, reducers and all of the other fundamentals of the Redux state manager. The actual Redux implementation starts around 22:00. This video is for people that know the basics of React and want to learn about Redux. If you want to learn React, check out my crash course at https://www.youtube.com/w
-
45:15 Popular
Full Stack Vue.js & Laravel
Added 114 Views / 0 LikesIn this video we will build a Vue.js frontend to the Laravel 5.5 API that we created in the video below. It will be a full CRUD app with pagination and a Bootstrap 4 UI. LARAVEL API VIDEO: Video to build the backend to this app https://www.youtube.com/watch?v=4pc6cgisbKE&t=2314s LARAVEL API ONLY GITHUB: Starting point https://github.com/bradtraversy/larticles_api FULL APP GITHUB: https://github.com/bradtraversy/larticles_vue_app • BECOME A PATRON: Sho
-
23:01 Popular
Node.js API Authentication With JWT
Added 114 Views / 0 LikesIn this overview we will take a look at Node.js and JSON web tokens. I will show you how to create a route to generate a token and use that token to make a request to a protected route. SPONSOR: Check out Coding Dojo - http://www.codingdojo.com/l/yt/tr CODE: Github Repo With Example https://github.com/bradtraversy/node_jwt_example • BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me
-
22:11 Popular
Responsive Portfolio Website [5] - About Page With CSS Grid
Added 114 Views / 0 LikesIn this video we will create our about page using CSS Grid with grid template areas to map out the layout. We will also add our Sass styling and make the page responsive Code For This Project: https://github.com/bradtraversy/moder... • 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/tr
-
29:59 Popular
Learn The MERN Stack [5] - Implementing Redux
Added 114 Views / 0 LikesIn 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
-
48:23 Popular
Build a Responsive, Mobile First Website - HTML5 & CSS3
Added 114 Views / 0 LikesIn this project we will build a responsive single page photography website using a mobile first approach with just HTML5 and CSS3. This is a project suitable for everyone including beginners. Code: https://codepen.io/bradtraversy/pen/mKdGzd Some Prerequisite Videos: HTML Crash Course - https://www.youtube.com/watch?v=UB1O30fR-EE CSS Crash Course - https://www.youtube.com/watch?v=yfoY53QXEnI Build a Responsive Website - https://www.youtube.com/watch?v=
-
29:52 Popular
Push Notifications Using Node.js & Service Worker
Added 114 Views / 0 LikesIn this video we will create push notification capability using Node.js without any 3rd party services. We will achieve this using web-push, the push/notifications api and service workers. Code: https://github.com/bradtraversy/node_push_notifications Webpush Repo: https://github.com/web-push-libs/web-push Helpful Articles: https://developers.google.com/web/ilt/pwa/introduction-to-push-notifications https://developers.google.com/web/fundamentals/primer
-
35:01 Popular
GraphQL With React & Apollo [1] - Express GraphQL Server
Added 114 Views / 0 LikesIn this series we will build a small app using GraphQL, Express, React & Apollo. In the first part we will implement our GraphQL Express server. We will use SpaceX data using their API. Sponsor: Eduonix AWS: https://www.indiegogo.com/projects/aws-architect-and-developer-certification-program/reft/19668519/brad-aws1 Data Science: https://www.kickstarter.com/projects/1311831077/data-science-foundational-program-4-courses-and-eb?ref=5u5zy0 Code: https://
-
15:16 Popular
Full Stack Vue.js, Express & MongoDB [3] - Prepare & Deploy
Added 114 Views / 0 LikesIn this video we will prepare our app with a proxy and special build location config. Then we will deploy our app to Heroku using the Heroku CLI and Git 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/traversymedia http
-
06:20 Popular
Udemy Course Alert - Modern HTML & CSS
Added 114 Views / 0 LikesPROMO LINK - https://www.udemy.com/modern-html-css-from-the-beginning/?couponCode=TRAVERSYMEDIA
-
1:38:24 Popular
React JS Crash Course - 2019
Added 114 Views / 0 LikesIn this crash course you will learn what React JS is and the fundamentals such as components, state, props, JSX, events, etc. React Front To Back 2019 - 13.5 Hour Course https://www.udemy.com/modern-react-front-to-back/?couponCode=TRAVERSYMEDIA Code For Tutorial: https://github.com/bradtraversy/react_crash_todo • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Related YouTube Videos: Redux Crash Course - https://www.you
-
06:04 Popular
Free Joomla Templates - 2.5 & 3.0
Added 113 Views / 0 LikesThe best free Joomla templates on the Internet. All come with an Easy Start Package to get your template up and running in under 3 minutes
-
10:00 Popular
Rockettheme Rocketlauncher Joomla Site in Under 10 Minutes
Added 113 Views / 0 LikesGet Joomla installed with a complete beautiful theme in under 10 minutes with Rockettheme's Rocketlauncher
-
11:20 Popular
Create a Custom Joomla 2.5 Module - Part 1
Added 113 Views / 0 LikesPart 1 - An intermediate tutorial on creating a custom Joomla 2.5 module which will list all of the featured articles on a Joomla website - You can download the code at http://www.techguystaging.com/files/mod_featuredarticles.zip
-
49:13 Popular
Create a Joomla Bootstrap Template From Scratch
Added 113 Views / 0 LikesWe will convert a simple bootstrap html template into a Joomla theme and we will use multiple Bootstrap-based Joomla modules ATTENTION: Bootstrapjoomla.com is no longer up BUT you can get the modules from Github - https://github.com/joomdigi









