Scot
Scot
TTCTheo's Typesafe Cult
Created by Beepboop on 9/11/2023 in #questions
Web Framework Suggestions! (Senior project)
Still plenty of companies built on top of it, so it’s not the worst thing, but I wouldn’t recommend it
36 replies
TTCTheo's Typesafe Cult
Created by Beepboop on 9/11/2023 in #questions
Web Framework Suggestions! (Senior project)
i mean could always use vite
36 replies
TTCTheo's Typesafe Cult
Created by Beepboop on 9/11/2023 in #questions
Web Framework Suggestions! (Senior project)
i feel plain react will be
36 replies
TTCTheo's Typesafe Cult
Created by Beepboop on 9/11/2023 in #questions
Web Framework Suggestions! (Senior project)
if your using azure jsut see whats easiest to deploy to that
36 replies
TTCTheo's Typesafe Cult
Created by sambe on 9/10/2023 in #questions
Creating internal tools for company usage
one thing to consider is how do you handle revoking access if people leave or get fired
7 replies
TTCTheo's Typesafe Cult
Created by sambe on 9/10/2023 in #questions
Creating internal tools for company usage
depends on the budget, at previous job we chucked everything behind Okta and used that
7 replies
TTCTheo's Typesafe Cult
Created by Sawaid on 8/21/2023 in #questions
How to implement Domain Driven Design using Prisma?
DDD is great
14 replies
TTCTheo's Typesafe Cult
Created by Lopen on 8/8/2023 in #questions
best practices to throw error on backend
When I was a junior I used to use result types a lot but less so now
43 replies
TTCTheo's Typesafe Cult
Created by Lopen on 8/8/2023 in #questions
best practices to throw error on backend
Not so great in ts
43 replies
TTCTheo's Typesafe Cult
Created by Lopen on 8/8/2023 in #questions
best practices to throw error on backend
Great in rust
43 replies
TTCTheo's Typesafe Cult
Created by Lopen on 8/8/2023 in #questions
best practices to throw error on backend
I agree with prime that using monads in ts is just too messy
43 replies
TTCTheo's Typesafe Cult
Created by Lopen on 8/8/2023 in #questions
best practices to throw error on backend
I subscribe to the “let it crash” philosophy for some errors, and then for known errors I try to catch where it makes sense (as close as possible to the source)
43 replies
TTCTheo's Typesafe Cult
Created by Lopen on 8/8/2023 in #questions
best practices to throw error on backend
You can’t make sure all errors are handled, the program could always just crash
43 replies
TTCTheo's Typesafe Cult
Created by Lopen on 8/8/2023 in #questions
best practices to throw error on backend
Then we stopped and ripped them out
43 replies
TTCTheo's Typesafe Cult
Created by Lopen on 8/8/2023 in #questions
best practices to throw error on backend
I worked on a project that used to use monads
43 replies
TTCTheo's Typesafe Cult
Created by Lopen on 8/8/2023 in #questions
best practices to throw error on backend
And throw them
43 replies
TTCTheo's Typesafe Cult
Created by Lopen on 8/8/2023 in #questions
best practices to throw error on backend
I just use errors
43 replies
TTCTheo's Typesafe Cult
Created by Xaohs on 7/23/2023 in #questions
I want to use Middleware with Database strategy.
this is the "standard" practice, howver it does involve a round trip to the db which has performant impacts your api is in a seperate location (ie running on the edge and your db is in a data center)
3 replies
TTCTheo's Typesafe Cult
Created by chnmrn. on 7/14/2023 in #questions
Layered architecture decision
Maybe a diagram would help
12 replies
TTCTheo's Typesafe Cult
Created by chnmrn. on 7/14/2023 in #questions
Layered architecture decision
I mean it’s not impossible
12 replies