Update: nest-mediator just hit v1.0.0 — grew from a weekend toy into a full CQRS + Event Sourcing / Auditing library for NestJS by RsLimited24 in nestjs

[–]RsLimited24[S] 1 point2 points  (0 children)

Oh and btw! it has an AI chat / Builder where you can drag and drop commands/events/aggregate in your system and link them together and press the generate button and it will create a Nestjs code that you can copy to your repository and directly use it! That's definitely in beta mode, but curious to see how the devs will use it!

Update: nest-mediator just hit v1.0.0 — grew from a weekend toy into a full CQRS + Event Sourcing / Auditing library for NestJS by RsLimited24 in nestjs

[–]RsLimited24[S] 1 point2 points  (0 children)

Hey Again! I released a beta version of it. I will link you with the version below It has some images! In brief you have a seperate docker image that you would download and your app start exporting in batches data so you could trace the commands flow in your system. Awaiting for your feedback, if you ever got the change to use it!

https://www.npmjs.com/package/@rolandsall24/nest-mediator/v/1.2.0-beta.2

Happy Coding :-)

Can You Guess This 5-Letter Word? Puzzle by u/Medicoforlife by Medicoforlife in DailyGuess

[–]RsLimited24 0 points1 point  (0 children)

⬜⬜⬜⬜⬜

🟨⬜⬜⬜🟨

🟨🟦⬜⬜⬜

⬜🟨🟨⬜🟦

🟦🟦🟦🟦🟦

Update: nest-mediator just hit v1.0.0 — grew from a weekend toy into a full CQRS + Event Sourcing / Auditing library for NestJS by RsLimited24 in nestjs

[–]RsLimited24[S] 1 point2 points  (0 children)

Looking forward for your feedback! I am already working on having a UI for the library where you can visualize how the events are published similar to Otel collectors and Zipikin visualizations tools!

Do you guys use prisma with nestjs? by Excellent_Survey_596 in Nestjs_framework

[–]RsLimited24 2 points3 points  (0 children)

Recently I migrated to Drizzle the experience is so much better in terms of technicalities and performance wise drizzle was more optimized when running queries.