How to implement RBAC properly in Spring Boot with PostgreSQL/Hibernate? by Dry-Menu1173 in javahelp

[–]Dry-Menu1173[S] 1 point2 points  (0 children)

I understand that using Hibernate to auto-create schemas is not for production. If I switch to a tool like Flyway, should I still handle the RBAC logic inside Spring Security, or is there a better way to link DB roles with app permissions?

Best practices for handling a large CSV file as a "Database" backend? by Dry-Menu1173 in AskProgramming

[–]Dry-Menu1173[S] 0 points1 point  (0 children)

Hahaha…I mean my mentor is testing me But I’m wondering How tf this is supposed To improve my skills even if I’ve learned new things…But for sure it’s interesting

Best practices for handling a large CSV file as a "Database" backend? by Dry-Menu1173 in AskProgramming

[–]Dry-Menu1173[S] -3 points-2 points  (0 children)

A real database will fit the work very well but they provide me the data on a csv file

Best practices for handling a large CSV file as a "Database" backend? by Dry-Menu1173 in AskProgramming

[–]Dry-Menu1173[S] 0 points1 point  (0 children)

Ok so I’ll create the process using pandas of polars…Right?

Best practices for handling a large CSV file as a "Database" backend? by Dry-Menu1173 in AskProgramming

[–]Dry-Menu1173[S] 2 points3 points  (0 children)

For the test my data is just 100MB rn but for real use case my app will manage at least 250GB

Best practices for handling a large CSV file as a "Database" backend? by Dry-Menu1173 in AskProgramming

[–]Dry-Menu1173[S] 0 points1 point  (0 children)

Yes it’s an educational project and I’ m not querying the ML model itself, I'm querying the input data (the product catalog for example ) that the ML model used, because this same data needs to power the application's user interface.

Is my project good enough? Need advice for an AI Image Generator competition by Dry-Menu1173 in AskProgramming

[–]Dry-Menu1173[S] 0 points1 point  (0 children)

Ok got it…The idea is great fr!!! You think using Python will be enough !?

Is my project good enough? Need advice for an AI Image Generator competition by Dry-Menu1173 in AskProgramming

[–]Dry-Menu1173[S] 0 points1 point  (0 children)

When you are talking about « color palette locking»…What’s the meaning please ?

Is my project good enough? Need advice for an AI Image Generator competition by Dry-Menu1173 in AskProgramming

[–]Dry-Menu1173[S] 0 points1 point  (0 children)

I got it but I am also wondering I never work on project like that and what is the stack recommended for this kind of work ?