- Видео 9
- Просмотров 27 425
CraigGoesCoding
Великобритания
Добавлен 5 июл 2020
Full stack web development tutorials. Learn to code modern web apps with tutorials on Vue.js, JavaScript, Laravel, MySql and more
Running Laravel Queues with Supervisor on Laravel Homestead
Learn how to run your Laravel Queues with Supervisor on Laravel Homestead / Ubuntu.
You can find the configuration file used in this video on GitHub: gist.github.com/CraigGoesCoding/85232b3bfe720e555a03f523ce690444
You can find the configuration file used in this video on GitHub: gist.github.com/CraigGoesCoding/85232b3bfe720e555a03f523ce690444
Просмотров: 7 799
Видео
Upgrade Guide: Upgrading Laravel Jetstream Inertia Stack - V1 to V2
Просмотров 3783 года назад
Learn how to upgrade Laravel Jetstream Inertia / VueJs Stack from Version 1 to Version 2 Timestamps Intro - 0:00 Update Laravel Jetstream - 0:59 Update Migrations - 3:06 Publish Auth Pages - 4:12 Add Webpack Config Alias - 4:58 Update InertiaJs - 6:14 Install Ziggy - 7:42 Update AppLayout.vue - 9:13 Update Forms.- 10:46 Copy Vue Components - 16:09 Turn on Account Deletion and Privacy Policy Fea...
Taking a Selfie with Vue.js
Просмотров 3,6 тыс.4 года назад
Learn how to build a Vue component that takes a selfie from the browser. In this video we look at JavaScript's WebRTC API to access our webcam to capture an image from the browser using Vue.
Building a Vue App with Computeds and Watchers
Просмотров 214 года назад
Learn how and when to use watchers and computed properties in Vue.js. As mentioned in the video, here's the links if you're interested in following along: Vue Instant Prototyping - cli.vuejs.org/guide/prototyping.html Reverse Proxy Video: ruclips.net/video/5jPoTpXpIH4/видео.html
How to Fix The Cors Error with a Reverse Proxy
Просмотров 15 тыс.4 года назад
Learn how to set up a reverse proxy server with the Node.js Express web framework. In this tutorial we look at accessing an API from our local server through a proxy to avoid the dreaded 'No Access-Allow-Origin-Header is present on the resource' error. Check out the code for this tutorial on GitHub @ github.com/CraigGoesCoding/express-reverse-proxy APIs used in this video: date.nager.at/Api new...
How to Set Up Vue Single File Components with Hot Reloading in Lumen
Просмотров 5404 года назад
Learn how to use Vue Single File components in your Lumen projects. This video will take you from a fresh Lumen install, through the initial setup and webpack config to get your development environment ready for action!
How to Build a To-do List in Vue.js - Basics
Просмотров 1244 года назад
Learn to build the classic to-do app using Vue.js. In this video we will look at iterating over lists, conditionals, v-model and more.
The Cleanest Way to Sum a JavaScript Array
Просмотров 524 года назад
An in depth look at JavaScript's reduce function to sum an array and find the maximum and minimum values. You can follow along using the base template from this video at: jsfiddle.net/CraigGoesCoding/su0feghL/
Getting Started with Vue.js
Просмотров 184 года назад
In this video I go through the very basics of the JavaScript framework Vue.js. What it is, how it works and why it's different from vanilla JavaScript