Skip to main content
0 votes
1 answer
30 views

I’m working on an Angular 15 application that uses PrimeNG v15 and Angular CDK for drag-and-drop functionality. When I drag a row element, the drag preview shows a white gradient overlay, making the ...
Rashi arora's user avatar
0 votes
0 answers
13 views

We have a monolithic application and we want to create multiple service based projects(REST APIs). Is there a product available in market which can measure some of the improvements such as How much ...
Sanjay's user avatar
  • 313
0 votes
1 answer
59 views

I'm currently implementing an application and have for example a Customer model that's used in several different parts of the application. Each part only uses a subset of the properties from the ...
Alex's user avatar
  • 81
1 vote
1 answer
163 views

I've been maintaining and extending an Odoo installation. Often I need to override or monkeypatch certain methods (that can't be inherited) in order to achieve the desired result. What do you think is ...
Dimitrios T. Tanis's user avatar
1 vote
0 answers
266 views

I am utilizing AWS Glue jobs and want to utilize the job bookmarking feature. Right now, I checked the 'enable job bookmarking' box within AWS. However, I use the same Glue job when passing different ...
Nick Wawee's user avatar
1 vote
2 answers
344 views

I'm somewhat of a beginner to java, although I understand the basics. I believed this was the best implementation for my problem, but obviously I may be wrong. This is a mock example I made, and I'm ...
labradorEater's user avatar
0 votes
1 answer
80 views

I have a question. I am making a react-application for a major industry, which contains a huge number of components. But I have found that most of my components utilised the same functionalities . For ...
Himanshu Sharma's user avatar
1 vote
0 answers
57 views

When I try to look at the implementation of some numpy functions, I realized a strange thing (description below). In this python script: /Users/myname/opt/anaconda3/envs/ml/lib/python3.7/site-packages/...
Jason's user avatar
  • 3,574
1 vote
0 answers
51 views

Suppose we a validation code similar to the following: Rule(account => account.CompanyName).MaxLength(50) Or Rule(account => account.Balance).MustBeGreaterThan(0) Do we still call the numbers ...
Kush Grover's user avatar
0 votes
1 answer
555 views

Short question. From DDD perspective (or just maintainable architecture and common sense), where should I put a layer of business logic that has no domain objects to operate with but does some "...
shumantt's user avatar
1 vote
1 answer
339 views

Let's assume there is a C++ application executing a specific SQL query on Oracle database. This query was working fine for last couple of years in production at a customer's environment, but suddenly ...
Jackie's user avatar
  • 11
4 votes
1 answer
102 views

We are creating a big project that will live and be improved for approximately 10 years. Already in our code base, there is a lot of code for specific browser incompatibilities, workarounds for ...
Mino's user avatar
  • 1,004
1 vote
1 answer
58 views

Approach 1: In an android app there is shown a duration TextView (like: "2 h 45 m") and another TextView with number of Stops (like: "Stops: 15"). Between them is another TextView (" | ") to separate ...
David's user avatar
  • 178
0 votes
2 answers
84 views

Is it ok to write EF queries in a separate class file inside models folder instead of writing it in controller itself. Because I've seen in msdn writing all EF queries in controller itself. While at ...
Thameem's user avatar
  • 756
4 votes
1 answer
305 views

I'm planning to keep track of cyclomatic complexity for method and classes in between 5-10. Will it be easier to write unit tests if we keep it in that range? Does it help us write effective unit ...
ppgowda4's user avatar
  • 418

15 30 50 per page
1
2 3 4 5