Traversy Media
-
10:19 Popular
Node.js Part 3 - Building a Static Page Server
Added 125 Views / 0 LikesWe will build a server that serves static html pages from the app directory
-
07:20 Popular
Node.js Part 4 - NPM
Added 149 Views / 0 LikesSimple explanation of Node Packaged Modules (NPM). We will also create a package.json file using "npm init"
-
39:59 Popular
Node.js Rest API With Restify, Mongoose, JWT - Part 1
Added 103 Views / 0 LikesIn this 2 part series we will create a real REST API with database integration and token authentication using Node.js with Restify, Mongoose/MongoDB and JWT. In this part we will create basic database CRUD and in the next we will implement users and authentication Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa Code: https://github.com/bradtraversy/restify_customer_api • Become a Patron: Show support & get perks! http://www.patreon.com/traversymed
-
41:06 Popular
Node.js Rest API With Restify, Mongoose, JWT - Part 2
Added 102 Views / 0 LikesIn this part of the project we will implement the user model and authentication with JWT as well as password encryption with bcryptjs Code: https://github.com/bradtraversy/resti... • 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
-
10:19 Popular
Node.js Static Server in Minutes
Added 120 Views / 0 LikesIn this quick video Ill show you how to create a simple static server using Node.js along with the node-static module and then the live-server module.
-
24:46 Popular
Node.js Tutorial For Absolute Beginners
Added 147 Views / 0 LikesUpdated Version - https://www.youtube.com/watch?v=fBNz5xF-Kx4 This is an introduction to Node.js for beginners. We will talk about... What Node.js Is Installing Node.js Using the REPL NPM - Node Package Manager How Modules Work package.json File Basic Webserver NODE.JS DEV TO DEPLOYMENT UDEMY COURSE: https://www.udemy.com/nodejs-express-mongodb-dev-to-deployment/?couponCode=NODEYOUTUBE10 RECOMMENDED: Node.js & Express From Scratch https://www.youtube.
-
39:27
Node.js With Neo4j - Freestyle Coding [2]
Added 95 Views / 0 LikesIn this video we will set up a quick application that uses the Neo4j driver for Node.js. neo4j is a graph database that is used for storing data that is dynamic and closely related 12 Project Node.js Course: https://www.eduonix.com/affiliates/id/16-10200 Learn Node.js From Scratch Course: https://www.eduonix.com/affiliates/id/16-10033 Neo4J Course: https://www.eduonix.com/affiliates/id/16-10415
-
1:24:57 Popular
Node.js With Passport Authentication | Full Project
Added 127 Views / 0 LikesIn this video we will build a complete authentication app with login, register and access control using Node.js, Express, Passport, Mongoose and more. Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa Code: https://github.com/bradtraversy/node_passport_login • 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/traversymed
-
15:22 Popular
NodeJS & Express 4 With Cassandra - Part 2
Added 113 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 setup our Cassandra keyspace, tables and fields via CQL Shell
-
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
-
18:51
NodeJS & Express 4 With Cassandra - Part 4
Added 97 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 setup our routes and views for both the subscriber list and individual subscribers
-
18:44 Popular
NodeJS & Express 4 With Cassandra - Part 5
Added 112 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.
-
13:51 Popular
NodeJS & Express 4 With Cassandra - Part 6
Added 112 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.
-
18:49 Popular
NodeJS & Express 4 With Cassandra - Part 7
Added 110 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.
-
12:20 Popular
NodeJS & Express 4 With Cassandra - Part 1
Added 105 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 get everything installed including NodeJS, Apache Cassandra and GIT for Windows Get the finished app here - https://github.com/bradtraversy/mysubscribers
-
14:18 Popular
NodeJS, Express and Handlebars
Added 142 Views / 0 LikesIn this video, I will show you how to create a simple Express server and setup Handlebars as your template engine
-
29:54 Popular
Nodemailer - Send Emails From Your Node.js App
Added 119 Views / 0 LikesIn this video we will create a simple Node.js and Express app and implement the Nodemailer module to add a contact form. CODE: Complete Node app repo https://github.com/bradtraversy/nodecontactform ORIGINAL HTML/CSS FORM DOWNLOAD: http://www.traversymedia.com/downloads/responsiveform.zip INMOTION HOSTING SIGNUP: https://inmotion-hosting.evyy.net/c/396530/260033/4222 BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TI
-
42:03 Popular
NPM Crash Course
Added 153 Views / 0 LikesThis is a beginner-friendly crash course and tutorial on NPM or the Node Package Manager. Some of what you will learn..... Install and remove modules Update modules All about package.json Set init defaults Local & global modules Dependencies & dev dependencies Listing modules Semantic Versioning NPM Scripts COMMANDS: https://gist.github.com/bradtraversy/09177818de0f43a6e74e2cd05d1fe596 BECOME A PATRON: Show support & get perks! http://www.patreon.com/
-
46:08 Popular
Nuxt JS Crash Course
Added 113 Views / 0 LikesIn this video we will look at Vue.js server side rendering with Nuxt.js. We will build a dadjokes app. This requires at least minimal Vue.js experience. Sponsor: Freelancer Bundle (Use "brad25" for 25% off) https://studywebdevelopment.com/freelancing.html Code: https://github.com/bradtraversy/nuxt_dadjokes • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversymedia.com Follow Trave
-
46:37 Popular
Object Oriented Programming (OOP) in Python
Added 108 Views / 0 LikesLearn the fundamentals of OOP with Python Caleb Curry YouTube Channel: https://www.youtube.com/user/CalebTheVideoMaker2 • Support The Channel! http://www.patreon.com/traversymedia Website & Brad Traversy 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 Timestamps: 00:00 Intro 03:52 Creating Classes and Objects 10
-
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
-
06:59
Outdated Programming Courses Can Still Be Beneficial
Added 95 Views / 0 LikesIn this video I will talk about how outdated programming courses can still be helpful and can help you with real world skills Sponsor: Linode Hosting https://linode.com/traversy • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website: https://www.traversymedia.com Follow Traversy Media: https://www.twitter.com/traversymedia https://www.instagram.com/traversymedia https://www.facebook.com/traversymedia
-
10:31 Popular
Overwhelmed With Web Development Technology
Added 116 Views / 0 LikesIn this video I want to talk about being overwhelmed with the vast amount of technology that web development includes (Languages, frameworks, libraries, etc) 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 http://www.traversymedia.com Follow Traversy Media: https://www.facebook.com/traversymed
-
09:05
Overworking Yourself As A Developer | Mental & Physical Health
Added 51 Views / 0 LikesSome things to think about if you are putting in long hours writing code. Are you overworked? and is it affecting your mental/physical health, relationships, etc? 💖 Support The Channel! http://www.patreon.com/traversymedia Timestamps: 0:00 - Intro 1:45 - Mental Health 4:42 - Relationships 6:04 - Physical Health 7:27 - Hobbies
-
22:33
Parallax Landing Page - Rellax.js
Added 76 Views / 0 LikesIn this video we will create a simple landing page that uses the parallax scrolling effect with the Rellax.js library. Code: https://codepen.io/bradtraversy/pen/OJVaEVN • 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
-
12:02 Popular
Parse JSON With PHP
Added 111 Views / 0 LikesQuick video on how to read and output JSON data using PHP
-
25:25
Particles Effect With P5.js
Added 91 Views / 0 LikesIn 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
-
45:35 Popular
PDO Crash Course (PHP)
Added 120 Views / 0 LikesIn this video we will go over the basics of PDO (PHP Data Objects) which is a secure and consistent way to connect to a database via PHP. It is an alternative to mysqli. We will go over connection, PDO::Query and CRUD operations through prepared statements OOP PHP MVC Udemy Course $10 Promo: https://www.udemy.com/object-oriented-php-mvc/?couponCode=TRAVERSY010 CODE: All code is in this GitHub Gist https://gist.github.com/bradtraversy/147443539b7e1afaf
-
11:26 Popular
Personal Vlog - Health, Stress & Life
Added 137 Views / 0 LikesThis video is not for everyone. It is a personal vlog about some things I am going through and some things I think others may be able to relate to. Programming content continues tomorrow :) • 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/traversymedia http://www.instagram.com/travers









