Traversy Media


  • 07:59 Zend Framework 2 - Config & Modules

    Zend Framework 2 - Config & Modules

    by Best Webhosting Added 92 Views / 0 Likes

    In this video we will setup our configuration files in Zend and we will create our albums module. A module encapsulates the functionality of a specific resource or area of your application. Projects with Top 10 PHP Frameworks Course - https://www.udemy.com/learn-top-ten-php-frameworks-by-building-projects/

  • 38:44 React & Redux - Freestyle Coding [3]

    React & Redux - Freestyle Coding [3]

    by Best Webhosting Added 92 Views / 0 Likes

    In this episode we will be diving into the ReactJS UI library along with Redux to manage application state. We will use a Redux action to fetch some users from an API and then pass then down to a React component. We will also be using the Webpack module bundler. GET THE CODE - https://github.com/bradtraversy/rcontacts WEBPACK-STARTER - https://github.com/bradtraversy/webpack-starter EDUONIX REACT COURSE - https://www.eduonix.com/courses/Web-Developmen

  • 24:49 JSON Crash Course

    JSON Crash Course

    by Best Webhosting Added 92 Views / 0 Likes

    In this video we will talk about JSON, JavaScript object literals and AJAX. Ill show you how to create JSON objects and arrays and also how to make an Ajax request to a .json file CODE: Code for this video http://traversymedia.com/downloads/json_sandbox.zip EDUONIX COURSES: Please 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 sh

  • 13:35 PHP Front To Back [Part 12] - Common String Functions

    PHP Front To Back [Part 12] - Common String Functions

    by Best Webhosting Added 92 Views / 0 Likes

    In this video we will go over some common and useful string functions such as substr() strpos() strtoupper() strtolower() ucwords() trim() str_replace() gzcompress() CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox10.zip EDUONIX COURSES: Please 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 s

  • 17:36 Getting Started With AdonisJS 4.0 [3] - Database & Model

    Getting Started With AdonisJS 4.0 [3] - Database & Model

    by Best Webhosting Added 92 Views / 0 Likes

    In this video we will be installing the MySQL driver and creating the database migration for the posts as well as the post model. We will fetch the posts from the database and display them in the view. We will create the index and details views to display the data CODE: Github Repo https://github.com/bradtraversy/adonis40blog BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traver

  • 1:14:01 Express JS Crash Course

    Express JS Crash Course

    by Best Webhosting Added 92 Views / 0 Likes

    In this crash course we will dive into the Express JS framework for Node.js. I recommend first watching my Node.js crash course. Sponsor: Freelancer Bundle (Use "brad25" for 25% off) https://studywebdevelopment.com/freelancing.html Code: https://github.com/bradtraversy/express_crash_course • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Node/Express/Mongo Udemy Course: https://www.udemy.com/nodejs-express-mongodb-dev-

  • 29:12 Convert HTML to Wordpress Theme - Part 1

    Convert HTML to Wordpress Theme - Part 1

    by Best Webhosting Added 91 Views / 0 Likes

    Part 1 - A look at how to convert a static html template to a full Wordpress theme. Files can be downloaded at https://github.com/bradtraversy/escalate_theme SPONSORS: DevMountain Bootcamp - https://goo.gl/6q0dEa UPDATE: If you want a more in depth series on building Wordpress themes, check out my new Wordpress Theme Development with Bootstrap series - https://www.youtube.com/watch?v=2Zt8va_6HRk

  • 14:13 Installing Apache Cassandra In Windows

    Installing Apache Cassandra In Windows

    by Best Webhosting Added 91 Views / 0 Likes

    Ill show you how to install and implement an Apache Cassandra server on to a Windows 7 machine. We will also install and look at OpsCenter and the CQLSH development shell to create a Keyspace and insert some data

  • 11:17 JavaScript ES6 / ES2015 - [08] Set, Map, WeakSet and WeakMap

    JavaScript ES6 / ES2015 - [08] Set, Map, WeakSet and WeakMap

    by Best Webhosting Added 91 Views / 0 Likes

    In this video we will look at some of the new data structures. Map, set, weakmap and weakset Source Code - https://github.com/bradtraversy/youtube_es2015_source/tree/master/07_set_map 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

  • 51:02 Python Django Tutorial - Build A Todo App

    Python Django Tutorial - Build A Todo App

    by Best Webhosting Added 91 Views / 0 Likes

    If you are new to Django and want a better explained tutorial, check out the newer crash course - https://www.youtube.com/watch?v=D6esTdOLXh4 In this video we will install Django and build a todo list application. This is a guide for beginners just starting out with Django and the Python programming language CODE: https://github.com/bradtraversy/django-todolist SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: http://www.patreon.com/traversymedia O

  • 13:04 Mobile Apps - Web vs. Native vs. Hybrid

    Mobile Apps - Web vs. Native vs. Hybrid

    by Best Webhosting Added 91 Views / 0 Likes

    In this presentation we will examine the pros and cons of the different types of mobile apps that you can build. We will look at web, native and hybrid mobile apps and compare things like performance, price, difficulty to maintain, etc SPONSORS: ZEQR - https://www.zeqr.com MEGA MOBILE COURSE: https://www.eduonix.com/affiliates/id/16-10474 BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.pay

  • 49:59 Build A Pet Find App | JS, Parcel, Babel, Fetch-JSONP

    Build A Pet Find App | JS, Parcel, Babel, Fetch-JSONP

    by Best Webhosting Added 91 Views / 0 Likes

    In this simple vanilla JS project we will use the Petfinder API to create an application to find animals near a specific zipcode. We will use Parcel to build our assets and Babel to compile our JavaScript. We will also use the fetch-jsonp package to deal with cross domain requests. Code: https://github.com/bradtraversy/find_a_pet • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traver

  • 1:04:07 Responsive Landing Page Using HTML & CSS (A Little jQuery)

    Responsive Landing Page Using HTML & CSS (A Little jQuery)

    by Best Webhosting Added 91 Views / 0 Likes

    In this project we will build a responsive landing page website from scratch without any frameworks. It will be modeled after the iTunes website as far as layout and content. We will use HTML5, CSS3 and a bit of jQuery Sponsor: JavaScript Edegree Mastery Course https://www.kickstarter.com/projects/1311831077/eduonix-fullstack-javascript-developer-edegree?ref=clxt1u Code: https://github.com/bradtraversy/mytunes_landing Deployment: https://bradtraversy.

  • 36:32 Documenting Your JavaScript | JSDoc Crash Course

    Documenting Your JavaScript | JSDoc Crash Course

    by Best Webhosting Added 91 Views / 0 Likes

    In this video I will go over JSDoc for documenting your JavaScript code as well as using it for type checking Sponsor: Linode Cloud Hosting Get $20 Free by visiting https://www.linode.com/traversy Code: https://github.com/bradtraversy/jsdoc-examples • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Course Links: https://www.traversymedia.com Follow Traversy Media: https://www.twitter.com/traversymedia ht

  • 25:25 Particles Effect With P5.js

    Particles Effect With P5.js

    by Best Webhosting Added 91 Views / 0 Likes

    In this video we will use the P5.js library to create a particles effect background. We will also explore P5 a bit. Check out Florins channel: https://www.youtube.com/channel/UCeU-1X402kT-JlLdAitxSMA Code (Florin Pop): https://codepen.io/FlorinPop17/full/wvvrbmY Vectors Explained by the P5 Master, Daniel Shiffman: https://www.youtube.com/watch?v=mWJkvxQXIa8 • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website: http

  • 58:45 Realtime Chat With Users & Rooms - Socket.io, Node & Express

    Realtime Chat With Users & Rooms - Socket.io, Node & Express

    by Best Webhosting Added 91 Views / 0 Likes

    In this project we will build a chat app using Node, express & websockets in under 60 minutes Code: https://github.com/bradtraversy/chatcord • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Course Links: https://www.traversymedia.com Follow Traversy Media: https://www.twitter.com/traversymedia https://www.instagram.com/traversymedia https://www.facebook.com/traversymedia

  • 2:05:06 Ruby On Rails Crash Course 2020

    Ruby On Rails Crash Course 2020

    by Best Webhosting Added 91 Views / 0 Likes

    A beginner food log project to start learning the Ruby on Rails framework Web-Crunch YouTube Channel: https://www.youtube.com/user/webcrunchblog 00:00 – Intro 01:09 – What we'll be building 06:31 – Creating the new Ruby on Rails application 14:24 – Creating the first model and scaffold 19:16 – A tour of the first scaffold and application structure 33:34 – Adding the Bulma CSS framework 39:27 – Adding the primary application header 45:07 – Enhancing th

  • 16:38 Codeigniter App Part 3 - Home Controller and View

    Codeigniter App Part 3 - Home Controller and View

    by Best Webhosting Added 90 Views / 0 Likes

    We will setup a default controller and create a main layout that we can use with all of our views The full source code is at - https://github.com/bradtraversy/mytodo_ci

  • 09:38 Learning Flux and React.js - Part 4

    Learning Flux and React.js - Part 4

    by Best Webhosting Added 90 Views / 0 Likes

    In this series we will take an in depth look at how to structure a Flux/React.js application. Fluxboiler - https://github.com/bradtraversy/fluxboiler To learn more about Flux and React.js, signup for my course at - https://www.eduonix.com/courses/Web-Development/Getting-Started-with-Facebook-Flux-Tutorial

  • 08:33 Learning D3 Part 2 - Simple Data Binding

    Learning D3 Part 2 - Simple Data Binding

    by Best Webhosting Added 90 Views / 0 Likes

    Learn how to bind data using the D3 JavaScript library

  • 19:25 MongoLab - Remote MongoDB API & JQuery - Part 2

    MongoLab - Remote MongoDB API & JQuery - Part 2

    by Best Webhosting Added 90 Views / 0 Likes

    In this video we will make it so that we can update and delete from our remote MongoDB database

  • 32:12 MongoDB In 30 Minutes

    MongoDB In 30 Minutes

    by Best Webhosting Added 90 Views / 0 Likes

    UPDATED VIDEO 2019 - https://www.youtube.com/watch?v=-56x56UppqQ In this video we will dive into the MongoDB NoSQL database and look at the fundamentals and the syntax to create, read, update and delete documents/data NODE.JS, EXPRESS & MONGODB COURSE: https://www.udemy.com/nodejs-express-mongodb-dev-to-deployment/?couponCode=DISCOUNT459895 BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia COURSES & MORE INFO: http://www.

  • 08:56 Recipe App Using Node.js & PostgreSQL - Part 5

    Recipe App Using Node.js & PostgreSQL - Part 5

    by Best Webhosting Added 90 Views / 0 Likes

    In this video we will create the add 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

  • 58:30 Semantic UI In 60 Minutes

    Semantic UI In 60 Minutes

    by Best Webhosting Added 90 Views / 0 Likes

    In this crash course we will talk about all of the basics of Semantic UI including the styling of headings, buttons, lists, icons and much more. We will also look at the build and compile tools with Gulp. CODE: Code for this video http://www.traversymedia.com/downloads/semantic-sandbox.zip SPONSORS: DevMountain Bootcamp - https://goo.gl/6q0dEa EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-courses S

  • 37:20 Hapi.js Framework Crash Course

    Hapi.js Framework Crash Course

    by Best Webhosting Added 90 Views / 0 Likes

    In this under 40 minute crash course we will be talking about and working with the Hapi.js server side framework. Hapi js is similar to Express. We can setup routes, implement templates, work with databases and so on. CODE: Code for this video https://github.com/bradtraversy/hapiapp SPONSORS: DevMountain Bootcamp - https://goo.gl/6q0dEa BECOME A PATRON: Support me directly for even $1 per month http://www.patreon.com/traversymedia ONE TIME DONATIONS:

  • 1:01:19 Vuex Crash Course | State Management

    Vuex Crash Course | State Management

    by Best Webhosting Added 90 Views / 0 Likes

    In this video we will build an application using Vue.js with the Vuex state management library. Check Out My Sponsor - Monday.com http://go.thoughtleaders.io/955920190318 Code: https://github.com/bradtraversy/vuex_todo_manager • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Vue.js Crash Course: https://www.youtube.com/watch?v=Wy9q22isx3U&t=1217s Website & Udemy Courses: https://traversymedia.com Follow Traversy Media:

  • 41:34 Web Development In 2019 - A Practical Guide

    Web Development In 2019 - A Practical Guide

    by Best Webhosting Added 90 Views / 0 Likes

    This is my yearly step by step guide to becoming a web developer in 2019. We will look at nearly all aspects of web technology including the necessities as well as some of the new trends for 2019. • 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.c

  • 12:58 Create Desktop Apps With Web Technologies - NW.js

    Create Desktop Apps With Web Technologies - NW.js

    by Best Webhosting Added 90 Views / 0 Likes

    In this video I will show you how to use the NW SDK (Node-Webkit) to create a desktop app with web technologies (HTML/CSS/JS, React, Node, etc). We will take a vanilla JS app and create a desktop version of it in about 10 minutes. Code: https://github.com/bradtraversy/breakout_desktop_nw Vanilla Web Projects Course: (FEBRUARY1399) https://www.udemy.com/course/web-projects-with-vanilla-javascript/?referralCode=F9B7C7FED834F91ADE75 • Become a Patron: Sh

  • 07:15 Productivity Over Panic

    Productivity Over Panic

    by Best Webhosting Added 90 Views / 0 Likes

    Your first priority should be the safety and health of you and your family, but once that is setttled, there is no reason to stop being productive. • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Course Links: https://www.traversymedia.com Follow Traversy Media: https://www.twitter.com/traversymedia https://www.instagram.com/traversymedia https://www.facebook.com/traversymedia

  • 11:51 5 Design Patterns Every Engineer Should Know

    5 Design Patterns Every Engineer Should Know

    by Best Webhosting Added 90 Views / 0 Likes

    In this video we will talk about some important software design patterns Jack Herrington YouTube Channel: https://www.youtube.com/channel/UC6vRUjYqDuoUsYsku86Lrsw Timestamps: 0:00 - Intro 2:14 - Singleton Pattern 3:51 - Facade Pattern 5:48 - Bridge/Adapter Pattern 8:02 - Strategy Pattern 9:48 - Observer Pattern

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