Scrypster
Scrypster
  • Видео 44
  • Просмотров 881 340
From BitBucket to AWS S3
How to send a BitBucket code repository to AWS S3
This is how I start most of my CICD pipelines that need to deploy to AWS. I'll do my best to upload a followup video on how to complete the pipeline with a build step and pipeline to land a frontend build into CloudFront.
Просмотров: 645

Видео

AWS CLI - Command Line Interface
Просмотров 2 тыс.Год назад
In this video I’m going to demonstrate how to set up and use the AWS CLI or Command Line Interface. It’s very common when using any of the AWS services to interact with that service through the CLI.
AWS VPC Wizard
Просмотров 603Год назад
In this video I wanted to go over a new feature in AWS for creating a VPC or Virtual Private Cloud. In a previous video I did a step-by-step walkthrough for creating a VPC with all the necessary resources. That video was about 40 minutes long. If I wasn’t recording a tutorial and trying to explain each step, it may have only taken me about 15 to 20 minutes. Once you go through that process a fe...
AWS VPC Setup - Step by step
Просмотров 15 тыс.Год назад
In this video I’m going to demonstrate setting up a VPC or virtual private cloud in AWS. I’ll be creating a new VPC, setting up an Internet Gateway, creating both public and private subnets and setting up route tables for those subnets. I’ll also go over Elastic IPs, NAT Gateways and Security Groups. Maybe not in that exact order. I’d like to point out. AWS is constantly making changes and upda...
Pointers in GoLang
Просмотров 7563 года назад
Introduction to Pointers in the Go Programming Language
For Loops in GoLang
Просмотров 4393 года назад
Introduction to For Loops in the Go Programming Language
What is Laravel Jetstream?
Просмотров 24 тыс.3 года назад
In this video I explore Laravel Jetstream. I go through the installation and setup process for both Jetstream Livewire and Jetstream Inertia. I also go through some of the pros and cons of this Laravel package.
Maps in GoLang
Просмотров 4273 года назад
Introduction to Maps in the Go Programming Language
Laravel with Docker
Просмотров 105 тыс.3 года назад
In this video I explore how to use Laravel with Docker. I also do a brief overview of the Laravel Sail package. laravel.com/ laravel.com/docs/8.x/sail www.docker.com/
Structs in GoLang
Просмотров 3353 года назад
Introduction in Structs in the Go Programming Language
Slices in GoLang
Просмотров 2803 года назад
Introduction to Slices in the Go Programming Language
Using Watchers in Vue
Просмотров 5263 года назад
Using Watchers in Vue
Arrays in GoLang
Просмотров 3013 года назад
Introduction to Arrays in the Go Programming Language
Using Computed Properties with Vue
Просмотров 6003 года назад
Computed Properties with Vue JS
Switch Statements in GoLang
Просмотров 2043 года назад
Introduction to Switch Statements in the Go Programming Langauge
Real-Time Chat with Laravel, Vue.js & Pusher
Просмотров 91 тыс.3 года назад
Real-Time Chat with Laravel, Vue.js & Pusher
Using Emit with Vue
Просмотров 9 тыс.3 года назад
Using Emit with Vue
If Statements in GoLang
Просмотров 4543 года назад
If Statements in GoLang
Using methods with v-on in Vue
Просмотров 5883 года назад
Using methods with v-on in Vue
Functions in GoLang
Просмотров 3233 года назад
Functions in GoLang
Todo List App with Laravel and Vue.js
Просмотров 237 тыс.3 года назад
Todo List App with Laravel and Vue.js
Using v-model in Vue
Просмотров 8743 года назад
Using v-model in Vue
Variables and Datatypes in GoLang
Просмотров 7333 года назад
Variables and Datatypes in GoLang
Using URL & Image Binding in Vue
Просмотров 18 тыс.3 года назад
Using URL & Image Binding in Vue
Hello World in GoLang
Просмотров 3,6 тыс.3 года назад
Hello World in GoLang
Using CSS Class Binding in Vue
Просмотров 5023 года назад
Using CSS Class Binding in Vue
Using CSS Style Binding in Vue
Просмотров 7873 года назад
Using CSS Style Binding in Vue
Using v-if in Vue
Просмотров 1,9 тыс.3 года назад
Using v-if in Vue
Using v-for in Vue
Просмотров 6583 года назад
Using v-for in Vue
Using components in Vue
Просмотров 8193 года назад
Using components in Vue

Комментарии

  • @tuckysee6574
    @tuckysee6574 21 день назад

    for standalone Vue development without package manager, npm etc. With just <script src="./src/unpkg.com_vue@3.3.8_dist_vue.global.js"></script> to create Index.html - main.js - .vue component, Chrome browser failed to recognize .vue extension MIME How do you solve this problem?

  • @kielbermudez8474
    @kielbermudez8474 Месяц назад

    why do I have to reload another browser for the message to render but I'm connected to the pusher?

  • @wawingiantonio8138
    @wawingiantonio8138 2 месяца назад

    Good video, im using windows and wsl2 but doing migrate i can not see my database in laragon.

  • @michaelmarkoulides7068
    @michaelmarkoulides7068 3 месяца назад

    This is the most clear concise, straightforward video on aws VPC I have encountered period

  • @edvis333
    @edvis333 4 месяца назад

    With laravel 11 cant find whats wrong with messages not updating in other browser. Only manual refresh updates the messages

    • @margaridapeixoto2078
      @margaridapeixoto2078 Месяц назад

      did you found the error? im with laravel11 too and also cant figure out this error

  • @Monkymanize
    @Monkymanize 5 месяцев назад

    Out of date

  • @andreysamaev6966
    @andreysamaev6966 6 месяцев назад

    Great tutorial! Realy helps. Thank you

  • @LoftiTechnologies
    @LoftiTechnologies 6 месяцев назад

    Thank you for the assist. I'm now a Docker semi-pro in just 18min. 😉

  • @davidescobedo6185
    @davidescobedo6185 6 месяцев назад

    Hello there. I developed my chat using your tutorial, but my vue is in different folder than my laravel. Can you explain how to configure vue in the correct way? Thanks a lot for this video.

  • @hadizarrabi8192
    @hadizarrabi8192 6 месяцев назад

    cool

  • @webflowandcode
    @webflowandcode 6 месяцев назад

    A few suggestions. It wasn’t until 3:45 where you actually tell us what you’re doing and it’s not until the end of the video you tell us why you’re doing it. These 2 things should be in the first 30 seconds of the video. Although I enjoyed the watch. The entire time I was wondering… “why are we doing this? What’s the goal”. Now, just a question, you’ve deployed a zip. As far as I’m aware, you can’t run a zip (presumably of a static website) on an S3. The files need to be exposed and your S3 needs to be set up to serve a website. So again, I’m left wondering what the purpose of putting a zip on S3 is so maybe the explanation at the end isn’t quite practical enough. I realise this example is just a vehicle to explain Bitbucket to S3 but having the reason why up front gives practical context throughout. Waiting for an explaination of “why” distracts the mind while watching. Hope this helps.

    • @scrypster
      @scrypster 6 месяцев назад

      Thank you for the feedback! I usually state my intention at the beginning of each video. 🤦🏻‍♂️ I will do my best in future videos to cover those items first.

  • @vanatruong9394
    @vanatruong9394 7 месяцев назад

    please link github

  • @robinjoseph8925
    @robinjoseph8925 7 месяцев назад

    I don't have webpack.mix.js file

  • @surajoliver1
    @surajoliver1 7 месяцев назад

    I was not feeling comfortable using Inertia. You said it well...

  • @xajjax7190
    @xajjax7190 7 месяцев назад

    so you use git to upload and make a prod copy of your laravel site?

  • @NationofFoxes
    @NationofFoxes 8 месяцев назад

    Great tutorial, you're a life saver! When I created my project, the yml file wasn't generated. I found this solution on stack overflow. In the root of your application, run the following commands: composer require laravel/sail --dev php artisan sail:install

  • @TomLaan
    @TomLaan 8 месяцев назад

    Thanks! that helped :)

  • @user-oi1hw6lj5u
    @user-oi1hw6lj5u 8 месяцев назад

    Awesome tutorial scrypster. can you please guide me how I can open phpmyadmin inside docker.

  • @juliahuang9
    @juliahuang9 8 месяцев назад

    Hi! why is it that im unable to do this? My terminal says "command not found" :(

  • @user-vm7su4rj7f
    @user-vm7su4rj7f 9 месяцев назад

    Wow, spaces before and after function arguments

  • @jaygrayson7949
    @jaygrayson7949 9 месяцев назад

    Amazing! I found this video when I started giving up on getting Laravel Echo to work with Pusher on Laravel 10, Vue 3 and Pusher. Nothing I was doing was working correctly and all of the examples that I had found were older Laravel, older Vue and older Pusher. While this video is using old versions as well, I was able to incorporate this into the newer versions and it finally worked! Thank you for the great explanations! This was one of the first videos that I have watched that I didn't have to multiply the speed also. :)

  • @osada96
    @osada96 9 месяцев назад

    Amazing video, very detailed! But two moments - 1) In the beginning of this video it would great to draw a scheme to show the overall picture. 2) The microphone sound quality is not clear and the voice level is a little low.

  • @picassoofai4061
    @picassoofai4061 10 месяцев назад

    Best video on the subject

  • @borknagarchile
    @borknagarchile 10 месяцев назад

    Great tutorial and great teaching skills

  • @283518
    @283518 10 месяцев назад

    thanks this helped

  • @anhquocnguyen1578
    @anhquocnguyen1578 11 месяцев назад

    very very very well explanation. thank you

  • @user-hi3kv7bk2n
    @user-hi3kv7bk2n 11 месяцев назад

    I like to take this opportunity to Thank You for the best I have seen in the AWS VPC configuration. I am new and I was able to understand everything .

  • @GamerBoyRobby
    @GamerBoyRobby 11 месяцев назад

    how to do with vite?

  • @mmu200
    @mmu200 11 месяцев назад

    Just Brilliant, very detailed. However I have 2 questions, 1: why we assigned nat to private subnet and public elastic ip while we want the subnet to be private. I mean the intention was to keep it private and same time we assigned it a NAT and public access. Why not go straight and use public subnet instead of first create private subnet and then assign nat? What benifit we get by this work around way? 2: you created 4 route tables however you did not explained why 1 route table auto created on vpc creation, the 1st one before creating any of route tables.

  • @user-jw9iy6hi9y
    @user-jw9iy6hi9y Год назад

    is there any vue developer tools for yandex browser?

  • @tranquangvu9515
    @tranquangvu9515 Год назад

    my npm run hot not working can you help me?

  • @claytonvanderhaar3772
    @claytonvanderhaar3772 Год назад

    Hi I am getting this error - app.js:3 Uncaught SyntaxError: The requested module '/node_modules/.vite/deps/vue.js?v=3c61d0de' does not provide an export named 'default please help

  • @mohamedel-sayed3656
    @mohamedel-sayed3656 Год назад

    Tkank u 🥰

  • @Eslam.Basyouni
    @Eslam.Basyouni Год назад

    Very Good, I like ur way of working, and I would like to see more video about aws and git and terraform.

  • @redchinchilla9394
    @redchinchilla9394 Год назад

    could you post this project on git, pleasee

  • @AliHaidar-zw1jx
    @AliHaidar-zw1jx Год назад

    any source for text and code

  • @sheynjila2457
    @sheynjila2457 Год назад

    Awsome. Looking forward to many more videos

  • @alledevops
    @alledevops Год назад

    amazing video! thank you so much. help me a lot for aws saa practice

  • @user-lj9vi2cj9f
    @user-lj9vi2cj9f Год назад

    simple is good , thanks !

  • @personal1872
    @personal1872 Год назад

    hey there, is there any way to send message to laravel beyondcode/websockets from python app like flask, django, fastapi, if yes then how ?

  • @srinivasantarvedi
    @srinivasantarvedi Год назад

    the BEST vedio about aws vpc in detail.

  • @muhammadmuneeb4122
    @muhammadmuneeb4122 Год назад

    Just curious how Access php my admin using docker? Is it same like localhost/phpmyadmin

  • @NeilCorke
    @NeilCorke Год назад

    Very helpful thanks - just the same with MAMP 6.0 today

  • @mohamedyoussef8835
    @mohamedyoussef8835 Год назад

    Awesome video ++++++++++++++++++++++ 🙂

  • @jaisharma2001
    @jaisharma2001 Год назад

    Excellent tutorial with details. Thanks

  • @fidaeamok4864
    @fidaeamok4864 Год назад

    Wonderful video keep going i use it with vite it's cool thanks

  • @pauloacosta123
    @pauloacosta123 Год назад

    Nice video but it is out of date now. Larevel is not using mix anymore and Vue is now on 3.0

  • @RyuBateson218
    @RyuBateson218 Год назад

    Thanks

  • @roelwestenberg
    @roelwestenberg Год назад

    More docker details would be nice also how to move anexisting project to docker

  • @bloodybunny1558
    @bloodybunny1558 Год назад

    EXCUSE ME! How to connect sequare to mysql in docker?