Sawaid
Explore posts from serversTTCTheo's Typesafe Cult
•Created by Sawaid on 8/21/2023 in #questions
How to implement Domain Driven Design using Prisma?
14 replies
TTCTheo's Typesafe Cult
•Created by Sawaid on 8/21/2023 in #questions
Where do you guys put the Back-End logic?
More specifically, how do you organise it? It is just a bunch of functions inside functions.
70 replies
TTCTheo's Typesafe Cult
•Created by Sawaid on 8/21/2023 in #questions
How can I learn UI/UX?
Look at the projects of this guy => https://rishimohan.me/
And this other project => https://logsnag.com/
Both are absolute chads.
4 replies
TTCTheo's Typesafe Cult
•Created by Sawaid on 8/17/2023 in #questions
Does anyone knows how Ping.gg works? (Conversation sidelined)
I mean is it built entirely with TypeScript? And how the underlying infrastructure works for Ping.gg?
127 replies
TTCTheo's Typesafe Cult
•Created by Sawaid on 8/16/2023 in #questions
Can t3 app be deployed on a traditional server and a tradition database?
I kind of fear being locked into these solutions like planelscale, vercel, clerk etc. So, in case if I am not satisfied with my applications with these services, can I just simply move out?
Or do I have to create the whole thing from the start again.
please forgive me for my dumbness
71 replies
❔ Blazor vs Hotwired?
Is Blazor Server just as good as Hotwired and family?
Recently I've been getting insecure about my dotnet proficiency as Rails and its team had been pushing Hotwired as a completely new framework on par with react and angular.
So my question is,
I. Is Blazor as fast as Hotwired?
II. What does Blazor transfer over SignalR connection?
2 replies
Does Changing CLR version from V4 to No Managed Code in IIS has any effect on request?
We have a situation in our development that we hosted out identity server on IIS having its CLR version to V4. We use Office365 for OAuth (I don't know what that means)
It worked perfectly with our web application and even was working perfectly on postman. However, when we sent the call through Apple iOS, it resulted in invalid_code.
However after changing its CLR version to No Managed Code. It started working fine. What could be the reason for it. A senior colleague of mine said that CLR was messing up with the request but I don't buy into it.
Can someone give a satisfactory answer?
10 replies