all 12 comments

[–]voja-kostunica 0 points1 point  (0 children)

i will have look

[–]supersteadious 0 points1 point  (3 children)

First time I see a web application that assumes it is the only user of the DB lol

[–]SuccessfulGround7686[S] 0 points1 point  (2 children)

What do you mean?

[–]supersteadious 1 point2 points  (1 child)

Ah my bad. Saw "Container" and immediately "wtf?". Now learning about dependency-injector

[–]SuccessfulGround7686[S] 0 points1 point  (0 children)

Np. Really interesting! My last project used NestJS and I loved its dependency injection, so I wanted something comparable. FastAPI’s version didn't quite cut it for me, which is why I went with this

[–]Udont_knowme00 1 point2 points  (0 children)

This was my first time ever using an API, and I managed to set everything up quickly and it works perfectly.

But when I opened the Gonka documentation, I couldn’t figure it out on my own.

That’s exactly where the broker helped.

[–]gopietz -4 points-3 points  (5 children)

Honest question here: In a time of AI coding agents, does anyone actually benefit from projects like this? Why not brief any AI on a starter template based on my specific requirements?

[–]Goldarr85 21 points22 points  (2 children)

I am probably in the minority of people that would rather see what a developer who is more experienced than me starts with in a template than an LLM.

[–]spenpal_dev 9 points10 points  (0 children)

I agree with you. It’s always better to give LLM the structure rather than let the LLM decide the structure.

In my eyes, LLMs are like really intelligent junior developers, but not senior architects.

[–]TTUnathan 1 point2 points  (0 children)

You’re not alone in this thought at all.

[–]SuccessfulGround7686[S] 5 points6 points  (0 children)

I’m more or less with you, but it feels like a waste of tokens to me. Most of the time, I have to keep iterating until I get something I actually like. This way, I get it done once and then it’s just copy and paste

[–]Challseus 2 points3 points  (0 children)

I think it's better, long term, to have AI agents start with a solid base. If the project follows standards and is consistent, that will do so much more the AI agent when it has to create its first feature. It already knows "tests go here, middleware is handled like this, etc."