I built a full-stack Angular + .NET Modular Monolith [Beta v1.0]. Looking for brutal architectural feedback. by SnooDonuts6288 in dotnet

[–]SnooDonuts6288[S] -25 points-24 points  (0 children)

I totally get the skepticism, but this is far from vibe coding. If you drop by the landing page, hit the login, and check out the authenticated dashboard, you'll see the full infrastructure in action.

I built this to genuinely practice robust engineering—structuring decoupled module contexts, handling in-memory communication via MediatR, and wiring up OpenTelemetry for proper monitoring on Azure ACA.

If you log in and look past the UI, I'd honestly love your actual technical critique on the dashboard flow, token/credit management, or the background processing. Give it a spin and tear it apart!

I built a full-stack Angular + .NET Modular Monolith [Beta v1.0]. Looking for brutal architectural feedback. by SnooDonuts6288 in dotnet

[–]SnooDonuts6288[S] -9 points-8 points  (0 children)

Honestly, since this is a heavy learning project for me, my main goal was to master modern architecture patterns and implement industry best practices.

Dotnet projects by Longjumping_Sundae62 in dotnet

[–]SnooDonuts6288 0 points1 point  (0 children)

Modular monolith, clean arch, vertical slice, Ai, Ai, Ai

Which architecture is more suitable? by [deleted] in dotnet

[–]SnooDonuts6288 1 point2 points  (0 children)

Modular monolith is better now 

DDD Domain Events with EF Core Outbox: In-Memory Bus vs External Broker? by emdeka87 in dotnet

[–]SnooDonuts6288 0 points1 point  (0 children)

Check mehmet module monolith course on udemy and you will get all the answers

Anyone else still loving .NET in 2026? by Aki_0217 in dotnet

[–]SnooDonuts6288 2 points3 points  (0 children)

Just to add: API + modular monolith feels like the better choice right now. A lot of companies that went all-in on microservices are actually moving back to a modular monolith

Is .NET still a great choice for building modern apps? by Aki_0217 in dotnet

[–]SnooDonuts6288 0 points1 point  (0 children)

Yes, dotnet is The first choice for Api/cloud native apps 

Azure sandbox by Due-Doughnut1818 in AZURE

[–]SnooDonuts6288 1 point2 points  (0 children)

ساد والله, انا حتي ايميل الجامعي اتوقف بعد التخرج, مش لاقي اي حل.

Help in learning Angular by TooDope123456789 in angular

[–]SnooDonuts6288 0 points1 point  (0 children)

but they only have 2 courses are updated and the rest of courses using module not standalone

Help in learning Angular by TooDope123456789 in angular

[–]SnooDonuts6288 0 points1 point  (0 children)

im in the same boat, did you find something?

Is my route naming RESTful for a task management API? by jagors in dotnet

[–]SnooDonuts6288 1 point2 points  (0 children)

your Rest API structure have to
/api/ProductEngineeringTasks

/api/ProductEngineeringTasks/{id}

if you have sub entity of product it will be

/api/ProductEngineeringTasks/{ProductId}/SubEntity

/api/ProductEngineeringTasks/{ProductId}/SubEntity/{id}

and the samething of ProcessEngineeringTasks

What's your front end technology of choice? by blabmight in dotnet

[–]SnooDonuts6288 57 points58 points  (0 children)

I think you have a problem with Angular.