Web Development


  • 33:42 Popular Gulp JS Crash Course

    Gulp JS Crash Course

    by Best Webhosting Added 116 Views / 0 Likes

    In this video we will work with the Gulp.js task runner and toolkit. We will talk about how it works as well as create an example app with the following tasks and plugins... Moving/Copying Files Concatenate JavaScript Files Minify / Uglify JavaScript Files Compile Sass/scss Files Optimize Images with Imagemin Code: Code for this video https://github.com/bradtraversy/gulpexapp EDUONIX COURSES: Please use affiliate links from website below http://www.tr

  • 18:35 Popular Dealing With Depression & Anxiety In Programming

    Dealing With Depression & Anxiety In Programming

    by Best Webhosting Added 142 Views / 0 Likes

    This is a different more personal type of video. We will be talking about depression, anxiety, adhd and other mental issues that some programmers deal with. Please be respectful in the comments section. SUGGESTED: Healthy Tips For Programmers https://www.youtube.com/watch?v=_CDKp0CJ0mw EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these fre

  • 15:41 Popular An Introduction To NoSQL Databases

    An Introduction To NoSQL Databases

    by Best Webhosting Added 105 Views / 0 Likes

    This 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-

  • 23:27 Popular PHP Front To Back [Part 22] - MySQLi Insert, Update & Delete

    PHP Front To Back [Part 22] - MySQLi Insert, Update & Delete

    by Best Webhosting Added 105 Views / 0 Likes

    In this part we will be adding to the sample blog application and adding insert, update and delete functionality using the MySQLi extension. Continue with the OOP PHP MVC Udemy Course $10 Promo: https://www.udemy.com/object-oriented-php-mvc/?couponCode=TRAVERSY010 CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox20.zip EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduon

  • 13:37 Popular Node.js & Express From Scratch [Part 1] - Intro & Environment

    Node.js & Express From Scratch [Part 1] - Intro & Environment

    by Best Webhosting Added 114 Views / 0 Likes

    This is a BEGINNER FRIENDLY series. In this video I will give a short introduction to the series and we will setup our environment from scratch. We will be installing the following... Node.js & NPM MongoDB NoSQL Database Atom Text Editor Git & Git Bash For Windows CODE: Full code for this series https://github.com/bradtraversy/nodekb SUGGESTED: Node.js For Beginners - https://www.youtube.com/watch?v=U8XF6AFGqlc&t=780s Express Crash Course - https://ww

  • 11:12 Popular Node.js & Express From Scratch [Part 2] - App Setup & Express Install

    Node.js & Express From Scratch [Part 2] - App Setup & Express Install

    by Best Webhosting Added 124 Views / 0 Likes

    In this video we will setup our Node js application by creating a package.json file and installing Express and creating the server 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 support: http://ww

  • 16:41 Popular Node.js & Express From Scratch [Part 3] - Pug Template Engine

    Node.js & Express From Scratch [Part 3] - Pug Template Engine

    by Best Webhosting Added 126 Views / 0 Likes

    In this video we will install the Pug template engine and integrate it with Express. We will also install the Pug package for the Atom text editor. 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 s

  • 13:58 Popular Node.js & Express From Scratch [Part 4] - Mongoose & Model Setup

    Node.js & Express From Scratch [Part 4] - Mongoose & Model Setup

    by Best Webhosting Added 125 Views / 0 Likes

    In this video we will start to work with the MongoDB database with the Mongoose ORM and fetch data from the database. We will also dabble with the Mongo shell command line to create a collection and insert data 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 o

  • 10:38 Popular Node.js & Express From Scratch [Part 5] - Save Articles to MongoDB

    Node.js & Express From Scratch [Part 5] - Save Articles to MongoDB

    by Best Webhosting Added 432 Views / 0 Likes

    In this video we will create the form to add articles to the MongoDB database and the route to submit to. We will also add the bodyparser module. 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 sup

    Featured
  • 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 131 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

  • 15:15 Popular Node.js & Express From Scratch [Part 7] - Update & Delete Articles

    Node.js & Express From Scratch [Part 7] - Update & Delete Articles

    by Best Webhosting Added 117 Views / 0 Likes

    In this video we will add the functionality to update and delete articles in MongoDB. We will also work with jQuery and Ajax to make a safe delete request 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

  • 25:15 Popular Node.js & Express From Scratch [Part 8] - Messaging & Validation

    Node.js & Express From Scratch [Part 8] - Messaging & Validation

    by Best Webhosting Added 151 Views / 0 Likes

    In this video we will be setting up flash messaging with the express-messages module. We will also be setting up connect-flash and express-session. Then we will implement the express-validation module for a more elegant form validation than just using Mongoose models. CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/p... SUPPORT: We spend massive amo

  • 28:09 Popular Node.js & Express From Scratch [Part 9] - User Registration

    Node.js & Express From Scratch [Part 9] - User Registration

    by Best Webhosting Added 139 Views / 0 Likes

    In this video we will start creating user authentication and allow users to register. We will use Passport.js for this which is a very flexible authentication system. CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/p... SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/trav

  • 21:57 Popular Node.js & Express From Scratch [Part 10] - User Login

    Node.js & Express From Scratch [Part 10] - User Login

    by Best Webhosting Added 140 Views / 0 Likes

    In this video we will implement Passport.js and a local strategy to log users in with a username and password. We will also be using bcrypt for password hashing. CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/p... SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversym

  • 14:58 Popular Node.js & Express From Scratch [Part 11] - Access Control

    Node.js & Express From Scratch [Part 11] - Access Control

    by Best Webhosting Added 117 Views / 0 Likes

    In this video we will create some access control so only logged in users can create articles and can only edit and delete their own articles. CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/p... SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversymedia http://www.patr

  • 22:31 Popular Node.js & Express From Scratch [FINAL] - Deploying Our App

    Node.js & Express From Scratch [FINAL] - Deploying Our App

    by Best Webhosting Added 111 Views / 0 Likes

    In this final video [FOR NOW], we will deploy our Node.js and Express application to Digital Ocean. We will install a Node process manager and even connect a domain name 2 FREE MONTHS OF DIGITAL OCEAN: https://m.do.co/c/5424d440c63a CODE: Full code for this series https://github.com/bradtraversy/nodekb COURSE: Full course this project is based on http://www.traversymedia.com/course/p... SUPPORT: We spend massive amounts of time creating these free vid

  • 19:28 Popular Node js vs Ruby on Rails For Web Development

    Node js vs Ruby on Rails For Web Development

    by Best Webhosting Added 114 Views / 0 Likes

    In this video we will look at the advantages and disadvantages of both Node.js and Ruby on Rails for web development. It is not an apples to apples comparison but we are looking at them as server-side technologies. If it makes you feel better, replace Node.js with Express. SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversymedia http://www.patreon.com/traversymedia FOL

  • 17:16 Popular Laravel From Scratch [Part 1] - Series Introduction

    Laravel From Scratch [Part 1] - Series Introduction

    by Best Webhosting Added 126 Views / 0 Likes

    In this video I will talk about what Laravel is and also give you a demo of what we will be building. Laravel is the most popular open source PHP framework and uses the MVC (Model View Controller) design pattern. We will be covering all of the fundamentals of Laravel 5.4 in this series including.... Routing Controllers Models & DB Migrations Blade Templates/Views Authentication & Access Control CRUD Functionality File Uploading Much More... CODE: Comp

  • 19:45 Popular Laravel From Scratch [Part 2] - Environment Setup & Laravel Installation

    Laravel From Scratch [Part 2] - Environment Setup & Laravel Installation

    by Best Webhosting Added 118 Views / 0 Likes

    In this video we will setup our environment. We will be using XAMPP which gives us an Apache server with PHP and MySQL. We will install Laravel with Composer and we will be using the Git Bash terminal and integrate it with Visual Studio Code CODE: Complete Code For This Series https://github.com/bradtraversy/lsapp XAMPP SETUP: https://www.youtube.com/watch?v=6tCWiexc05U 10 PROJECT LARAVEL COURSE: Please use affiliate link below https://www.eduonix.com

  • 13:50 Laravel From Scratch [Part 3] - Basic Routing & Controllers

    Laravel From Scratch [Part 3] - Basic Routing & Controllers

    by Best Webhosting Added 92 Views / 0 Likes

    In this video we will create some routes and a controller for our pages. Ill show you how to load a view from a controller function 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, please donate to show your support:

  • 20:48 Popular Laravel From Scratch [Part 4] - Blade Templating & Compiling Assets

    Laravel From Scratch [Part 4] - Blade Templating & Compiling Assets

    by Best Webhosting Added 114 Views / 0 Likes

    In this video I will talk about blade templating. We will look at passing in data, interpolation, adding logic to our views. I will also show you how to compile assets using Laravel Mix. We will compile Sass files to regular css. 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:

  • 16:09 Popular Laravel From Scratch [Part 5] - Models & Database Migrations

    Laravel From Scratch [Part 5] - Models & Database Migrations

    by Best Webhosting Added 134 Views / 0 Likes

    In this video we will start to work with models and database migrations. We will use MySQL as our data store. We will be creating a model and database table for our blog posts CODE: Complete Code For This Series https://github.com/bradtraversy/lsapp 10 PROJECT COURSE: Coming Soon..... SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversymedia http://www.patreon.com/trave

  • 19:30 Popular Laravel From Scratch [Part 6] - Fetching Data With Eloquent

    Laravel From Scratch [Part 6] - Fetching Data With Eloquent

    by Best Webhosting Added 119 Views / 0 Likes

    In 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

  • 18:54 Popular Laravel From Scratch [Part 7] - Forms & Saving Data

    Laravel From Scratch [Part 7] - Forms & Saving Data

    by Best Webhosting Added 110 Views / 0 Likes

    In this video we will be creating a form using Laravel Collective to submit blog posts to the database. 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, please donate to show your support: http://www.paypal.me/travers

  • 09:58 Popular Laravel From Scratch [Part 8] - Edit & Delete Data

    Laravel From Scratch [Part 8] - Edit & Delete Data

    by Best Webhosting Added 164 Views / 0 Likes

    In this video we will create the post edit form using Laravel Collective. We will also add the delete functionality and look at method spoofing 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, please donate to show yo

  • 16:43 Popular Laravel From Scratch [Part 9] - User Authentication

    Laravel From Scratch [Part 9] - User Authentication

    by Best Webhosting Added 126 Views / 0 Likes

    In this video we will add user authentication. We also need to add a user_id column in the posts table in the database. We will implement full login and register functionality 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

  • 10:05 Popular Laravel From Scratch [Part 10] - Model Relationships

    Laravel From Scratch [Part 10] - Model Relationships

    by Best Webhosting Added 120 Views / 0 Likes

    In this video we will create a relationship between users and blog posts. We will add the users posts to their dashboard and make it so when they insert a post the user id also gets put in the table. 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 t

  • 08:37 Popular Laravel From Scratch [Part 11] - Access Control

    Laravel From Scratch [Part 11] - Access Control

    by Best Webhosting Added 110 Views / 0 Likes

    In this video we will implement access control so guests can not add posts and users can only edit and delete their own posts. 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, please donate to show your support: http:

  • 24:08 Laravel From Scratch [Part 12] - File Uploading & Finishing Up

    Laravel From Scratch [Part 12] - File Uploading & Finishing Up

    by Best Webhosting Added 90 Views / 0 Likes

    In this video we will wrap up our application and add file uploading for blog posts. I hope you guys enjoyed this Laravel series. I will look into deployment soon! 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

  • 1:12:06 Popular Build A Responsive HTML & CSS Template With FlexboxGrid

    Build A Responsive HTML & CSS Template With FlexboxGrid

    by Best Webhosting Added 102 Views / 0 Likes

    In this beginner friendly front-end project we will build a responsive HTML5 and CSS3 website template and we will use FlexboxGrid which is a lightweight Flexbox based grid system to align our elements easily. It uses the same classes as the Bootstrap grid. CODE: Code for this project http://www.traversymedia.com/downloads/apptheme.zip SPONSORS: DevMountain Bootcamp - https://goo.gl/6q0dEa EDUONIX COURSES: Please use affiliate links from website below

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