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
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.
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!
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
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!
00:10:32 Creating the Dockerfile (backend) 00:22:00 Defining the command to run 00:23:37 Creating env variables and arguments 00:29:51 Building the docker image 01:14:17 CI/CD overview
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!
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! 🥰😀😀
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.
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'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 .
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
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 👏
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?
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 .
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.
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
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?
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.
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.
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 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, 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!
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 sir, after containerizing the frontend, if i make any request for like authentication or register it give me errors of 405 not allowed how to solve this
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?
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?
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?
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.
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
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
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
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.
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!
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.
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!
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
00:10:32 Creating the Dockerfile (backend)
00:22:00 Defining the command to run
00:23:37 Creating env variables and arguments
00:29:51 Building the docker image
01:14:17 CI/CD overview
This channel is the best I've seen so far for java and spring boot technologies.
I appreciate that!
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!
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!
Awesome content, Ali! 🙌 Always super helpful and high quality content. Keep up the great work, man! 👍🔥
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! 🥰😀😀
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!
this is what i am looking for Bouali Ali.
Glad you liked it!
Clear, simple and easy to follow. The best Docker CI/CD tutorial. Thank you Bouali Ali🔥🔥🔥you have gained a follower.
Thank you for everything you are teaching Ali.
My pleasure!
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!
Amazing courses! Ali mashalah 3lik 👏🏼 +1
Thanks so much, for these videos. Simply the best!!!
As always, excellent course, a lot of knowledge to process, it's great. Thank you very much for sharing dear Ali (+1).
i call him Professor Bouali. Love from Ghana
Thank you so much!
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!
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 @BoualiAli, will we have a video about configuring our own VPS? I would like to have it.
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!
Thankyou Sir, for all these videos! Your videos are "GOLD STANDARD"
Glad you like them!
such nice videos ali! thank so so much!
+1 🔥
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
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!
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 .
Excellent explanation as always +1, شكرا من القلب ❤
my pleasure
Très intéressant merci pour le cours
As always, the best 🎉
Thank you! 😃
Eagerly waiting for your next video 🤗🤗
Very soon
Can you explain flyway migration in your upcoming video micro service architecture
Amazing tutorial!! Keep up the good work :))
Thanks, will do!
أحبك في الله 🤍
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
From INDIA ❤
Personal checkpoint control: 02:33:44 (Done)
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
Keep em coming cuz
Most welcome
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?
+1 What a great tutorial! Good job!
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
Thank you Ali! 👍
My pleasure
Very nice ..simple and perfect
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
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 this grate tutorial god bless you we want the tutorial to VPS configuration
Ok coming soon
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
thank you man this is beyond amaizing.
Glad you like it!
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.
thank you, keep going 💖💖💖💖💖💖
Thanks for video lesson!
my pleasure
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?
mezelt 0 ama nchalah nkamalha nwali +1, Alibou the best
I'm waiting for the next video
Great content !
thank you sir!! from sri lanka ☺☺
You're most welcome
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!
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
Why we haven't used maven to build docker images for backend without creating docker file.
Would it not be better to have 2 separated Docker Compose files ?
Questions> It's recommendable run docker-compose for production? i understand as bad practice. Run independent front and back
Better use k8s
thanks a lot Alii
Most welcome
I was wondering will you do the Kubernetes in this project?
yes
Also please make dedicated video on setting up vps with our own old laptop. Really appreciate.
I like your videos, thanks a lot
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
Hello sir, after containerizing the frontend, if i make any request for like authentication or register it give me errors of 405 not allowed how to solve this
Hello Bouali, please teach us how to implement caching in Spring Boot
Soon
Thank you!! Can you do kubernates tutorial? Also you can start java/spring interview Q/A playlist maybe?
Thanks for the idea!
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?
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
I dont have own server to follow the deployment step. Can you show the way to create the own one.?
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
el 3ALAMIA TOUNEDI ✨✨❤❤
3ayech khouya l behi
Thank You Sir ❤
Most welcome
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?
i want to see how u set up your own vps. Thanks
Will do soon
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
waiting for next video keycloak integration 🙌🙌🙌🙌🙌🙌🙌🙌🙌
Soon
Thank you !!!
my pleasure
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
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
can you show us how to use proxmox in a detailed video
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 😊 🙏
Thank you so much
my pleasure
In which cloud provider you deployed the code?
I created my own vps and deployed my application there
Thank you
You're welcome
how we create own home server? Can you take a video about it
Great tutorial....
BTW, Where do you come from? From what country?
thanks
From Tunisia 🇹🇳
what about grafana elastic search ?
Good idea
thx man
Love from India ❤,
Need a tutorial to implement video call using web RTC spring boot, like this who want to video call tutorial!
Noted