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
- HN profile
- View on Hacker News ↗
About david-j-vujic
No profile information was provided.
Recent public activity
-
comment
Comment #41666408
Thank you! I will try these ones out.
-
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. …
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #38813648
Here's docs about Polylith for Python: https://davidvujic.github.io/python-polylith-docs/
- story
- story
- story
-
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.
-
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,…
-
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…
-
comment
Comment #38510690
Thank you for the feedback, I’ll give it a try to do something like you suggest.
-
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).
-
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 …
-
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…
-
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…
- story
- story
-
comment
Comment #38111441
A well thought-through and enlightening article about Software Architecture - the Hexagonal (aka Ports & Adapters) and Polylith in specific. Love it!