Cydo
Cydo
Explore posts from servers
CC#
Created by Cydo on 3/27/2025 in #help
✅ When and when not to use a DTO?
Perfect, so then this is fine. This is just a simple get request, that pulls data back i want to display all neatly on cards i show on my client, and nothing deeper in the app is affected 😄 So in my case where im using CQRS i can directly make the Response which is my DTO just be returned directly.
4 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
Imma close this, i appreactiate everyone input and advice 😄
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
Thanks, hopefully it pays off.
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
and find a job lol
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
I see, im just trying to stay hyper focused and get good at react and .net
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
no blazor?
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
Yeah i look at Laravel cause of all those other builtin things like Cashier, Auth etc.
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
The whole deploying to vercel thing is why i dnt wanna use next even though ik u can seslf host but its gets out of control quickly i read.
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
and im trying to stick with .NET for this entire year, even though Laravel has been super tempting me
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
thats how i feel about next js lol
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
But Vue > imo
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
same reason i chose .NET lol
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
I learned Vue as my first front end framework but went react cause more jobs
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
I was gonna go learn NextJS but i dont really feel like theres a reason too.
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
Im using React. Mantine UI, Tanstack Query and Router.
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
Wooo, the 2 days i spent on this was worth it haha. Now too actually finish this little app 😄
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
I thought about doing that, but i kind of like the way my api project is setup now, ik where everything is and why it is where it is, and i dont feel bogged done by having to make, a repository, its interface, then a service and its interface, and so on and so on.
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
Ooo this is way more then anything my functions do lol, but I intend to eventually get to testing and have to do things like this. Currently most of my methods are just in the same handler file extracted into small private methods that are responsible for doing a single thing.
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
Awesome, i dont have any testing in my project yet but i took everything you guys told me and kind of spun it into my own thing. I wanna see if i can take the duplicated methods and turn them into extensions when I get some time today. https://github.com/CydoEntis/task-garden-api
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
So something like creating a Todo would be something you would want to test, so that should probably be extracted out?
81 replies