Amazing tutorial Ali.. a simple important remark guys if you face the 405 not allowed response just after sending http requests from the Angular app : in the tutorial the port number of the backend server has changerd from 8080 to 8088 consider changing it in the OpenApiConfig class, as well as generating a new specification and front services before creating any image.. because the old services will initiate http requests that target the port 8080 which is no longer used.
I have multiple accounts in multiple learning platforms (coursera, udemy) I can say this channel is better than everything that I saw in those platforms regarding java and spring boot , keep it up Ali and thank you so much
@ali bou sir , could you please prepare a video explaining how to build angular 17 application ,its dist folder is generating browser and server folders ,confused how to set correct path
I kinda don't have enough words to express my gratitude Ali 101% you'll never find a channel on the entire TH-cam the do this and FOR FREE. 👏🏼👏🏼👏🏼 SUPER WELL DONE Only the Almighty will reward you
Thank you for everything you are teaching Ali. And yes, a dedicated video on how to configure an old computer to be a server would be highly appreciated!
Hi Ali, The way you explain the cencepts and educate the novoice is amazing. No words to appriciate your kind and selfless job. Could you share me the video of setting up the own VPS please?
Thank you so much for providing this useful knowledge. I just got a job after spending about a year learning how to code on my own. All the free resources like this are always invaluable. Please keep doing wonderful things like this. Thanks! 🥰😀😀
This contennt is great. There are many tutorials which demonstrate docker, but nothing like this which shows how to actually write the files line by line. Thanks for the great content sir. Eagerly waiting for the VPS video too!
langlais n9iya hahah this tutorial is amazing! You explained everything so clearly and made even the complex parts easy to understand. I’ve learned so much from this video. Keep up the great work, and I’m looking forward to more tutorials from you!
This channel along with Tech with Nana, ByteByteGo, Java Tehie, and you guys as the creators, considering the topics you're covering, are the most valuable persons on the YT...
Bouali please do an eCommerce full application like this you are the only best teacher we have in the Java World on TH-cam may Allah bless you brother big respect for you.
I'm really happy about this content brother i like the way that you are talking, as a real software engineer that share every single step as one of the commenters said that your content doesn't exist in even the biggest educational platforms , and the best part that i like a lot that the starting from the ashes witch means the understanding of the requirement and so building the UML modeling and then start coding, that's what make a real software engineer not writing code but understand the client requirement , if there is a word that i can said to you is asking ALLAH to give you what you want and guild you for the better and Thank you brother .
Thank you very much @BoualiAli for always taking you time to explain java and springboot concepts. I'm interested in learning how to version springboot API and deprecation notification/management. I'd really appreciate if you create a video on this 👏
Salam alaikom, first of all I would like to express my gratitude towards your work, it's really amazing to see such a great work like this. So my request is if you can create a wonderful dedicated video for building a personal VPS using an old computer or laptop (like my case) as you mentioned in the video, this is going to be very useful and helpful, Thank you once more again Ssi Ali .
Really i am very impressed with you and your contents really amazing i have 3 years of Experience in Java Microservices but I love your video and i always taking reference from your code
Great video, thank you for sharing your knowledge with us, i am interested in deploying my full stack application locally using my laptop, and it would be helpful if you make a video showing us how to do it.
Thanks for the awesome tutorial and Thanks for your contribution to the overall success of other junior developers, So I wanted to request you to create a separate short tutoria on how to create the local VPS like having like a linux computer server and want to configure it and host the project. Thank you.
Hi Ali, I do have older laptaps, Dell, Panasonic and I would like to convert one of them to vps, can you pls do a demo video on that as you mentioned in this video, appreciate thanks a lot for such a wonderful videos in a simple way
Merci Ali, une fois de plus pourla qualité apportée par ta vidéo, it so much interesting . Please can yousend video about how to "how to manage the versionning of your application, we will be so happy to receive it to you , thanks so much.
Hi Ali, greetings from Thailand! I've just subscribed to your channel, and I must say, your content is fantastic. I'm eagerly looking forward to seeing how you set up a virtual machine on your local environment.
Thank you so much Ali I love all your course! Please prepare course on how to configure VPS using the computer in my home. Also how to use Keycloak for multitenant microservice SaaS please?
Thank you for everything Ali, I appreciate the high quality of content you provide in this course, can we follow the same steps to deploy in the cloud such AWS?
Thanks alot with all the content. You are a great teacher.. just one question, is there any change that you can teach us how to deploy this app to Azure?
Hello ali and congrats for the impressive content you create. I would like you make a video about microservices communication rabbitmq or anything message broker you preffer and more specifically about security. How we can secure each microservice if we implement at api gateway centralized security measures?
Brilliant content Ali 👌. My only question is how are apps like this shipped to production without docker ? It would be nice to see how things were done before docker inorder to fully appreciate it. Also I'm interested in turning an old laptop into a server. But Can this also be done on a laptop I use regularly let's say I run it on a vm ? Apologies for all the questions 😅. I just like how in depth you explain concepts. Thanks in advance.
Great work buddy. I have 2 questions : 1- Is it the same if I have several microservices ? every microservice including apiGateway and discovery service must have their own dockerfile to be dockerized and to be pushed to docker hub ? 2- Do you know JIB created by google that handles all steps of packaging your application into a container image. You don't need to know best practices for creating Dockerfiles or have Docker installed?
thank you. 1- I would recommend 2- I know JIB, in this tutorial I wanted to showcase how to use docker to build a project from scratch. JIB also is a good option
The best tutorial.I dont understand why did you so create docker file.I was watch the your docker video. You used the openjdk for built dockerfile.But you use maven for built docker file in here.Can you explain me do this?
Thanks for the video, im still watching, yet already have a question - why are you copying full source code to image and not copying already built jar? Pros/cons?
An AWS pipeline would’ve been nice with vulnerability scanning and other goodies. AWS CDK would’ve been a good opportunity to teach both. It could actually be its own mini-series for a CICD pipeline through the various providers
i like the idea of migrate from manual implementation of JWT to Keyclock but if you don't mind i want to understand keyclock and how to use it in production and thank you
Hello Ali, thanks for this video, I'm facing with an issue, when I try to containerize Angular app and I run my docker compose, I always see and welcome to nginx page, do you know how to solve it? Thanks in advance!
Amazing tutorial Ali..
a simple important remark guys if you face the 405 not allowed response just after sending http requests from the Angular app :
in the tutorial the port number of the backend server has changerd from 8080 to 8088 consider changing it in the OpenApiConfig class, as well as generating a new specification and front services before creating any image.. because the old services will initiate http requests that target the port 8080 which is no longer used.
I have multiple accounts in multiple learning platforms (coursera, udemy) I can say this channel is better than everything that I saw in those platforms regarding java and spring boot , keep it up Ali and thank you so much
Wow, thanks!
@@BoualiAli this is true.
I totally agree
agreed
@ali bou sir , could you please prepare a video explaining how to build angular 17 application ,its dist folder is generating browser and server folders ,confused how to set correct path
I kinda don't have enough words to express my gratitude Ali
101% you'll never find a channel on the entire TH-cam the do this and FOR FREE.
👏🏼👏🏼👏🏼 SUPER WELL DONE
Only the Almighty will reward you
Most welcome
Yes! same to me all i can say is thank you thank you so much may god bless you and make things easier for you.
Thank you for everything you are teaching Ali. And yes, a dedicated video on how to configure an old computer to be a server would be highly appreciated!
It took me 12 days till the first day of this project. But this is worth it. Thanks a lot for providing such content for free.
Keep it up
Hi Ali, The way you explain the cencepts and educate the novoice is amazing. No words to appriciate your kind and selfless job. Could you share me the video of setting up the own VPS please?
This channel is the best I've seen so far for java and spring boot technologies.
I appreciate that!
Thank you so much for providing this useful knowledge. I just got a job after spending about a year learning how to code on my own. All the free resources like this are always invaluable. Please keep doing wonderful things like this. Thanks! 🥰😀😀
He is my favorite tutor he is teaching
with so much passion. i can't help but to recommend you. Thanks for all you do.
I appreciate that!
This contennt is great. There are many tutorials which demonstrate docker, but nothing like this which shows how to actually write the files line by line. Thanks for the great content sir.
Eagerly waiting for the VPS video too!
Glad it was helpful!
langlais n9iya hahah this tutorial is amazing! You explained everything so clearly and made even the complex parts easy to understand. I’ve learned so much from this video. Keep up the great work, and I’m looking forward to more tutorials from you!
Très intéressant merci pour le cours
Thank you for everything you are teaching Ali.
My pleasure!
Clear, simple and easy to follow. The best Docker CI/CD tutorial. Thank you Bouali Ali🔥🔥🔥you have gained a follower.
Thanks so much, for these videos. Simply the best!!!
Awesome content, Ali! 🙌 Always super helpful and high quality content. Keep up the great work, man! 👍🔥
this is what i am looking for Bouali Ali.
Glad you liked it!
i call him Professor Bouali. Love from Ghana
Thank you so much!
أحبك في الله 🤍
This channel along with Tech with Nana, ByteByteGo, Java Tehie, and you guys as the creators, considering the topics you're covering,
are the most valuable persons on the YT...
I really appreciate that!
Bouali please do an eCommerce full application like this you are the only best teacher we have in the Java World on TH-cam may Allah bless you brother big respect for you.
Good idea
Amazing courses! Ali mashalah 3lik 👏🏼 +1
I'm really happy about this content brother i like the way that you are talking, as a real software engineer that share every single step as one of the commenters said that your content doesn't exist in even the biggest educational platforms , and the best part that i like a lot that the starting from the ashes witch means the understanding of the requirement and so building the UML modeling and then start coding, that's what make a real software engineer not writing code but understand the client requirement , if there is a word that i can said to you is asking ALLAH to give you what you want and guild you for the better and Thank you brother .
I appreciate that!
Hi Ali, I would like that you Record a vídeo creating your own VPS.
Will do soon
@@BoualiAli Is this video available now in your account
Thank you very much @BoualiAli for always taking you time to explain java and springboot concepts. I'm interested in learning how to version springboot API and deprecation notification/management. I'd really appreciate if you create a video on this 👏
Great suggestion!
Thank Ali for this usefull course
Hi @BoualiAli, will we have a video about configuring our own VPS? I would like to have it.
From INDIA ❤
Thank you teacher ! You are the best !!! That's clear !!!! But I am exciting to khow all about keycloak ! We are waiting for you !!! We need it
Very soon!
Salam alaikom, first of all I would like to express my gratitude towards your work, it's really amazing to see such a great work like this.
So my request is if you can create a wonderful dedicated video for building a personal VPS using an old computer or laptop (like my case) as you mentioned in the video, this is going to be very useful and helpful, Thank you once more again Ssi Ali .
Really i am very impressed with you and your contents really amazing i have 3 years of Experience in Java Microservices but I love your video and i always taking reference from your code
Great to hear!
As always, excellent course, a lot of knowledge to process, it's great. Thank you very much for sharing dear Ali (+1).
Great video, thank you for sharing your knowledge with us, i am interested in deploying my full stack application locally using my laptop, and it would be helpful if you make a video showing us how to do it.
Glad it was helpful!
Thanks for the awesome tutorial and Thanks for your contribution to the overall success of other junior developers, So I wanted to request you to create a separate short tutoria on how to create the local VPS like having like a linux computer server and want to configure it and host the project.
Thank you.
You're very welcome!
I will provide a video about that
Hi Ali, I do have older laptaps, Dell, Panasonic and I would like to convert one of them to vps, can you pls do a demo video on that as you mentioned in this video, appreciate thanks a lot for such a wonderful videos in a simple way
Merci Ali, une fois de plus pourla qualité apportée par ta vidéo, it so much interesting . Please can yousend video about how to "how to manage the versionning of your application, we will be so happy to receive it to you , thanks so much.
Noted
Personal checkpoint control: 02:33:44 (Done)
Thankyou Sir, for all these videos! Your videos are "GOLD STANDARD"
Glad you like them!
such nice videos ali! thank so so much!
+1 🔥
Very nice ..simple and perfect
Hi Ali, greetings from Thailand! I've just subscribed to your channel, and I must say, your content is fantastic. I'm eagerly looking forward to seeing how you set up a virtual machine on your local environment.
Awesome! Thank you!
Amazing tutorial!! Keep up the good work :))
Thanks, will do!
mezelt 0 ama nchalah nkamalha nwali +1, Alibou the best
Excellent explanation as always +1, شكرا من القلب ❤
my pleasure
Eagerly waiting for your next video 🤗🤗
Very soon
Can you explain flyway migration in your upcoming video micro service architecture
Thanks for this grate tutorial god bless you we want the tutorial to VPS configuration
Ok coming soon
Thank you so much Ali I love all your course! Please prepare course on how to configure VPS using the computer in my home. Also how to use Keycloak for multitenant microservice SaaS please?
Will do!
I'm waiting for the next video
Also please make dedicated video on setting up vps with our own old laptop. Really appreciate.
Excellent explication and course ❤
Glad you liked it!
Can't wait for the next video 😁😁😁
Working on it
Thank you for everything Ali, I appreciate the high quality of content you provide in this course, can we follow the same steps to deploy in the cloud such AWS?
As always, the best 🎉
Thank you! 😃
thank you, keep going 💖💖💖💖💖💖
Thank you ali your are the best !!
please provide us with a video how to create our local server with old pc
Great content! I watch everything with interest. Can you make a video in which you show how to setup proxmox and how to use it.
Thanks alot with all the content. You are a great teacher.. just one question, is there any change that you can teach us how to deploy this app to Azure?
+1 What a great tutorial! Good job!
Thank you!! Can you do kubernates tutorial? Also you can start java/spring interview Q/A playlist maybe?
Thanks for the idea!
thank you man this is beyond amaizing.
Glad you like it!
Hello ali and congrats for the impressive content you create. I would like you make a video about microservices communication rabbitmq or anything message broker you preffer and more specifically about security. How we can secure each microservice if we implement at api gateway centralized security measures?
working on it already
Thank you Ali! 👍
My pleasure
thank you sir!! from sri lanka ☺☺
You're most welcome
Thank you for share your knowledge with us.
my pleasure
thank you very much, this video is what I'am looking for
Glad it was helpful!
yeah, and please do the video for setting the own home server
Hello Bouali, please teach us how to implement caching in Spring Boot
Soon
Greetings from France, you're excellent !! I just sadly didn't found your video/course about setting up a VPS from old laptop :(
No worries!
Soon I will create it
Brilliant content Ali 👌.
My only question is how are apps like this shipped to production without docker ?
It would be nice to see how things were done before docker inorder to fully appreciate it.
Also I'm interested in turning an old laptop into a server.
But Can this also be done on a laptop I use regularly let's say I run it on a vm ?
Apologies for all the questions 😅.
I just like how in depth you explain concepts.
Thanks in advance.
thank you.
But docker is already there !!
2:33:00 +1 @@BoualiAli
Another question how would Jenkins fit in this solution?
Questions> It's recommendable run docker-compose for production? i understand as bad practice. Run independent front and back
Better use k8s
Great content !
waiting for next video keycloak integration 🙌🙌🙌🙌🙌🙌🙌🙌🙌
Soon
Thanks for video lesson!
my pleasure
Great work buddy.
I have 2 questions :
1- Is it the same if I have several microservices ? every microservice including apiGateway and discovery service must have their own dockerfile to be dockerized and to be pushed to docker hub ?
2- Do you know JIB created by google that handles all steps of packaging your application into a container image. You don't need to know best practices for creating Dockerfiles or have Docker installed?
thank you.
1- I would recommend
2- I know JIB, in this tutorial I wanted to showcase how to use docker to build a project from scratch.
JIB also is a good option
The best tutorial.I dont understand why did you so create docker file.I was watch the your docker video. You used the openjdk for built dockerfile.But you use maven for built docker file in here.Can you explain me do this?
Thanks for the video, im still watching, yet already have a question - why are you copying full source code to image and not copying already built jar? Pros/cons?
to copy only the built jar you need to build the project locally first. which we don't want to do since everything should automated
@@BoualiAli thank you
Awesome content. keep it up Ali bro.... i have one question why didn't you used AWS or AZURE here for deployment ?
An AWS pipeline would’ve been nice with vulnerability scanning and other goodies. AWS CDK would’ve been a good opportunity to teach both. It could actually be its own mini-series for a CICD pipeline through the various providers
Exact :D
I will cover that soon
Love from India ❤,
Need a tutorial to implement video call using web RTC spring boot, like this who want to video call tutorial!
Noted
Sir, make a swagger video based on microservices via gateway. So we can get all microservices documentation in one place.
As soon as possible
@@BoualiAli Eagerly waiting… Thanks 😊 🙏
i like the idea of migrate from manual implementation of JWT to Keyclock but if you don't mind i want to understand keyclock and how to use it in production and thank you
sure
el 3ALAMIA TOUNEDI ✨✨❤❤
3ayech khouya l behi
I like your videos, thanks a lot
thanks a lot Alii
Most welcome
Great tutorial....
BTW, Where do you come from? From what country?
thanks
From Tunisia 🇹🇳
Thank You Sir ❤
Most welcome
please can u make a video of how to integrate or deploy a machine leanring model in a spring boot angular project
I need to learn machine learning first. lol
i want to see how u set up your own vps. Thanks
Will do soon
Thank you
You're welcome
Kindly make video for make sever using laptop
Will do it soon
I was wondering will you do the Kubernetes in this project?
yes
Keep em coming cuz
Most welcome
can you show us how to use proxmox in a detailed video
Thank you so much
my pleasure
Hello Ali, thanks for this video, I'm facing with an issue, when I try to containerize Angular app and I run my docker compose, I always see and welcome to nginx page, do you know how to solve it? Thanks in advance!
Why we haven't used maven to build docker images for backend without creating docker file.
Thank you !!!
my pleasure
Would it not be better to have 2 separated Docker Compose files ?
thx man
how we create own home server? Can you take a video about it
sir please make video on APISIX
I dont have own server to follow the deployment step. Can you show the way to create the own one.?