Traversy Media
-
21:12
jQuery Crash Course [1] - Intro & Selectors
Added 93 Views / 0 LikesIn this video we will cover jQuery selectors in depth. We can select elements by id, class, CSS3 pseudo selectors and the elements themselves. My 10 Project jQuery/JS Course - https://www.eduonix.com/affiliates/id/16-10039 Project Files - https://github.com/bradtraversy/jquery_crash_course
-
24:19 Popular
jQuery Crash Course [2] - Events
Added 103 Views / 0 LikesIn this video we will be working with jQuery events including mouse, form and input events My 10 Project jQuery/JS Course - https://www.eduonix.com/affiliates/id/16-10039 Project Files - https://github.com/bradtraversy/jquery_crash_course
-
20:59 Popular
jQuery Crash Course [3] - DOM Manipulation
Added 117 Views / 0 LikesIn this video Ill show you how to add, remove and change things in the DOM using jQuery. We will look at methods like append, prepend, html, and text My 10 Project jQuery/JS Course - https://www.eduonix.com/affiliates/id/16-10039 Project Files - https://github.com/bradtraversy/jquery_crash_course
-
15:04
jQuery Crash Course [4] - Effects and Animation
Added 87 Views / 0 LikesIn this video we will look at the jQuery fade and slide methods/effects as well as the animate method My 10 Project jQuery/JS Course - https://www.eduonix.com/affiliates/id/16-10039 Project Files - https://github.com/bradtraversy/jquery_crash_course
-
20:15 Popular
jQuery Crash Course [5] - Ajax
Added 111 Views / 0 LikesIn this video we will work with the load, $.get, $.post and $.ajax methods in jQuery My 10 Project jQuery/JS Course - https://www.eduonix.com/affiliates/id/16-10039 Project Files - https://github.com/bradtraversy/jquery_crash_course
-
20:02
JQuery FAQ Slider Tutorial
Added 88 Views / 0 LikesHow to build a simple JQuery FAQ tab slider
-
12:15
jQuery Image Slider - Quick & Easy
Added 88 Views / 0 LikesIn this video we will build a very simple jQuery image slider or image switcher. We will use a little css for styling as well. CODE: Code for this video http://www.traversymedia.com/downloads/jqslider/jqslider.zip IMAGES ONLY: http://www.traversymedia.com/downloads/jqslider/imagesforslider.zip VISIT US: http://www.traversymedia.com EDUONIX COURSES: Pleas use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We sp
-
33:22 Popular
JS Package Spotlight Ep.1 - Moment, BcryptJS, JWT Simple, Request & More
Added 103 Views / 0 LikesIn this episode we will look at the following NPM/JavaScript packages.... Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa Moment (2:30) - https://github.com/moment/moment Node Slug (10:19) - https://github.com/Trott/node-slug Bctypt.js (12:58) - https://github.com/dcodeIO/bcrypt.js/ Jwt-Simple (19:46) - https://github.com/hokaccha/node-jwt-simple Node Config (24:30) - https://github.com/lorenwest/node-config Node UUID (28:00) - https://github.com/
-
24:49
JSON Crash Course
Added 92 Views / 0 LikesIn 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
-
30:27
Katana PHP Static Site & Blog Generator
Added 87 Views / 0 LikesIn this video we are going to explore the Katana PHP static website generator. This is a tool that can be installed via Composer and uses Laravels blade templating system to generate static assets from dynamic content. CODE: Code for this video http://traversymedia.com/downloads/katanasite.zip DEMO: http://codedemos.com/katanasite EDUONIX COURSES: Please use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We sp
-
11:27
Keeping the Coding Dream Alive
Added 79 Views / 0 LikesA personal story of persevering through the challenging journey of keeping consistently while building a coding career. Dennis Ivanov’s youtube channel: https://m.youtube.com/c/dennisivy
-
46:37 Popular
Keystone JS Tutorial - A Node.js CMS
Added 107 Views / 0 LikesIn this video we will look at the Node.js CMS, Keystone.js. We will generate an application and then add a products/store section to the app. CODE - https://github.com/bradtraversy/acme_keystone FULL COURSES - http://www.traversymedia.com/eduonix-courses/ We spend huge amounts of time making these videos available for free. Any donation is greatly appreciated https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KLVYJVNUJ5NV4
-
37:23 Popular
Koa.js Crash Course - Modern & Minimalist Node.js Framework
Added 116 Views / 0 LikesIn this video we will look at the Koa framework which is a microframework created by the same creators of Express. We will look at basic concepts, setup, routing, templates and more Sponsor: DevMountain Bootcamp https://goo.gl/6q0dEa • 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/
-
1:23:50
Kotlin Crash Course
Added 65 Views / 0 LikesA beginners guide to learning the basics of the Kotlin programming language, which is heaviliy used in creating Android apps Philipp Lackner YouTube Channel: https://www.youtube.com/channel/UCKNTZMRHPLXfqlbdOI7mCkg Code: https://github.com/philipplackner/kotlin-crash-course Philipp's Android App Tutorial (Traversy Media): https://youtu.be/BBWyXo-3JGQ TImestamps: 00:00 - Intro 00:52 - Why learn Kotlin? 03:01 - Installation & Prerequisites 10:12 - Hello
-
22:43 Popular
Landing Page With Smooth Scroll - 3 Options
Added 118 Views / 0 LikesIn this video we will create a simple landing page with smooth scrolling. I will show you 3 options including pure CSS (scroll-behavior), jQuery and a lightweight JS script. Sponsor: Freelancer Bundle (Use "brad25" for 25% off) https://studywebdevelopment.com/freelancing.html Code: https://codepen.io/bradtraversy/pen/xBdyzr Smoothscroll Script: https://github.com/cferdinandi/smooth-scroll • Become a Patron: Show support & get perks! http://www.patreon
-
42:52
Laravel 5.5 API From Scratch Using Resources
Added 96 Views / 0 LikesIn this video we will be building an API from scratch using Laravel 5.5 API resources. We will create an article model and use seeds and factories to create dummy data and then build the api endpoints with a resource CODE: Code for this video https://github.com/bradtraversy/larticles_api BUILD A VUE.JS FRONTEND: https://www.youtube.com/watch?v=DJ6PD_jBtU0 • BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia VISIT MY WEBIST
-
54:13
Laravel 8 REST API With Sanctum Authentication
Added 51 Views / 0 LikesBeginner-friendly REST API from scratch using Laravel 8. We will implement authentication using API keys with Laravel Sanctum. Code: https://github.com/bradtraversy/laravel-sanctum-api Laravel Sanctum Docs: https://laravel.com/docs/8.x/sanctum Timestamps: 0:00 - Intro 1:46 - Set Up Laravel 3:23 - SQLite Setup 4:15 - Basic Routing 6:38 - Product Model & Migration 10:56 - Using the Model 14:39 - Product Controller & Methods 17:30 - Create Products & Val
-
2:28:57
Laravel Crash Course 2020
Added 48 Views / 0 LikesThis is a Laravel crash course that covers installation, authentication, routes, data, pagination, email functionality and much more - Visit Codecourse for more videos & courses by Alex: https://codecourse.com - YouTube Channel: https://www.youtube.com/channel/UCpOIUW62tnJTtpWFABxWZ8g - Code: https://github.com/codecourse/posty-traversy-media - Social Links: https://twitter.com/teamcodecourse https://twitter.com/alexjgarrett - Links mentioned in cours
-
4:18:52
Laravel From Scratch 2022 | 4+ Hour Course
Added 74 Views / 0 LikesLearn the Laravel PHP framework from scratch by building a job listings application with Laravel 9 and MySQL. ⭐ Sponsor: https://linode.com/traversy 💻 Github Repo: https://github.com/bradtraversy/laragigs 💻 Gists: Laravel Valet Setup: https://gist.github.com/bradtraversy/b58f74cd863a465068eaeaae1544d9be Laravel Xampp Setup: https://gist.github.com/bradtraversy/7485f928e3e8f08ee6bccbe0a681a821 MySQL Cheat Sheet: https://gist.github.com/bradtraversy/c83
-
10:05 Popular
Laravel From Scratch [Part 10] - Model Relationships
Added 117 Views / 0 LikesIn 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
Added 108 Views / 0 LikesIn 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
Added 88 Views / 0 LikesIn 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
-
17:16 Popular
Laravel From Scratch [Part 1] - Series Introduction
Added 124 Views / 0 LikesIn 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
Added 115 Views / 0 LikesIn 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
Added 88 Views / 0 LikesIn 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
Added 111 Views / 0 LikesIn 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
Added 132 Views / 0 LikesIn 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
Added 117 Views / 0 LikesIn 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
Added 108 Views / 0 LikesIn 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
Added 160 Views / 0 LikesIn 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









