Traversy Media
-
2:05:06
Ruby On Rails Crash Course 2020
Added 91 Views / 0 LikesA 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
-
1:02:08 Popular
Ruby On Rails In 60 Minutes
Added 122 Views / 0 LikesIn this video we will cover all of the fundamentals of the Ruby on Rails framework by building a blog application with comment functionality Routes Controllers Models Views Resources Relationships Database Migrations Basic Ruby Code RAILS PROJECTS COURSE - https://www.eduonix.com/affiliates/id/16-10051 LEARN RAILS FROM SCRATCH - https://www.eduonix.com/affiliates/id/16-10055 SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH: http://www.patreon.com/t
-
1:50:44 Popular
Rust Crash Course | Rustlang
Added 101 Views / 0 LikesLearn all the fundamentals of the Rust programming language in this crash course. Sponsor: Eduonix http://bit.ly/traversymedia Code: https://github.com/bradtraversy/rust_sandbox Timestamps: Intro - 1:05 Install Rust - 4:45 Creating a file - 6:26 Cargo Init & Build - 7:50 Print & Formatting - 10:42 Variables - 19:35 Data Types - 25:15 Strings - 33:42 Tuples - 44:34 Arrays - 47:14 Vectors - 55:00 Conditionals - 1:16:00 Loops - 1:07:03 Functions - 1:13:5
-
1:13:05
RxJS Observables Crash Course
Added 86 Views / 0 LikesOver an hour of programming with RxJS (Reactive Extensions) using observables and asynchronous data streams. The content is based on our ReactiveX Eduonix course below FULL COURSE - https://www.eduonix.com/affiliates/id/16-10436 RxJS Boiler - https://github.com/bradtraversy/rxjs_boiler
-
22:24
Sanity.io Crash Course | Headless CMS
Added 73 Views / 0 LikesSpend 20 minutes learning to quickly set up your next content backend with Sanity.io. We'll run Sanity Studio, an open-source headless CMS that connects to a hosted real-time datastore. Learn how to customize fields and content types, and how to query for data. By the end you should be ready to power content in React, Vue or any other framework! Kapehe's Social Links: Twitter: https://twitter.com/kapehe_ok YouTube: https://www.youtube.com/c/kapehe Web
-
48:05
Sass Crash Course
Added 100 Views / 0 LikesIn this video we will talk about what Sass is and look at its features as well as create a landing page header to display things like variables, nesting, mixins, etc Code: https://codepen.io/bradtraversy/pen/ExjmGdY?editors=1100 • 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.c
-
38:27
Sass Workflow & Dev Server From Scratch Using Gulp
Added 85 Views / 0 LikesIn this video we are going to build the "Sass Starter Pack" which is a complete Sass workflow and dev server and environment using Gulp, the Gulp-Sass plugin and BrowserSync. Then well mess with it a little bit and create a simple little project. Feel free to use this starter pack in future Sass projects SASS STARTER PACK GITHUB: https://github.com/bradtraversy/sass_starter_pack CHECK OUT THE NEW DISCORD SERVER:https://discord.gg/PCb6PaM BECOME A PATR
-
04:37 Popular
Secure FTP Login With Private Access Key
Added 128 Views / 0 LikesYou should use SFTP when connecting to your site. It is much more secure and it only takes a few simple steps
-
15:52 Popular
Self Doubt In Programming & Web Development
Added 114 Views / 0 LikesIn this video we will talk about some of the stuff that is not talked about very much in programming and technology and that is having self doubt and low self esteem. BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia VISIT MY WEBISTE: Check Out My Udemy Courses http://www.traversymedia.com FOLLOW TRAVERSY MEDIA: http://www.facebook.com/traversymedia http://www.twitter
-
58:30
Semantic UI In 60 Minutes
Added 89 Views / 0 LikesIn 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
-
32:39
Send SMS Text Messages From Node.js
Added 92 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 creating a client/server app that can send SMS text messages from Node.js using the Nexmo service and API. We will also implement Socket.io to send a response from the server to the client. CODE: Github repo https://github.com/bradtraversy/nodetextapp BECOME A PATRON: Show support & get perks! http://www.patreon.com/trav
-
31:25 Popular
Serverless Lambda Functions
Added 104 Views / 0 LikesIn this video we will look at serverless architecture and AWS lambda functions using Netlify. We will use the Netlify Lambda CLI tool to test the function locally. We will also deploy the very simple app Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa Sample Code: https://github.com/netlify/netlify-lambda • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversymedia.com Follow Tr
-
22:20
Setting Up VSCode For Python Programming
Added 85 Views / 0 LikesIn this video I will show you how to setup VSCode to write Python code with some helpful extensions that include features like managing environments, intellisense, snippets, debugging, testing, documentation, live output and more Python Extension: https://marketplace.visualstudio.com/items?itemName=ms-python.python Download Kite: https://kite.com/download/?utm_medium=referral&utm_source=youtube&utm_campaign=TechGuyWeb&utm_content=python_vscode AREPL:
-
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
-
32:19 Popular
Shell Scripting Crash Course - Beginner Level
Added 102 Views / 0 LikesThis is an intro to shell scripting with Bash. We will learn what shell scripting is and create a cheat sheet with things like variables, conditionals, loops, functions, etc. We will also do things like rename multiple files. Cheat Sheet Gist: https://gist.github.com/bradtraversy/ac3b1136fc7d739a788ad1e42a78b610 Command Line Tutorial: https://www.youtube.com/watch?v=cBokz0LTizk • Become a Patron: Show support & get perks! http://www.patreon.com/traver
-
08:44
Should You Learn Bootstrap in 2020?
Added 79 Views / 0 LikesBootstrap 5 Alpha has been released and a lot of people have asked me if they should learn it or use it. I address that in this video Bootstrap 5 Video: https://www.youtube.com/watch?v=I7CfaDYzTVM&t=282s • 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://
-
10:56 Popular
Should You Learn PHP? - Pros and Cons
Added 130 Views / 0 LikesMost web developers either love or hate PHP. In this video we will go over some of the advantages and disadvantages of learning PHP compared to other server side languages SUGGESTED: PHP Front To back https://www.youtube.com/watch?v=oJbfyzaA2QA My Courses: http://traversymedia.com/eduonix-courses DONATIONS: Any donation is greatly appreciated.... https://www.paypal.me/traversymedia https://www.patreon.com/traversymedia
-
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
-
20:48 Popular
Simple Animations In React
Added 115 Views / 0 LikesIn this video we will take a look at the React Spring library and create some simple animations and transitions. For more on React Spring visit https://react-spring.surge.sh/ Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa Code & Demo: https://codesandbox.io/s/q8vmryvzjw • 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.
-
11:22 Popular
Simple Contact Form Submission With Netlify
Added 109 Views / 0 LikesIn this video I will show you the easiest way to add a contact or any type of form to your website by using the Netlify form feature including file uploads and spam filtering Netlify Website: http://www.netlify.com Docs: https://www.netlify.com/docs/form-handling/ Carlos Mafla YouTube Channel: https://www.youtube.com/channel/UCnFRgYETwUg6eoeHACuVkcA • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Cours
-
14:43
Simple Explanation Of rem & em CSS Units
Added 97 Views / 0 LikesIn this video I give a simple explanation of the rem & em CSS units of measurement. We also talk a little bit about vh (viewport heights) and vw (viewport widths). BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia VISIT MY WEBISTE: http://www.traversymedia.com $15 COUPON LINKS FOR ALL MY UDEMY COURSES: https://www.udemy.com/nodejs-express-mongodb-dev-to-deployment/?co
-
19:13 Popular
Simple Frontend Pagination | React
Added 106 Views / 0 LikesIn this video we will implement some custom pagination in React to get a certain number of fetched posts per page. We will be using the useState and useEffect hooks as well. Code: https://github.com/bradtraversy/simple_react_pagination 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
-
04:58
Simple JavaScript Slideshow In 5 Minutes
Added 84 Views / 0 LikesLets build a really simple image slideshow using just Javascript. We will not use any jQuery or fancy libraries, just plain old JavaScript. This is for absolute beginners Code (fiddle): https://jsfiddle.net/bradtraversy/74owmd01/ Code (zip): http://www.traversymedia.com/downloads/simpleslideshow.zip My Courses: http://traversymedia.com/eduonix-courses: Donate - Any donation is greatly appreciated: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&ho
-
27:02 Popular
Simple Machine Learning With JavaScript - Brain.js
Added 102 Views / 0 LikesThis is a very basic intro to machine learning and neural networks using Brain.js which is a machine learning library for JavaScript. Code: Feel free to add examples https://github.com/bradtraversy/brainjs_examples Article 1: https://coderoncode.com/machine/learning/2016/06/06/machine-learning-a-simple-neural-network.html Article 2: Trump vs Kardashian https://itnext.io/you-can-build-a-neural-network-in-javascript-even-if-you-dont-really-understand-ne
-
15:03
Simple Pure CSS Spinners
Added 88 Views / 0 LikesIn this video we will be creating some simple pure CSS spinners or loaders using keyframes. Code: https://codepen.io/bradtraversy/pen/YLNYQE • 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/traversymedia
-
34:48 Popular
Simple Ruby on Rails 5 REST API From Scratch
Added 113 Views / 0 LikesIn this video I will show you how to create a very simple REST API from scratch using Ruby on Rails 5. We will be able to make requests to perform CRUD on articles stored in a MySQL database. We will install the mysql2 gem along with the faker gem to randomly generate content. CODE: Code for this video https://github.com/bradtraversy/simple-rails-rest SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your supp
-
16:57
Simple Weight Converter App With JavaScript & Bootstrap 4
Added 86 Views / 0 LikesIn this mini-project tutorial we will be building a simple weight converter app using JavaScript and Bootstrap 4 for the ui. It will convert pounds to grams, kilograms and ounces. This will be pure vanilla JavaScript with no JS libraries or frameworks. CODE: Code for this project https://codepen.io/bradtraversy/pen/jGNWey BECOME A PATRON: Get special perks http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia FOLL
-
38:37
Skeleton CSS Crash Course & Landing Page
Added 68 Views / 0 LikesIn this video we will create a Skeleton CSS boilerplate cheat sheet and then create a simple responsive landing page based on the demo CODE: Code for this video http://www.traversymedia.com/downloads/skeletoncrash.zip BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia ONE TIME DONATIONS: http://www.paypal.me/traversymedia COURSES & MORE INFO: http://www.traversymedia.com FOLLOW TRAVERSY MEDIA: http://www.facebook.com/trave
-
32:14 Popular
Sliding Sign In & Sign Up Form
Added 114 Views / 0 LikesIn this video we will be creating a sign in/up form with some animation using CSS and a tiny bit of JavaScript. Thanks to Florin Pop for creating this project and letting me create a video with it. Florin's Website & Written Tutorial: https://www.florin-pop.com/blog/2019/03/double-slider-sign-in-up-form/ Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa Code: https://codepen.io/FlorinPop17/pen/vPKWjd • Become a Patron: Show support & get perks! http
-
37:44
Social Media Accordion With CSS3 Transitions
Added 76 Views / 0 LikesIn this mini project we will create a social media accordion slider using only CSS. We will use CSS3 transitions only, no JavaScript at all. Code For This Project: https://codepen.io/bradtraversy/pen/EEWNQP Genericons Fonts Download: http://traversymedia.com/downloads/genericons.zip Original Codepen: https://codepen.io/rrenula/pen/DGrhf • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www









