Nginx Mastery | Nginx Connection Processing Architecture

Поделиться
HTML-код
  • Опубликовано: 4 дек 2024

Комментарии • 28

  • @TuanPham-we1pf
    @TuanPham-we1pf 2 года назад +4

    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.

  • @ajetunmobitolulope7745
    @ajetunmobitolulope7745 2 года назад +1

    You are one of the best teacher .

  • @husseiny5429
    @husseiny5429 Год назад

    Best tutorial i have seen for nginx

  • @qR7pK9sJ2t
    @qR7pK9sJ2t 2 года назад +1

    If someone facing difficulty to create an image out of this code..
    Simply use
    docker top
    That would show the same image

  • @alessandroscimone5463
    @alessandroscimone5463 2 года назад +2

    Your work is amazing! Clear and very useful!

  • @alexamador8894
    @alexamador8894 2 года назад

    Great content!! found your channel a few days ago and I'm watching a lot of content here, thanks.

  • @BlueBearOne
    @BlueBearOne 6 месяцев назад

    Nicely Done!

  • @soroushamirhashchi7142
    @soroushamirhashchi7142 2 года назад

    Amazing Work

  • @ahmedabdelgawad2684
    @ahmedabdelgawad2684 2 года назад

    Zander ()=> out of the box tutor.

  • @mariocortes2670
    @mariocortes2670 2 года назад +1

    Amazing content!

  • @jamshid_dev
    @jamshid_dev 2 года назад +1

    Thaks you 👍👍👍bro ...👍

  • @et_phonehome_2822
    @et_phonehome_2822 10 месяцев назад +1

    Best presentation. What UI interface you are using in the demo? it looks like VSCode.

    • @veryacademy
      @veryacademy  10 месяцев назад

      NightOwl Extension - Thank you

  • @AnkitTiwari-dq7qm
    @AnkitTiwari-dq7qm 2 года назад +1

    ❤❤

  • @dimensionalilusions4520
    @dimensionalilusions4520 2 года назад +1

    ps -C nginx -f command is not working in the active shell. It says bash: ps: command not found

  • @forestandnaturetherapy
    @forestandnaturetherapy Год назад

    #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

  • @afewerkifkadu6070
    @afewerkifkadu6070 2 года назад +2

    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.

    • @veryacademy
      @veryacademy  2 года назад +1

      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.

  • @SAQIB-u9z
    @SAQIB-u9z Год назад

    ps command not found

    • @SAQIB-u9z
      @SAQIB-u9z Год назад

      resolved,
      solution:
      you need to build the updated image first then you will have work the ps command