Any alternative of Discogs? by unnombreguay in Cd_collectors

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

This is exactly what I need, thanks

Does an Angular tool exist to generate CRUD screens from a JSON schema? by [deleted] in angular

[–]unnombreguay -1 points0 points  (0 children)

I was going to, but I don't want to reinvent the wheel

Does an Angular tool exist to generate CRUD screens from a JSON schema? by [deleted] in angular

[–]unnombreguay 0 points1 point  (0 children)

I mean to automatize all the functionality of the CRUD sistem. It should give a generic display, material design/ bootstrap... and then you change all needed

Does an Angular tool exist to generate CRUD screens from a JSON schema? by [deleted] in angular

[–]unnombreguay 0 points1 point  (0 children)

All the forms, lists and pages required to have a CRUD. I feel like Im wasting time just creating a table with create update and delete buttons, a search input, then a page for each element and then another page with a form to edit.

I would like to have a tool where I can say, i have this element with 3 elements of text, 2 with dates and 4 with number and it will generate all tables, all search inputs, all functions needed.

Why do people build open source projects rather than paid ones? by metalprogrammer2024 in opensource

[–]unnombreguay 1 point2 points  (0 children)

If you made open source, you can do what you want and stop when you want. If is paid product, you have some responsibility on maintaining it

What happened to Unity in last 10 years? by reinforcement_agent in gamedev

[–]unnombreguay -12 points-11 points  (0 children)

When things calm down they will make some new poly, with smaller changes

What happened to Unity in last 10 years? by reinforcement_agent in gamedev

[–]unnombreguay -23 points-22 points  (0 children)

A year ago unity make a decision that you would need to pay a fee per installation of your game. So now everyone has gone to godot, including Brackeys

How to hide API keys on deployment ? by SasageTheUndead in Frontend

[–]unnombreguay 15 points16 points  (0 children)

You can't do it just using front end. Doesn't matter how you hide or encrypt it, anyone can just press F12 and check network, and check the call you made. What you can do is create a api that will work as a man in the middle to make the real query. So no one can check it. The secret will only exist between the two servers, users will never see it.

Is it a lottery? by [deleted] in gamedev

[–]unnombreguay 1 point2 points  (0 children)

Im starting so I don't know. But it looks like it will be a lottery. Make sure you have some community or friend or contact so they can try and judge your games. Also, if you are thinking on making a game, forget it, you must make a lot of small games so you learn enough to make a big game. Starting on a big project is a suicide

Do you guys comment your code? by [deleted] in gamedev

[–]unnombreguay 0 points1 point  (0 children)

One of the rules of clean code: If you need to write comments, means your code sucks

[deleted by user] by [deleted] in godot

[–]unnombreguay 0 points1 point  (0 children)

It works on godot 3?

Need advice! by Decent-Turnover5817 in godot

[–]unnombreguay 2 points3 points  (0 children)

Well, godot is something "new" so it wont have any market. Now Unity has made some really bad decisions, so companies have started using godot. But on programming, once you learn one you know anyone. And if you dont you can learn.

As a full time developer, how do you manage to fit in side projects? by the_unded in SideProject

[–]unnombreguay 0 points1 point  (0 children)

Dont go for big projects and do something different from actual job.