Hanie Asemi
Hanie Asemi
  • 11
  • 71 530
Efficient Queue Management with Laravel, Redis, and Docker | Complete Guide
Learn how to run a long-time process in the background by implementing the queue management system in Laravel using Redis, and Docker in this comprehensive tutorial. We'll cover everything from setting up Redis with Docker to integrating it with Laravel for seamless queue management.
#laravel #queues #docker #redis
▬▬▬▬▬▬ GitHub ▬▬▬▬▬▬
github.com/hanieas
▬▬▬▬▬▬ Setup Laravel with Docker 🎥 ▬▬▬▬▬▬
th-cam.com/video/6ANYowpB910/w-d-xo.html
มุมมอง: 3 356

วีดีโอ

Elasticsearch + Kibana + Docker with Example
มุมมอง 1.2Kปีที่แล้ว
Install Elasticsearch with Docker | Elasticsearch | Kibana | Docker | Test Elasticsearch with Postman #elasticsearch #docker #kibana #postman You'll learn Elasticsearch just in 10 minutes. After watching this video you'll know how Elasticsearch works, you'll install Elasticsearch with docker and you can build an index and query it by simply making a REST API call through Postman. ▬▬▬▬▬▬ Connect...
Microservices Architecture Zero to Hero with Implementation using Laravel and RabbitMQ | Part 2
มุมมอง 4.4Kปีที่แล้ว
Microservices Architecture | Monolithic vs Microservices Architecture | Connect Microservices to each other | Message Broker | RabbitMQ #microservices #laravel #rabbitmq In this video, you will learn all you need to know about Microservices and also implement a real example using the Laravel framework. First, I will start with the definition of microservices architecture and talk about the diff...
Microservices Architecture Zero to Hero with Implementation using Laravel and RabbitMQ | Part 1
มุมมอง 9Kปีที่แล้ว
Microservices Architecture | Monolithic vs Microservices Architecture | Connect Microservices to each other | Message Broker | RabbitMQ #microservices #laravel #rabbitmq In this video, you will learn all you need to know about Microservices and also implement a real example using the Laravel framework. First, I will start with the definition of microservices architecture and talk about the diff...
Make Your Code Clean and Readable with Repository Design Pattern
มุมมอง 703ปีที่แล้ว
In this video, I've explained how to implement the repository design pattern in the Laravel framework and shown you how this can help you have clean and readable code. #laravel #repository #cleancode ☘️☘️ I'll appreciate it if you leave me a comment and share your thought with me.☘️☘️ Setting Up Laravel with Docker: th-cam.com/video/6ANYowpB910/w-d-xo.html GitHub Repository: github.com/hanieas/...
Implement Laravel with Docker and PostgreSQL as database
มุมมอง 9K2 ปีที่แล้ว
In the previous video: th-cam.com/video/6ANYowpB910/w-d-xo.html we've implemented Laravel with Docker and MySQL database. In this tutorial, you're going to use PostgreSQL with Laravel and implement the project with Docker Compose. #docker #dockercompose #laravel #postgresql #nginx #pgadmin ▬▬▬▬▬▬ Read about this video ▬▬▬▬▬▬ GitHub: github.com/hanieas/Docker-Laravel ▬▬▬▬▬▬ Other videos from my ...
Install and Set Up Laravel with Docker Compose
มุมมอง 40K2 ปีที่แล้ว
In this video, we’re going to set up Laravel in the local environment with Docker using the LEMP stack that includes: Nginx, MySQL, PHP, and phpMyAdmin. #docker #dockercompose #laravel #mysql #nginx #phpmyadmin ▬▬▬▬▬▬ Read about this video ▬▬▬▬▬▬ GitHub: github.com/hanieas/Docker-Laravel Medium: medium.com/@hanieasemi/setting-up-a-laravel-local-environment-with-docker-7541ae170daf ▬▬▬▬▬▬ Other ...
Hello YouTube | I'm Hanie
มุมมอง 5872 ปีที่แล้ว
This video introduces me and explains the purpose of this channel. I look forward to hearing from you and seeing what you would like to know more about. Subscribe to this channel to learn new programming technologies every week.
Laravel 8 CRUD Tutorial with Creating Book Store API | Beginners
มุมมอง 2.4K3 ปีที่แล้ว
In this video, we will implement a simple book store application API using Laravel 8 CRUD operation. You will get familiar with one-to-many and many-to-many relationship in Laravel. There is a link of Medium article: medium.com/p/book-store-api-using-laravel-5f2d7ae9f0fb And if you want to skip this video and this article you can find the whole code in this respository: github.com/hanieas/Tutor...

ความคิดเห็น

  • @akeemsalami1854
    @akeemsalami1854 10 วันที่ผ่านมา

    Great tutorial. Well done.

  • @akeemsalami1854
    @akeemsalami1854 10 วันที่ผ่านมา

    Wow! This tutorial is brief and highly informative. Well done.

  • @MohmedAhmed-gt2vk
    @MohmedAhmed-gt2vk หลายเดือนก่อน

    greate tutorial keep up

  • @MohammadSalehnia
    @MohammadSalehnia หลายเดือนก่อน

    Thanks, it was great

  • @neletasic
    @neletasic หลายเดือนก่อน

    Would someone share the code? Thanks in advance.

  • @anastasiasomeone5325
    @anastasiasomeone5325 2 หลายเดือนก่อน

    Very clear videos on subject. Thank you!

  • @anastasiasomeone5325
    @anastasiasomeone5325 2 หลายเดือนก่อน

    Thank you! Many theoretical techniques became much more clear to me from your example.

  • @jesusleguiza77
    @jesusleguiza77 2 หลายเดือนก่อน

    Hi, I want to do something like DevOps and I don't have the vendor folder in the project. In the image, I need to run "composer install," but it seems like the nginx container will also need this command. Is that right? Cheers!

    • @hanieasemi
      @hanieasemi 2 หลายเดือนก่อน

      Hi, You need to run this command inside the application container, for example if you're container name is app go inside this container: docker compose exec app bash Then run composer install. Nginx is just a web server it doesn't need this command. This is just for installing packages. Check this link out:getcomposer.org/doc/00-intro.md

    • @jesusleguiza77
      @jesusleguiza77 2 หลายเดือนก่อน

      @@hanieasemi thanks you, other thing, I have index.php in root folder, not in public, and nginx set path to public

  • @BorisPZ
    @BorisPZ 2 หลายเดือนก่อน

    Very useful video. I would recommend you to notify user that video is downloading while job works and after job was done send client success message.

  • @alleneben5715
    @alleneben5715 3 หลายเดือนก่อน

    Why did you skip some steps.

    • @hanieasemi
      @hanieasemi 3 หลายเดือนก่อน

      What steps would you like to explain? I can make another video.

    • @alleneben5715
      @alleneben5715 3 หลายเดือนก่อน

      @@hanieasemi I did not see the php and laravel setup in the video

  • @kinvain
    @kinvain 3 หลายเดือนก่อน

    Sorry for the off topic. The dark theme could be your personal choice. But the light is way better for steaming videos.

  • @kevinmc24
    @kevinmc24 3 หลายเดือนก่อน

    link de la empresa pa postular xd

  • @kevinmc24
    @kevinmc24 4 หลายเดือนก่อน

    🤩🤩🤩🤩🤩🤩

  • @Omeostatica
    @Omeostatica 5 หลายเดือนก่อน

    Why don't you use the same base of code for all microservices?

  • @ariamustofa
    @ariamustofa 5 หลายเดือนก่อน

    Nice @hanieasemi

  • @ariamustofa
    @ariamustofa 5 หลายเดือนก่อน

    awesome 😺

  • @kevinmc24
    @kevinmc24 5 หลายเดือนก่อน

    repo ?

  • @тв788о-л9ы
    @тв788о-л9ы 5 หลายเดือนก่อน

    Hello, Honey! you can try how to use Docker, Laravel and RabbitMQ and find a job for this QUEUE_CONNECTION=rabbitmq. I tried to connect it through docker no, the connection to the [rabbitmq] queue is not configured. Select QUEUE_CONNECTION=database or QUEUE_CONNECTION=it's ok. Thank you very much in advance

  • @Моргенштерн-о4ь
    @Моргенштерн-о4ь 5 หลายเดือนก่อน

    быстро работает)

  • @amir_p_dev
    @amir_p_dev 5 หลายเดือนก่อน

    Cool!😀

  • @biniamin2341
    @biniamin2341 5 หลายเดือนก่อน

    Its a mind blowing tutorial.

  • @aysegulbulut40
    @aysegulbulut40 6 หลายเดือนก่อน

    Hello, you did not create a docker file, I am getting an error about this. I will use mysql, when I followed your steps, the container was not created, can you help me?

    • @hanieasemi
      @hanieasemi 6 หลายเดือนก่อน

      Hi, did you check the GitHub repo? You can find the Dockerfile here: github.com/hanieas/Docker-Laravel Let me know if you have any problem

  • @emmamfinanga2307
    @emmamfinanga2307 7 หลายเดือนก่อน

    Do you MS which communicate with API request instead RabbitMq in laravel ?

  • @magosimediahub1503
    @magosimediahub1503 7 หลายเดือนก่อน

    where can i find the git repo link

    • @hanieasemi
      @hanieasemi 7 หลายเดือนก่อน

      Unfortunately, this video has not Git repo.

    • @magosimediahub1503
      @magosimediahub1503 6 หลายเดือนก่อน

      @@hanieasemi okay thanks managed on what was giving me the issue

  • @murilolivorato1489
    @murilolivorato1489 7 หลายเดือนก่อน

    very nice

  • @ebrahem-dev
    @ebrahem-dev 7 หลายเดือนก่อน

    your video is incomplete!

    • @hanieasemi
      @hanieasemi 7 หลายเดือนก่อน

      What can I do to complete the video?

  • @bartukocakara7794
    @bartukocakara7794 7 หลายเดือนก่อน

    Great job !

  • @jeannep8378
    @jeannep8378 7 หลายเดือนก่อน

    does this still work today?

    • @hanieasemi
      @hanieasemi 7 หลายเดือนก่อน

      Yeah!

  • @KasunPrabath-ye8ug
    @KasunPrabath-ye8ug 8 หลายเดือนก่อน

    Thanks for your valuble lessions Hanie

    • @hanieasemi
      @hanieasemi 7 หลายเดือนก่อน

      Thanks for watching!

  • @skygnd
    @skygnd 8 หลายเดือนก่อน

    Thanks Hanie, thanks to your tutorial series I have a good understanding of the concept of microservice communication in Laravel.

  • @ariog.iswahyudi5243
    @ariog.iswahyudi5243 8 หลายเดือนก่อน

    did you have installed php & composer natively alongside docker ? it's look laravel has running well before binding to docker volume

    • @hanieasemi
      @hanieasemi 8 หลายเดือนก่อน

      Sorry I didn't get your question. Could you please explain it more?

  • @eugenelviv7490
    @eugenelviv7490 8 หลายเดือนก่อน

    Hello. Thank you for this videos. As I understood, microservice can send request throw RabbitMq, but I will not have responce, do I right? RabbitMq can send data, second service works with this data, but first service can't get responce back? Throw events only in one way, without responce? How can I get responce, should I use Http request direclty from first to second service?

    • @hanieasemi
      @hanieasemi 7 หลายเดือนก่อน

      Check this link it may help you: www.rabbitmq.com/tutorials

  • @ManhNguyen-ik8kl
    @ManhNguyen-ik8kl 8 หลายเดือนก่อน

    thanks :D. Please make more videos about this topics

    • @hanieasemi
      @hanieasemi 7 หลายเดือนก่อน

      Thanks for watching! Could you please tell me which topics are you more interested?

  • @seyranselimov6694
    @seyranselimov6694 9 หลายเดือนก่อน

    Could you create video about install supervisor to docker?

    • @hanieasemi
      @hanieasemi 9 หลายเดือนก่อน

      Thanks for watching, Sure I'll consider it.

  • @fabiobetancourt5662
    @fabiobetancourt5662 9 หลายเดือนก่อน

    Your videos save me, thank you so much for sharing your knowledge with us.

    • @hanieasemi
      @hanieasemi 7 หลายเดือนก่อน

      Glad to help

  • @isururanawaka5839
    @isururanawaka5839 9 หลายเดือนก่อน

    Been searching for a good tutorial. thanks for this.

    • @hanieasemi
      @hanieasemi 7 หลายเดือนก่อน

      Glad you liked it

  • @aleksandarsavanovic4746
    @aleksandarsavanovic4746 10 หลายเดือนก่อน

    Thank you, but can you please tell us how can we dockerize apps thath are cloned from git , we need to do composer install, i was unabel to do thath true docker for my laravel 5.8 app thath is using composer v1?

    • @hanieasemi
      @hanieasemi 7 หลายเดือนก่อน

      It doesn't matter where did you get the project. You can create a docker-compose file and a Dockerfile which you can define php version in this file.

  • @bboydarknesz
    @bboydarknesz 10 หลายเดือนก่อน

    Great! Make it more advanced.. like pausing, delete a job, horizon, etc

    • @maxralph01
      @maxralph01 7 หลายเดือนก่อน

      Easy, bro. Not many ladies code. She's doing great!

    • @hanieasemi
      @hanieasemi 7 หลายเดือนก่อน

      Thanks for the tip!

  • @artemunix5223
    @artemunix5223 10 หลายเดือนก่อน

    show how to make microservices through a laravel passport

  • @rootraiz8108
    @rootraiz8108 10 หลายเดือนก่อน

    Hi,keep it up,thanks to share.you can't stop

    • @hanieasemi
      @hanieasemi 7 หลายเดือนก่อน

      Thank you, I will

  • @midgardresident
    @midgardresident 11 หลายเดือนก่อน

    Hello from Russia. Hope your channel will grow. Good luck!

    • @hanieasemi
      @hanieasemi 7 หลายเดือนก่อน

      Hey, thanks!

  • @midgardresident
    @midgardresident 11 หลายเดือนก่อน

    very good, keep going

    • @hanieasemi
      @hanieasemi 7 หลายเดือนก่อน

      Thanks a lot!

  • @imranlashari6578
    @imranlashari6578 11 หลายเดือนก่อน

    why ngnix?

    • @hanieasemi
      @hanieasemi 7 หลายเดือนก่อน

      Why not?

  • @mithunhalder8803
    @mithunhalder8803 11 หลายเดือนก่อน

    Could you please share code

    • @hanieasemi
      @hanieasemi 7 หลายเดือนก่อน

      Unfortunately, this doesn't have GitHub repo. Could you create a repository for this video? We can work on it.

  • @bhanukaanjana1963
    @bhanukaanjana1963 11 หลายเดือนก่อน

    ❤❤❤

  • @idinhabibi3189
    @idinhabibi3189 11 หลายเดือนก่อน

    perfect👍

    • @hanieasemi
      @hanieasemi 11 หลายเดือนก่อน

      Thanks for watching!

  • @amir_p_dev
    @amir_p_dev 11 หลายเดือนก่อน

    Great video! 🎉

    • @hanieasemi
      @hanieasemi 11 หลายเดือนก่อน

      Glad you liked it!!

  • @GergelyCsermely
    @GergelyCsermely 11 หลายเดือนก่อน

    Thanks

    • @hanieasemi
      @hanieasemi 11 หลายเดือนก่อน

      Thanks for watching!

  • @nhanoan5461
    @nhanoan5461 ปีที่แล้ว

    this tutorial missing the create Dockerfile in folder php step

    • @hanieasemi
      @hanieasemi 7 หลายเดือนก่อน

      This file can be changed based on your needs, so I prefer not to talk about more details and finish the tutorial in a reasonable time