Vue Courses
587 subscribers
15 photos
2.8K videos
2 files
193 links
Download Telegram
#admin

Good evening, we are from Ukraine

I has been complete upload all PREMIUM and FREE courses from vueschool.
Maybe, a bit later, I will group courses by type (vue, nuxt, pinia and etc) like a catalog or something...

If you have any suggestions, check channel description for contacts.
If you have any courses to parse, check channel description for contacts.

Tags


#720p - new, reuploaded in 720p courses

#FREE - free courses
#PREMIUM - private courses

#ADVANCED
#INTERMEDIATE
#BEGINNER

#IN_PROGRESS (don't complete, but have a few/a lot lessons, could be usefull)

#vueschool - courses from vueschool
#vuemastery - courses from vuemastery

Use this tags to fast and simple searching.

Channels

@vue_updates - subscribe on updates of vue, nuxt, vuetify, vite and etc frameworks.
@vue_courses - free/premium courses for vue (vue 2 and vue 3)
Title: Laravel Backends for Vue.js 3
Description: In this course, we'll build out a Vue.js front-end fine tuned for interaction with a Laravel powered REST API.
Link: https://vueschool.io/courses/laravel-backends-for-vue-js-3
Difficulty: #ADVANCED
Type: #IN_PROGRESS
Lessons: 31
Tags: #vueschool
----

Title: 1 - Laravel Backends for Vue.js Frontends Course Introduction
Link: https://vueschool.io/lessons/laravel-backends-for-vue-js-frontends-course-introduction
Video: 10:16

Title: 2 - Setup Development Environment for Backend
Link: https://vueschool.io/lessons/setup-project-development-environment
Video: 9:50

Title: 3 - Setup Development Environment for the Frontend
Link: https://vueschool.io/lessons/setup-development-environment-for-the-frontend
Video: 8:35

Title: 4 - Laravel Sanctum and Fortify for a Vue.js SPA
Link: https://vueschool.io/lessons/laravel-sanctum-and-fortify-for-a-vue-js-spa
Video: 12:28

Title: 5 - Register Users with Laravel Fortify for a Vue.js SPA
Link: https://vueschool.io/lessons/register-users-with-laravel-fortify-for-a-vue-js-spa
Video: 12:36

Title: 6 - Tweak the Axios Base URL for Best Dev Experience
Link: https://vueschool.io/lessons/tweak-the-axios-base-url-for-best-dev-experience
Video: 5:05

Title: 7 - Login and Logout Users with Laravel Fortify for a Vue.js SPA
Link: https://vueschool.io/lessons/login-and-logout-users-with-laravel-fortify-for-a-vue-js-spa
Video: 9:46

Title: 8 - Cleanup the User Flow with Better Redirects
Link: https://vueschool.io/lessons/cleanup-the-user-flow-with-better-redirects
Video: 3:10

Title: 9 - Protect Pages with Middleware
Link: https://vueschool.io/lessons/protect-pages-with-middleware
Video: 8:35

Title: 10 - Create a Custom useAuth Composable
Link: https://vueschool.io/lessons/create-a-custom-useAuth-composable
Video: 10:01

Title: 11 - Format the User Data Once
Link: https://vueschool.io/lessons/format-the-user-data-once
Video: 6:57

Title: 12 - Cache the User in Memory
Link: https://vueschool.io/lessons/cache-the-user-in-memory
Video: 7:40

Title: 13 - Update the Guest Middleware to use the Cached User
Link: https://vueschool.io/lessons/update-the-guest-middleware-to-use-the-cached-user
Video: 1:08

Title: 14 - Use Axios Intereptors to Redirect to Login Page on 401 Unauthorized Response
Link: https://vueschool.io/lessons/use-axios-intereptors-to-redirect-to-login-page-on-401-unauthorized-response
Video: 9:20

Title: 15 - Take This Composable
Link: https://vueschool.io/lessons/take-this-composable
Video: 1:30

Title: 16 - Add Some Application-Wide TS Interfaces
Link: https://vueschool.io/lessons/add-some-application-wide-ts-interfaces
Video: 3:09

Title: 17 - Manually Handle Form Validation Errors with Laravel and Vue
Link: https://vueschool.io/lessons/manually-handle-form-validation-errors-with-laravel-and-vue
Video: 8:20

Title: 18 - Simplify Form Validation with FormKit
Link: https://vueschool.io/lessons/simplify-form-validation-with-formkit
Video: 8:11

Title: 19 - Create a handleInvalidForm Utility
Link: https://vueschool.io/lessons/create-a-handleinvalidform-utility
Video: 3:59

Title: 20 - Intro to CRUD with Laravel and Vue
Link: https://vueschool.io/lessons/intro-to-crud-with-laravel-and-vue
Video: 4:53

Title: 21 - Create New Resources with Laravel and Vue
Link: https://vueschool.io/lessons/create-new-resources-with-laravel-and-vue
Video: 6:53

Title: 22 - Fetch Resource Lists from Laravel and Handle Pagination in Vue (Part 1)
Link: https://vueschool.io/lessons/fetch-resource-lists-from-laravel-and-handle-pagination-in-vue-part-1
Video: 5:56

Title: 23 - Handle Pagination in Vue Part 2
Link: https://vueschool.io/lessons/handle-pagination-in-vue-part-2
Video: 7:11

Title: 24 - Support a Page Query Param in the App URL
Link: https://vueschool.io/lessons/support-a-page-query-param-in-the-app-url
Video: 3:15
Title: Rapid Testing with Vitest
Description: Vitest is a testing framework built for Vite! It's blazing fast test runs and zero config setup make testing a breeze for Vue.js 3 projects.
Link: https://vueschool.io/courses/rapid-testing-with-vitest
Difficulty: #ADVANCED
Type: #IN_PROGRESS
Lessons: 34
Tags: #vueschool
----

Title: 1 - Introduction to Vitest
Link: https://vueschool.io/lessons/introduction-to-vitest
Video: 1:42

Title: 2 - How to Install Vitest
Link: https://vueschool.io/lessons/how-to-install-vitest
Video: 3:18

Title: 3 - Your First Test
Link: https://vueschool.io/lessons/your-first-test
Video: 2:55

Title: 4 - Improve the Sum Function
Link: https://vueschool.io/lessons/improve-the-sum-function
Video: 3:24

Title: 5 - A Deep Merge Function - The Goal
Link: https://vueschool.io/lessons/write-a-deep-merge-function-with-tdd-the-goal
Video: 2:06

Title: 6 - Handle and Test a Shallow Merge
Link: https://vueschool.io/lessons/handle-and-test-a-shallow-merge
Video: 4:07

Title: 7 - Refactor for Deep Merge without Breaking Existing Tests
Link: https://vueschool.io/lessons/refactor-for-deep-merge-without-breaking-existing-tests
Video: 3:44

Title: 8 - Expect for Errors In Tests
Link: https://vueschool.io/lessons/expect-for-errors-in-tests
Video: 5:04

Title: 9 - Snapshots in Vitest
Link: https://vueschool.io/lessons/snapshots-in-vitest
Video: 2:14

Title: 10 - How to Update Snapshots
Link: https://vueschool.io/lessons/how-to-update-snapshots
Video: 2:46

Title: 11 - Inline Snapshots in Vitest
Link: https://vueschool.io/lessons/inline-snapshots-in-vitest
Video: 3:05

Title: 12 - Intro to Mocking and Spying
Link: https://vueschool.io/lessons/intro-to-mocking-and-spying
Video: 1:12

Title: 13 - Spying Side Effects with Vitest
Link: https://vueschool.io/lessons/spying-side-effects-with-vitest
Video: 2:33

Title: 14 - The Spy Instance
Link: https://vueschool.io/lessons/the-spy-instance
Video: 3:36

Title: 15 - Mock JavaScript Modules with Vitest
Link: https://vueschool.io/lessons/mock-javascript-modules-with-vitest
Video: 4:26

Title: 16 - Mocking Time in Vitest
Link: https://vueschool.io/lessons/mocking-time-in-vitest
Video: 1:48

Title: 17 - Mocking Timers in Vitest
Link: https://vueschool.io/lessons/mocking-timers-in-vitest
Video: 3:52

Title: 18 - Mocking Network Requests in Vitest
Link: https://vueschool.io/lessons/mocking-network-requests-in-vitest
Video: 5:56

Title: 19 - Extra: Setup File
Link: https://vueschool.io/lessons/extra-setup-file
Video: 1:49
#admin

Hi there!
Hope I send this courses silently.

So, I upload courses what not exist in this channel. Hope I didn't miss anything.
I merge video and audio, so some videos could have miss length (video is a bit shorter like sound. that's normal. you could see 100% of video)
If any videos have bugs pls tell me. I have backups so could rebuild videos if one or many of them has/have critical bugs.

#IN_PROGRESS - courses with a few completed lessons but not all lessons are available. So, wait next free weekend.

I also update avatar of channel, I will put anything better that nothing 👀

So ... suppose that's all? Enjoy!

UPD: This avatar is max what I can imagine 👀

PS: I hate telegram, vueschool, vimeo and ffmpeg
oh, and I hate m4a and m4v
Title: Rapid Testing with Vitest
Description: Vitest is a testing framework built for Vite! It's blazing fast test runs and zero config setup make testing a breeze for Vue.js 3 projects.
Link: https://vueschool.io/courses/rapid-testing-with-vitest
Difficulty: #Advanced
Lessons: 25 / 34
Tags: #vueschool #in_progress