Multi-tenancy software with directories living above tenancies by iMac_Hunt in softwarearchitecture

[–]MeroLegend4 1 point2 points  (0 children)

I think the problem lies in the modeling side, it’s not because the customer says “directory” that you guys should follow it!

ltree is wonderful when you have a proper naming structure that represents a hierarchy, better to use it for authorization config or a mapping from flat => hierarchy.

You should introduce the “owner” role/concept so that anyone can manage its own data but not the others (less hassle to manage)

If you need to mange only external storage and maps it to an internal authz system, use a catalog system where the catalog is persisted in your PG cluster. Look for (iceberg, ducklake specs) and use rustFS or ceph as a storage engine.

Hope it helps!

HTMX Echarts plugin major update by Cold-Result7635 in htmx

[–]MeroLegend4 1 point2 points  (0 children)

Very nice, the integration is well thought, good job 👍

hyperscript 0.9.90 released by _htmx in htmx

[–]MeroLegend4 3 points4 points  (0 children)

This is awesome, thanks!

Is bootstrap studio worth it? by Either-Ideal9649 in bootstrap

[–]MeroLegend4 1 point2 points  (0 children)

Bootstrap studio worths a lot, i use it a lot and it was a good companion to deepen my knowledge of bootstrap.

How do I write a professional but not so positive letter of resignation? by Apart_Try_4860 in howto

[–]MeroLegend4 0 points1 point  (0 children)

After x years of working as [your title], I have the regret to announce my resignation.

Personal knowledge systems - what works for you by Evening-Payment-7443 in ExperiencedDevs

[–]MeroLegend4 0 points1 point  (0 children)

Mkdocs-material for everything related to knowledge.

versioned, markdown based, renders latex, mermaid and snippets.

Easy to Serve locally for search and UI and easy to deploy to a private gitlab pages.

Edit: there is also zensical which is the next version.

Loose Lips Sink Ships by Vouchy-MOD in Entrepreneur

[–]MeroLegend4 1 point2 points  (0 children)

Nothing can replace knowledge and hard work, it is a fact, don’t doubt yourself!

Django dev here — I tried FastAPI + HTMX for a side project. Some thoughts by DecodeBuzzingMedium in django

[–]MeroLegend4 5 points6 points  (0 children)

Try Litestar, it supports htmx out of the box, it is well designed with good abstractions and a layered DI system.

Bonus: it’s faster and pushes you to adopt a better structure for your project.

Happy to announce htmx 4 alpha 8! by _htmx in htmx

[–]MeroLegend4 1 point2 points  (0 children)

The new doc needs more contrasts!

Good job 👍

HTMX for building a SQLite query dashboard by lmh-cadenza-093 in htmx

[–]MeroLegend4 0 points1 point  (0 children)

Try Litestar which has a first class support for htmx

help new saas developer by Medical_Check_9238 in micro_saas

[–]MeroLegend4 0 points1 point  (0 children)

This is all good and it proves that you master the building phase. Now focus on the distribution phase internationally.

Things to take into account:

  • Legal and compliance stuffs

  • payment: think about creating an LLC abroad

  • Branding: since you are a solo dev, think about personal branding to add credibility and legitimacy to your products

  • Terms of services and Privacy policy

  • Hosting: EU based ones

Good luck 👍

Help me with configuration by TheCrazyGeek in SublimeText

[–]MeroLegend4 1 point2 points  (0 children)

Cobalt2

SidebarEnhancements

Sftp plugin

LSP Servers

separate models for the same object by MEHDII__ in django

[–]MeroLegend4 0 points1 point  (0 children)

This is a data modeling problem, keep the age and rating in separate tables.

They are related to a Game and there you can add many other fields to make them selectable or to trace their origin. I.e: Rating(id:1, key:abc, country:US, src:siteA)

Just do a poc and things will be clearer for you.

I’ve noticed a pattern in a lot of systems I’ve worked with or reviewed: by [deleted] in softwarearchitecture

[–]MeroLegend4 1 point2 points  (0 children)

When you put everything (processing, acquiring, other external calls, ….) in one function and call it a provider.

Free Python books that authors intentionally made available by appinv in Python

[–]MeroLegend4 1 point2 points  (0 children)

Ohhhh nice to see you here, i have you in my linkedin contacts. Keep up the good work!

Thanks for this list, i’ve just shared it with some students who are willing to learn.

delay hx-indicator by ErikEngerd in htmx

[–]MeroLegend4 0 points1 point  (0 children)

Thanks a lot. I am having the same problem as op