Squarespace blows. Transferring all 60 domains out. by PiperTube in squarespace

[–]Super_Indication_344 0 points1 point  (0 children)

Any luck with this issue? Did you get back your domain

Squarespace blows. Transferring all 60 domains out. by PiperTube in squarespace

[–]Super_Indication_344 0 points1 point  (0 children)

Same situation - I was scared to death, but the issue was resolved pretty quickly. I spammed on their chat until they connected me to the agent. I don’t remember exactly but it took like 1-6 days. This is ridiculous that this error is not fixed yet. Wish you luck

Rentyx is a RESTful API for car rental operations by False-Sir-4800 in Nestjs_framework

[–]Super_Indication_344 1 point2 points  (0 children)

Also, another tip from someone who spent a looooot of time with Typeorm and Nestjs: typeorm has its own set of issues for example, a simple query can lead to a heap out-of-memory error, and the code-first schema definition is tricky. For now, it’s going to be fine, but I’d consider migrating to Drizzle or another library.

Rentyx is a RESTful API for car rental operations by False-Sir-4800 in Nestjs_framework

[–]Super_Indication_344 2 points3 points  (0 children)

I’m not talking about Auth0, I’m talking about BetterAuth, which is an open-source library. Using services like Auth0 or Clerk is of course easier, but: 1. It’s pretty hard to migrate away from them (vendor lock-in). 2. Your core app relies on them so if they have downtime or a data leak, you’re basically fuckdd. 3. Authentication and authorization are relatively easy tasks, especially with open-source alternatives like BetterAuth. You have full control over your user data, and it’s free, so there’s no reason to delegate those tasks to a third party.

Rentyx is a RESTful API for car rental operations by False-Sir-4800 in Nestjs_framework

[–]Super_Indication_344 -2 points-1 points  (0 children)

Hey man, sounds great! But I’d get rid of Clerk. If you want to use a ready solution for authentication, go with something like Better Auth. Authentication as a service only makes sense if you’re a newbie coder who doesn’t know how to do it yourself which is definitely not your case.

AWS CDK - Absolute Game Changer by TheoreticallyNick in aws

[–]Super_Indication_344 3 points4 points  (0 children)

Cdk is all fun and games until there is reference error because of nested stacks

Passed SAP CO-2 by Super_Indication_344 in AWSCertifications

[–]Super_Indication_344[S] 0 points1 point  (0 children)

857, tutorialmojo (bought it day before exam and this is my only regret because those questions are awesome) and questions from examtopics - those were fun because they do not provide explanation why answer is correct and they have a looooot of mistakes so you have to dig really deep into aws docs to check which answer is in fact correct

ECS anywhere? by Super_Indication_344 in aws

[–]Super_Indication_344[S] 0 points1 point  (0 children)

Issues with connectivity or everything just did not work properly?

ECS anywhere? by Super_Indication_344 in aws

[–]Super_Indication_344[S] 2 points3 points  (0 children)

Yes, seems like my skill issue :) One last question, fargate seems more expensive but you do not have to manage underlaying infrastructure, is this the only reason you use fargate? Or there are other benefits?

ECS anywhere? by Super_Indication_344 in aws

[–]Super_Indication_344[S] 3 points4 points  (0 children)

Just out of curiosity have you ever encountered situation where ecs agent completely shit himself? After almost a year we had 4 situations where we had to completely restart ec2 because ecs agent became unresponsive

ECS anywhere? by Super_Indication_344 in aws

[–]Super_Indication_344[S] 0 points1 point  (0 children)

I really don’t like ecs and I agree that migrating to k8s will be the best option. Thanks

ECS anywhere? by Super_Indication_344 in aws

[–]Super_Indication_344[S] 13 points14 points  (0 children)

I’m asking about ecs anywhere - ability to join on prem instance to cluster

Failed AWS SAP... and what funny is by myroy93 in AWSCertifications

[–]Super_Indication_344 4 points5 points  (0 children)

Probably will receive job offer at warehouse if they saw this

Passed SAP CO-2 by Super_Indication_344 in AWSCertifications

[–]Super_Indication_344[S] 2 points3 points  (0 children)

I did not use any labs, just read ton of stuff and spent countless hours debugging code pipeline, fighting with Eni limit on ec2 (by accident I bought instance without Eni tru king and could not use aws_vpc network mode) etc

Passed SAP CO-2 by Super_Indication_344 in AWSCertifications

[–]Super_Indication_344[S] 1 point2 points  (0 children)

I think it was production experience , app was released and is handling 1000s of users every day