- 11
- 71 530
Hanie Asemi
Canada
เข้าร่วมเมื่อ 14 ก.พ. 2017
Welcome to my channel! The ultimate destination for programming enthusiasts! Whether you're a beginner or an experienced coder, our channel has something for everyone.
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
#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...
Great tutorial. Well done.
Wow! This tutorial is brief and highly informative. Well done.
greate tutorial keep up
Thanks, it was great
Would someone share the code? Thanks in advance.
Very clear videos on subject. Thank you!
Thank you! Many theoretical techniques became much more clear to me from your example.
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!
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
@@hanieasemi thanks you, other thing, I have index.php in root folder, not in public, and nginx set path to public
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.
Why did you skip some steps.
What steps would you like to explain? I can make another video.
@@hanieasemi I did not see the php and laravel setup in the video
Sorry for the off topic. The dark theme could be your personal choice. But the light is way better for steaming videos.
link de la empresa pa postular xd
🤩🤩🤩🤩🤩🤩
Why don't you use the same base of code for all microservices?
Nice @hanieasemi
awesome 😺
repo ?
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
быстро работает)
Cool!😀
Its a mind blowing tutorial.
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?
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
Do you MS which communicate with API request instead RabbitMq in laravel ?
where can i find the git repo link
Unfortunately, this video has not Git repo.
@@hanieasemi okay thanks managed on what was giving me the issue
very nice
your video is incomplete!
What can I do to complete the video?
Great job !
does this still work today?
Yeah!
Thanks for your valuble lessions Hanie
Thanks for watching!
Thanks Hanie, thanks to your tutorial series I have a good understanding of the concept of microservice communication in Laravel.
did you have installed php & composer natively alongside docker ? it's look laravel has running well before binding to docker volume
Sorry I didn't get your question. Could you please explain it more?
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?
Check this link it may help you: www.rabbitmq.com/tutorials
thanks :D. Please make more videos about this topics
Thanks for watching! Could you please tell me which topics are you more interested?
Could you create video about install supervisor to docker?
Thanks for watching, Sure I'll consider it.
Your videos save me, thank you so much for sharing your knowledge with us.
Glad to help
Been searching for a good tutorial. thanks for this.
Glad you liked it
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?
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.
Great! Make it more advanced.. like pausing, delete a job, horizon, etc
Easy, bro. Not many ladies code. She's doing great!
Thanks for the tip!
show how to make microservices through a laravel passport
Hi,keep it up,thanks to share.you can't stop
Thank you, I will
Hello from Russia. Hope your channel will grow. Good luck!
Hey, thanks!
very good, keep going
Thanks a lot!
why ngnix?
Why not?
Could you please share code
Unfortunately, this doesn't have GitHub repo. Could you create a repository for this video? We can work on it.
❤❤❤
perfect👍
Thanks for watching!
Great video! 🎉
Glad you liked it!!
Thanks
Thanks for watching!
this tutorial missing the create Dockerfile in folder php step
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