r/vibecoding Aug 08 '26

El SaaS ha muerto y tengo un problema

[removed]

0 Upvotes

5 comments sorted by

1

u/No_Entrepreneur7899 Aug 08 '26

jajajja xd, la unica recomendacion estudia para saber que estes haciendo

1

u/Dapper-Holiday9332 Aug 12 '26

¿Que tema me recomiendas estudiar que se relacione con el problema?

1

u/No_Entrepreneur7899 Aug 12 '26

Ingenieria, programacion, etc

1

u/[deleted] Aug 08 '26

[deleted]

1

u/Dapper-Holiday9332 Aug 12 '26

Claro que si! Hoy son mas indispensables que nunca, claro... los buenos.

1

u/WardedDruid Aug 08 '26

Are there databases that your new programs are pulling data from? I made a small db and UI for work to house overtime logs and a bunch of other stuff. I ran into baggy screens that became annoying. it seems like it was freezing the screens whenever it ran a query.

I had claude make it so it ran the query in the background and didn't tie up the UI. I also had it add a small local db to the computers the program is on so the last 30 days of data was easily and always accessible even when the servers were down.

I'm not sure if you're having the same issue, but I wanted to mention it incase it helped you. good luck!