Dinesh Joshi - Designing fast and scalable Python MicroServices with Django

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 พ.ย. 2024

ความคิดเห็น • 8

  • @arnoldwolfstein
    @arnoldwolfstein 5 ปีที่แล้ว +26

    Misguiding title. In this talk there is nothing with microservice.

  • @heraldo623
    @heraldo623 4 ปีที่แล้ว +6

    I think the microservice part is missing. The talk is about scalable design, not microservice design.

  • @dorfe420
    @dorfe420 5 ปีที่แล้ว +4

    Great talk, seems like a good overview of all the critical places for optimizing Django apps. Thank you.

  • @chetanganji4981
    @chetanganji4981 5 ปีที่แล้ว +11

    what did he tell about actually turning a django app into a microservices app?

    • @AmanNidhi
      @AmanNidhi 5 ปีที่แล้ว +2

      he said its the best framework in the world to build it

  • @Mahorir
    @Mahorir 4 ปีที่แล้ว +1

    Decent talk for Django beginners. Not so much for people using it for years.

  • @jeffreyjennings8357
    @jeffreyjennings8357 5 ปีที่แล้ว +2

    Your talk was very informative, thank you!

  • @DaveDruska
    @DaveDruska 3 ปีที่แล้ว

    I think GzipMiddleware and ETag middleware should be avoided. Instead it can be handled by an upstream proxy server.