WillDelish
WillDelish
TTCTheo's Typesafe Cult
Created by Xyliase on 9/22/2024 in #questions
Vercel Usage, DDoS & Cloudflare (a fun topic i know)
I'm not like a super expert here (I'm used to using AWS WAF directly with CDK etc) My general rule that has served me well is to block everything by default and then write firewall rules to allow only what I want to get pass. You could set a rule for a GET to port 80 root / to a redirect to 443 /, but these days, I just don't allow anything on port 80.
6 replies
TTCTheo's Typesafe Cult
Created by Leonidas on 11/25/2022 in #questions
Integrate video conferencing
It might be too low level
9 replies
TTCTheo's Typesafe Cult
Created by Leonidas on 11/25/2022 in #questions
Integrate video conferencing
You can take a look at AWS chime sdk https://aws.amazon.com/chime/chime-sdk/
9 replies
TTCTheo's Typesafe Cult
Created by WillDelish on 10/16/2022 in #questions
Does NextJS static export really suck?
This is exactly my thought pattern, sneak in nextjs for the basic ask, but be ready to switch to using node
17 replies
TTCTheo's Typesafe Cult
Created by WillDelish on 10/16/2022 in #questions
Does NextJS static export really suck?
Its…bad having devs who aren’t web devs make the choices I’ll say though. Some team built a site in Angular js that we use & it takes 30is seconds to fetch all the data with no loading. Just sit there wait’n 🥹 So the bar is low for this site
17 replies
TTCTheo's Typesafe Cult
Created by WillDelish on 10/16/2022 in #questions
Does NextJS static export really suck?
I don’t control the build, its assumed it won’t be rebuilt very often so all data will be pulled via client side. Lot of spinners ftw haha The amount of data is small though, like list of 300ish entries of names and details. It will be updated handful times a month. Its an internal only site to solve some manual work
17 replies
TTCTheo's Typesafe Cult
Created by WillDelish on 10/16/2022 in #questions
Does NextJS static export really suck?
Its just some lambdas behind API gateway. I thought Next's ISR it will trigger a lambda like function to re-build those pages after a user visits them after x amount of time. That feature I heard was buggy if your not using vercel as its their custom magic Now, maybe this feature could be used without any serverless functions rebuilding the site in the background?
17 replies
TTCTheo's Typesafe Cult
Created by WillDelish on 10/16/2022 in #questions
Does NextJS static export really suck?
Happy to hear! I will admit, I'm hoping to sneak nextjs into my team and maybe we'll get more advance use out of it later @Samathingamajig I think thats Next ISR but if I recall it requires serverless. I'm not sure if it would work for an S3 bucket
17 replies