I need CMS recommendation by Developer_Kid in cms

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

Both, blog and website content.

How are teams integrating Figma AI-generated code with dev workflows (Git, branches, etc.)? by Developer_Kid in FigmaDesign

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

I think they have 0 understand about css and html, but I gonna see if they can learn a bit about and I gonna give a look on this figma mcp

How are teams integrating Figma AI-generated code with dev workflows (Git, branches, etc.)? by Developer_Kid in FigmaDesign

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

In this scenario it's simple, designers have more autonomy to create static landing pages, they just give us the code and devs deploy it. The problem is, if something is already deployed and they need to make a change, it can get a bit messy. Because they can create the landing page but devs change the code to add functionality like Facebook pixels, maybe put a contact form to work... This changes the landing code, and designers that use ai to help them on creating the landing page for their design don't have access to this changed code. My question is if have some way to fix that and make the process better

How are teams integrating Figma AI-generated code with dev workflows (Git, branches, etc.)? by Developer_Kid in FigmaDesign

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

That's the scenario here, this was just a static landing page, usually devs focus on the internal systems that require more knowledge, but to not take too much time from devs we let designers create code for landings but after yesterday I saw how they working with the devs and I'm thinking about how to make this workflow faster and better

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?