Scytale
Scytale
CC#
Created by salty_pepper on 3/20/2024 in #help
✅ How is aggregate in DDD related to event sourcing and CQRS?
Upvote for this
20 replies
CC#
Created by salty_pepper on 3/20/2024 in #help
✅ How is aggregate in DDD related to event sourcing and CQRS?
Microservices and DDD are, in fact, two independant concepts
20 replies
CC#
Created by Kuno on 3/13/2024 in #help
How to bind REST API and business logic ?
❤️
6 replies
CC#
Created by Kuno on 3/13/2024 in #help
How to bind REST API and business logic ?
you should not use the console app from the api calls, but split UI (console app) from the business logic (ex: create a domain and/or a service layer), and you call those layers from your api, ignoring your console app
6 replies
CC#
Created by TJacken on 3/11/2024 in #help
CQRS command with complex structure
depends on what do you want to do with your tags... If you create (if they don't exist) them on the fly... why not. If it's only a list of tag to reference them in your newly created template, just use a list of tag ids, no ?
2 replies
CC#
Created by KidKai25 on 3/11/2024 in #help
Must know design pattern?
100% agree with this XD
30 replies
CC#
Created by KidKai25 on 3/11/2024 in #help
Must know design pattern?
hum... I cannot disagree about the fact that they not aged so well (except, maybe, for "Clean Coder" which is more about professionalism than pure technicity)
30 replies
CC#
Created by KidKai25 on 3/11/2024 in #help
Must know design pattern?
Lol, indeed, not enough sleep, I meant Robert Martin
30 replies
CC#
Created by KidKai25 on 3/11/2024 in #help
Must know design pattern?
Talking about Martin Fowler, his books are pretty nice to open your mind as a junior dev (clean coding, clean coder, clean architecture) and a lot more precious than patterns...
30 replies
CC#
Created by KidKai25 on 3/11/2024 in #help
Must know design pattern?
And builder, factory, memento, adapter, command... You can quote them all 😅
30 replies
CC#
Created by KidKai25 on 3/11/2024 in #help
Must know design pattern?
beside job interviews, it's mainly a matter of general culture... knowing they exist & how they work seems to be a must have to me, but you shouldn't bother about it that much, pattern knowledge will come on it owns...
30 replies
CC#
Created by toiletseenk on 1/20/2024 in #help
.NET MAUI Android Error: Type androidx.collection.ArrayMapKit is defined multiple times
dunno if you solve your problem since late january, but it seems like your solution badly handle transitive package when you build it. The best bet is to add all transitive packages explicitely
3 replies