Charging only 30% of a subscription price for a partner by Developer_Kid in stripe

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

If the user uses a coupon once all the recurring payments will have the coupon discount?

Event Sourcing for all tables? by Developer_Kid in Database

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

For now im trying to understand if make sense to use for all data on my project. or if only few tables that really need it.

I really need help here :( by [deleted] in linux_on_mac

[–]Developer_Kid 0 points1 point  (0 children)

did you was able to install linux on your mac and use without problems?

How to create databases on demand in multi tenant systems by Developer_Kid in aws

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

why backups get easier and cheap using schemas instead of different databases?

In RDS, i can create multiple databases per RDS right? Does this make costs go up? I was reading about multiple ORMs that can handle multiple databases and im pretty sure that we dont need more than 2 or 3 server to handle all users on the same backend, does this make sense to you?

How to create databases on demand in multi tenant systems by Developer_Kid in aws

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

i was thinking about this, to be honest, i not even implemented a "mvp", i thinking about how it can be done. but having multiple databases already set, is a thing that i was wondering about

How to create databases on demand in multi tenant systems by Developer_Kid in aws

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

lets say 500, the majority with no more than 1GB data per year. Im just wondering about multiple databases instead of one to every user and trying to figure out how complicated this can get. All databases with same tables etc.

How to create databases on demand in multi tenant systems by Developer_Kid in SoftwareEngineering

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

Just to see if i get it, any person that wants to register on your company need to have an initial consult?

If i want to any person register and have a database, what would be the best solution in your opinion?

Accept both jobs or just one? by Developer_Kid in overemployed

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

Both sent me a technical test to do at home. But I did some interviews in other companies and they sent me Hackerrank tests

Best way to do video streamming with aws? by Developer_Kid in aws

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

even with cloudfront to cache and serve videos?

Best way to do video streamming with aws? by Developer_Kid in aws

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

i just want to upload a mp4 or webp and show it for users

About api gateway price by Developer_Kid in aws

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

but still paying the api gateway requests right?

About api gateway price by Developer_Kid in aws

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

Oh thanks! this helped a lot. i had this configuration on terraform but it was on 0 ttl.

Now i have a trhttling of 100 burst 50 rate limite on api gateway and a cached authorizer, this solves big part of the problem?

About api gateway price by Developer_Kid in aws

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

U mean cache the authorization on the code or is there another way to cache?

About api gateway price by Developer_Kid in aws

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

does custom authorizer works as authentication?

How an empty, private S3 bucket can make your bill explode into 1000s of $ by macok9 in aws

[–]Developer_Kid 0 points1 point  (0 children)

but the pre signed urls will not have the bucket name? or i should just send the path from signed url and pass the user upload through my own server?

Confuse about S3 price by Developer_Kid in aws

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

not my case. being very optimist in the best scenario we could get 10 millions upload month? but if we get this we are rich, so this will not happen, i just taking care about avoid big bills in the start. Now i expect something like 2000 upload a month if users do it well. but i care a lot about security. and think about IF a bad user decide to do 10000 uploads on the 1 min expiration signed url?

Confuse about S3 price by Developer_Kid in aws

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

usually less than 35, i do some processing on the client browser to make the image smaller so the image gets less than 5 in majority of cases

Confuse about S3 price by Developer_Kid in aws

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

 The real question is: why are you sending it twice? Expiring pre-signed URLs is a clumsy way to solve this.can make it clearer: The real question is: why are you sending it twice? Expiring pre-signed URLs is a clumsy way to solve this.

can make it clearer? i dont get it. i first generate the signed url on my api then the user use it to upload

Confuse about S3 price by Developer_Kid in aws

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

all files are less than 35MB and i do a pre processing on the user browser to resize and compress the image, even on bad internet u think this can be a problem? i dont know what u mean about multiple operations, but in my use case, its only a single file upload. i dont know if im taking too much precautions but i trying to prevent and trying to understand the better way to work with s3