Live data from Hacker News

Viewing profile — david-j-vujic

david-j-vujic

HN member
Joined
Sat, Jul 08, 2023, 10:13 AM UTC
HN karma
24
Public activity
54 items

About david-j-vujic

No profile information was provided.

Recent public activity

  1. comment
    Comment #41666408

    Thank you! I will try these ones out.

  2. comment
    Comment #41644051

    I’m using Elpy because it comes with great code evaluating features (sending expressions to the REPL and such). In this config there’s also auto discovery of virtual environments. …

  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. comment
    Comment #38813648

    Here's docs about Polylith for Python: https://davidvujic.github.io/python-polylith-docs/

  12. story
  13. story
  14. story
  15. comment
    Comment #38555088

    I agree! In Polylith, the built artifact(s) is an implementation detail and you can decide what to build (a set of Microservices or a monolith) when you are ready for it.

  16. comment
    Comment #38521869

    Even though you have clear boundaries between microservices, the source code is likely possible to be reused by other services. You probably have common setup (like config loaders,…

  17. comment
    Comment #38521742

    Yes, to me it sounds like a misunderstanding. Let's imagine that you have code put in libraries, that you can use in more than one place. For any mainstream project, you would prob…

  18. comment
    Comment #38510690

    Thank you for the feedback, I’ll give it a try to do something like you suggest.

  19. comment
    Comment #38508668

    This is useful feedback, thank you! I will try to clear up the Python specific docs (that part of Polylith is on me).

  20. comment
    Comment #38508633

    Good point! From my experience, having different versions of third-party dependencies is a trade-off when having code in several repos. I've been in organizations where teams have …

  21. comment
    Comment #38508201

    The main usage is to be able share and reuse code in a very simple way. The code lives in a monorepo, and that means you won't need to extract shared code into external installable…

  22. comment
    Comment #38507967

    I have tried hard to write docs that explain the architecture and the usage of the tool primarily in the Python space. You will find it here, and if you prefer videos there are lin…

  23. story
  24. story
  25. comment
    Comment #38111441

    A well thought-through and enlightening article about Software Architecture - the Hexagonal (aka Ports & Adapters) and Polylith in specific. Love it!