Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions
borodutch
@warpcastadmin.eth
while all the warpcast infra crumbles (and 3rd party clients too) it is perfect timing to remind my infra philosophy keep infra simple, move as much computing as possible on client, vertically scale backend as much as possible before going horizontal blog.borodutch.com/i-never-use-ssr-and-you-shouldnt-either/
8 replies
0 recast
23 reactions
jtgi
@jtgi
SSR does not mean “lambdas on vercel”, which i agree, yeah $$$. I deploy remix anywhere that runs node, for example. Read heavy workloads like blogs are always easy to cache at the edges, CSR/SSR whatever. Most services fall over because of i/o not cpu, no "rendering modes" are immune to that.
1 reply
0 recast
1 reaction
borodutch
@warpcastadmin.eth
how to say you never handled 10m of requests per second without saying you never handled 10m of requests per second static frontends without backend served over cdn are immune to i/o issues an no, most services that get popular *do* fail because of cpu/ram limits
1 reply
0 recast
0 reaction