Proxy Pattern in Java and Python

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

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

  • @compilejs110
    @compilejs110 4 месяца назад +1

    This video series is great. I am learning JAVA, and it is very helpful.

    • @DoSomeDev
      @DoSomeDev  3 месяца назад

      Awesome! That's what I love to hear! If you have any feature requests for future Java tutorials, let me know!

    • @compilejs110
      @compilejs110 3 месяца назад +1

      @@DoSomeDev I am interested in learning design pattern, system design, building large apps with java.
      It would be great if you make video on it, There are few people on youtube who do that.

    • @DoSomeDev
      @DoSomeDev  3 месяца назад

      Alright, for learning Design Patterns you already are in the right place! :) Regarding System Design, could you specify what exactly you looking for? By itself this can be quite a vast topic. Your idea for covering the topic of Building Large Apps with Java sounds tempting to me and this topic made it on my list for a future video.

    • @compilejs110
      @compilejs110 3 месяца назад +1

      ​@@DoSomeDev In system design high level, low level design, distributed system, performance, optimization, security, scalability.
      I think java pattern is also part of the system design.
      Building large enterprise level application with all the knowledge of design pattern will be more fun.

    • @DoSomeDev
      @DoSomeDev  3 месяца назад +1

      Gotcha, HLD for System Design, meaning systems/ideas often described using Component Diagrams, Sequence Diagrams, and Deployment Diagrams. With LLD you probably mean Interface Specifications, Database Schemas, as well as Class Diagrams.
      As for the Component Diagram, I created the JSON video showing essentially two components, meaning the service offering API and the consuming GUI. Showing the big picture of that in a diagram would partly cover this topic, but that obviously was not the focus of the JSON video.

  • @beloaded3736
    @beloaded3736 3 месяца назад +1

    Thank you Sir. You are doing awesome job

    • @DoSomeDev
      @DoSomeDev  3 месяца назад

      Thank you for the kind words! Let me know if you have any specific topics you'd like to see in the future.

  • @sanjays2588
    @sanjays2588 4 месяца назад +1

    nice one

    • @DoSomeDev
      @DoSomeDev  3 месяца назад

      Glad you enjoyed the video. Let me know if there are any specific programmng concepts you'd like a deeper dive on.