Hanie Asemi
Hanie Asemi
  • 11
  • 70 802
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 🎥 ▬▬▬▬▬▬
ua-cam.com/video/6ANYowpB910/v-deo.html
Переглядів: 3 257

Відео

Elasticsearch + Kibana + Docker with Example
Переглядів 1,2 тис.Рік тому
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,3 тис.Рік тому
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
Переглядів 9 тис.Рік тому
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
Переглядів 694Рік тому
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: ua-cam.com/video/6ANYowpB910/v-deo.html GitHub Repository: github.com/hanieas/D...
Implement Laravel with Docker and PostgreSQL as database
Переглядів 9 тис.2 роки тому
In the previous video: ua-cam.com/video/6ANYowpB910/v-deo.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 c...
Install and Set Up Laravel with Docker Compose
Переглядів 40 тис.2 роки тому
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
Переглядів 5842 роки тому
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,4 тис.2 роки тому
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...

КОМЕНТАРІ

  • @MohmedAhmed-gt2vk
    @MohmedAhmed-gt2vk 17 днів тому

    greate tutorial keep up

  • @MohammadSalehnia
    @MohammadSalehnia Місяць тому

    Thanks, it was great

  • @neletasic
    @neletasic Місяць тому

    Would someone share the code? Thanks in advance.

  • @anastasiasomeone5325
    @anastasiasomeone5325 Місяць тому

    Very clear videos on subject. Thank you!

  • @anastasiasomeone5325
    @anastasiasomeone5325 Місяць тому

    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 4 місяці тому

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

  • @ariamustofa
    @ariamustofa 4 місяці тому

    Nice @hanieasemi

  • @ariamustofa
    @ariamustofa 4 місяці тому

    awesome 😺

  • @kevinmc24
    @kevinmc24 4 місяці тому

    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 5 місяців тому

    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 5 місяців тому

      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 6 місяців тому

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

  • @magosimediahub1503
    @magosimediahub1503 6 місяців тому

    where can i find the git repo link

    • @hanieasemi
      @hanieasemi 6 місяців тому

      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 6 місяців тому

      What can I do to complete the video?

  • @bartukocakara7794
    @bartukocakara7794 7 місяців тому

    Great job !

  • @jeannep8378
    @jeannep8378 7 місяців тому

    does this still work today?

  • @KasunPrabath-ye8ug
    @KasunPrabath-ye8ug 7 місяців тому

    Thanks for your valuble lessions Hanie

    • @hanieasemi
      @hanieasemi 6 місяців тому

      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 7 місяців тому

      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 6 місяців тому

      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 6 місяців тому

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

  • @seyranselimov6694
    @seyranselimov6694 8 місяців тому

    Could you create video about install supervisor to docker?

    • @hanieasemi
      @hanieasemi 8 місяців тому

      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.

  • @isururanawaka5839
    @isururanawaka5839 9 місяців тому

    Been searching for a good tutorial. thanks for this.

    • @hanieasemi
      @hanieasemi 6 місяців тому

      Glad you liked it

  • @aleksandarsavanovic4746
    @aleksandarsavanovic4746 9 місяців тому

    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 6 місяців тому

      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 6 місяців тому

      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 6 місяців тому

      Thank you, I will

  • @midgardresident
    @midgardresident 10 місяців тому

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

  • @midgardresident
    @midgardresident 10 місяців тому

    very good, keep going

  • @imranlashari6578
    @imranlashari6578 10 місяців тому

    why ngnix?

  • @mithunhalder8803
    @mithunhalder8803 10 місяців тому

    Could you please share code

    • @hanieasemi
      @hanieasemi 6 місяців тому

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

  • @bhanukaanjana1963
    @bhanukaanjana1963 10 місяців тому

    ❤❤❤

  • @idinhabibi3189
    @idinhabibi3189 10 місяців тому

    perfect👍

    • @hanieasemi
      @hanieasemi 10 місяців тому

      Thanks for watching!

  • @amir_p_dev
    @amir_p_dev 11 місяців тому

    Great video! 🎉

    • @hanieasemi
      @hanieasemi 10 місяців тому

      Glad you liked it!!

  • @GergelyCsermely
    @GergelyCsermely 11 місяців тому

    Thanks

    • @hanieasemi
      @hanieasemi 11 місяців тому

      Thanks for watching!

  • @nhanoan5461
    @nhanoan5461 11 місяців тому

    this tutorial missing the create Dockerfile in folder php step

    • @hanieasemi
      @hanieasemi 6 місяців тому

      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

  • @AftabAhmedMinhas
    @AftabAhmedMinhas Рік тому

    I am getting error "validating D:\wamp64\www\docker\docker-compose.yml: services.app must be a mapping". I am following the video and app: is empty.. do i need to add image and container_name in it ?

  • @CarlosEduardo-oo4tf
    @CarlosEduardo-oo4tf Рік тому

    only bad thing in your video is the part where you skipped the dockerfile shit