Posts by Master_17921 • 49 points
6 posts
-
0
votes0
answers35
viewsQ: Background routine for data compilation is a good idea?
The last company I worked for had some very peculiar rules, these not being as common (as far as I know) in other IT companies. Basically we compiled all the data that would be used in the system…
-
0
votes1
answer66
viewsA: Rollback does not work
Guys I solved here and I’ll share the resolution, maybe it will be useful to someone: I added a treatment in the catch method is this private getQueryError(err: any): { status: number, err: string }…
-
3
votes1
answer66
viewsQ: Rollback does not work
So guys I have a transaction to persist various data on different tables in my database, if by some chance a record goes wrong I need it from a rollback, after all I depend on the return id of one…
-
1
votes0
answers269
viewsQ: How to read variables from ASP.Net Core Multiple Environments?
I’m trying to read from the properties appsettings file with different values, one for each environment. My files are as follows, appsettings.json, appsettings.Development.json,…
-
0
votes0
answers39
viewsQ: Hashing a hash increases security?
Well a colleague of mine has been insisting on the idea of hashing a hash, I think they use in the company where he works The hash is in md5. I’ll explain as an employee: When registering a new user…
-
0
votes0
answers43
viewsQ: How to redirect to another API when the data sent is wrong?
What happens is this, I’m making a part of the system that will do the integration of customer data. The planned idea was the following, the client will access the API to make the persistence of the…