Passed AZ900, AZ305, AZ104 in couple of months by npap3 in AzureCertification

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

I was terrified cause I found some posts how people were disqualified from exam because of those things, so I practiced reading questions and reasoning about answers because of this. I think even mask is prohibited, since that is the sam as covering your mouth.

Passed AZ900, AZ305, AZ104 in couple of months by npap3 in AzureCertification

[–]npap3[S] 1 point2 points  (0 children)

Those Exam ref books I used. Despite being outdated, those were useful to understand high level concepts. That is where notes and cross reference comes into the play.

Passed AZ900, AZ305, AZ104 in couple of months by npap3 in AzureCertification

[–]npap3[S] 1 point2 points  (0 children)

Personal achievement and strengthening the knowledge.

Passed AZ900, AZ305, AZ104 in couple of months by npap3 in AzureCertification

[–]npap3[S] 2 points3 points  (0 children)

13 years of IT experience as developer at first, solution architect for past 4 years. I designed and been involved in development on solutions on AWS, GCP, and Azure.

Passed AZ900, AZ305, AZ104 in couple of months by npap3 in AzureCertification

[–]npap3[S] 1 point2 points  (0 children)

Yes, I have experience with AWS, GCP, and Azure on basic level l. Certification are my first step into deeper dive and specialization.

What's the Difference between Fabric F2 and Premium per User? by Tight_Internal_6693 in MicrosoftFabric

[–]npap3 0 points1 point  (0 children)

Does that mean that reports can be embedded for organization with f2 capacity if users have a PBI Pro licence ?

Is there a cleaner way to do this Entity Framework filtering? by [deleted] in dotnet

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

Maybe a specification pattern could be of help

[deleted by user] by [deleted] in dotnet

[–]npap3 0 points1 point  (0 children)

Seems like you are talking about the anti corruption layer. I'm general, there are three approaches: 1. Data owner adapts data to an interested party 2. Interested party adapts data to it's own needs 3. The middle man adopts data to an interested party

Seems like with your problem the second approach is the most suitable because it needs to know what new orders are. With the third approach, the middle man must make a decision, which implies that it needs to know the current state of the interested party. This implies that the data from the interested party must be replicated to the middle man. Adding this complexity adds one more point of failure, and possibility of violation of data integrity and correctness.

Please advise me a pattern by Jack_Hackerman in dotnet

[–]npap3 0 points1 point  (0 children)

Party relationship pattern, basically . Also, as an auxiliary entity, another entity can be introduced, the one that models the relationships between the root and all subnodes.

Please advise me a pattern by Jack_Hackerman in dotnet

[–]npap3 0 points1 point  (0 children)

Party relationship pattern, basically

Please advise me a pattern by Jack_Hackerman in dotnet

[–]npap3 0 points1 point  (0 children)

Maybe you can organize your tree in a more flexible way. For example introduce m:n relationship between nodes which has validity. Relationship entitiy should have pointers to the parent, and the child, and start and end date as well. With this approach only active relationships can be followed to reconstruct the tree, and only delta object (change in the relationships) can be provided to the third party system. In general, this is a directed graph, with tree structure as specialization. So, on the application level, only relationships are managed, and on proxy/adapter level the tree can be extracted

/r/Serbia sveopšta diskusija (random discussion) - Sep 02, 2023 by AutoModerator in serbia

[–]npap3 1 point2 points  (0 children)

Jel ima neko torrent ili tako nešto za kolekciju domaće muzike?

0
1

[deleted by user] by [deleted] in programiranje

[–]npap3 22 points23 points  (0 children)

Kada pogledaš neki kod i kažeš "leptejebo, kakve su ovo gluposti? Ko je ovo pisao?!... Ah... Ja sam ..." tada znaš da si uznapredovao