Wonderful presentation. Thanks for all the hard work you put into the video. As a software engineer, I know how challenging you had to go through to make sure everybody can understand this content. Love your channel and videos. Keep up the hard work. Don't give up no matter what. You are amazing.
Dear Zander I am planning to create a Food, Beverage and Material system for our hotel. and I want to create it using Django. Is it possible to create it using Django and sql server? or do you have recommendation for me? many thanks.
Sounds like a good use case for django. Don't spend any time thinking about sql server or Postgres, either one will be fine. My recommendation is to get started! If you wanted to, I would be happy to take a look at your database model/design.
Wonderful presentation. Thanks for all the hard work you put into the video. As a software engineer, I know how challenging you had to go through to make sure everybody can understand this content. Love your channel and videos. Keep up the hard work. Don't give up no matter what. You are amazing.
If someone facing difficulty to create an image out of this code..
Simply use
docker top
That would show the same image
You are one of the best teacher .
Thank you
Best tutorial i have seen for nginx
Your work is amazing! Clear and very useful!
Thank you! Cheers!
Great content!! found your channel a few days ago and I'm watching a lot of content here, thanks.
Best presentation. What UI interface you are using in the demo? it looks like VSCode.
NightOwl Extension - Thank you
Nicely Done!
Amazing Work
Amazing content!
Glad you think so!
Zander ()=> out of the box tutor.
Thaks you 👍👍👍bro ...👍
Thanks
ps -C nginx -f command is not working in the active shell. It says bash: ps: command not found
❤❤
🙏
Dear Zander
I am planning to create a Food, Beverage and Material system for our hotel. and I want to create it using Django. Is it possible to create it using Django and sql server? or do you have recommendation for me? many thanks.
Sounds like a good use case for django. Don't spend any time thinking about sql server or Postgres, either one will be fine. My recommendation is to get started! If you wanted to, I would be happy to take a look at your database model/design.
#7 0.789 E: Unable to locate package procps Solved by adding to Dockerfile: USER root
RUN apt-get update && apt-get install -y procps
ps command not found
resolved,
solution:
you need to build the updated image first then you will have work the ps command