0x63_Problems

↗ HN profile [ 130 ms ] full profile

No user record in our sample, but 0x63_Problems has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.

  1. Pare is an SDK and hosted platform for Python Lambdas. It makes it easy to split functionality out of your main application onto separately scalable compute. A few use cases where it shines are: - document parsing -…

  2. Tach lets you define module boundaries in a Python monorepo, automatically detect all cross-module dependencies, and then validate those dependencies. If ‘billing’ shouldn’t depend on ‘core’, you can enforce that with…

  3. Monorepo Tools (monorepo.tools)
  4. Polylith (polylith.gitbook.io)
  5. Hi HN! We are excited to show you modguard - a Python tool we built to enforce a modular, decoupled package architecture automatically. We built modguard to solve a recurring problem that we've experienced on software…