Start Free Trial
Start Free Trial
Explore Trends Ideation Questions
26,316
Total Questions
26,316
Analyzed
0
Pending
17.4
Avg Trend

Advanced Filters 1 active

Questions

292 found
Sort by:
# Question Site Score Answers Trend Status Actions
81
Aug 25, 2025 321
database
softwareengineering
1
3
35.0
Analyzed
82
Oct 1, 2025 319
design-patterns refactoring
softwareengineering
2
2
34.9
Analyzed
83
Oct 16, 2025 299
design architecture object-oriented +2
softwareengineering
2
1
34.7
Analyzed
84
Feb 20, 2026 196
git version-control scripting +2
softwareengineering
1
4
34.7
Analyzed
85
Dec 12, 2025 236
design architecture database +2
softwareengineering
1
1
34.1
Analyzed
86
Jan 3, 2026 224
microservices release-management semantic-versioning
softwareengineering
3
2
33.7
Analyzed
87
Feb 18, 2026 145
code-reviews teamwork artificial-intelligence
softwareengineering
7
5
33.6
Analyzed
88
Jul 3, 2025 329
naming
softwareengineering
0
2
33.3
Analyzed
89
Aug 16, 2025 296
javascript optimization
softwareengineering
-4
3
33.0
Analyzed
90
Jul 14, 2025 259
c# .net libraries +2
softwareengineering
1
3
32.8
Analyzed
91
Oct 31, 2025 282
frameworks project-structure front-end +1
softwareengineering
-1
2
32.3
Analyzed
92
Sep 22, 2025 276
design-patterns object-oriented unit-testing +2
softwareengineering
1
1
32.1
Analyzed
93
Sep 2, 2025 235
domain-driven-design repository aggregate +2
softwareengineering
0
2
31.9
Analyzed
94
Dec 27, 2025 216
design architecture database +2
softwareengineering
0
1
31.8
Analyzed
95
Sep 8, 2025 293
api websites web-scraping
softwareengineering
1
1
31.8
Analyzed
96
Dec 15, 2025 230
deployment release-management release
softwareengineering
0
3
31.6
Analyzed
97
Nov 10, 2025 287
database web-applications crm
softwareengineering
1
2
31.4
Analyzed
98
Aug 28, 2025 267
.net continuous-integration github +2
softwareengineering
1
1
31.2
Analyzed
99
Sep 18, 2025 258
c++ object-oriented-design factory
softwareengineering
2
3
31.0
Analyzed
100
Oct 24, 2025 261
design domain-driven-design functional-programming +2
softwareengineering
2
1
30.9
Analyzed
#81
Analyzed

How can I introduce migration scripts to a team that has stopped using them?

softwareengineering
Aug 25, 2025
database
Score
1
Answers
3
Views
321
Trend
35.0
#82
Analyzed

How to design extensible data aggregation code to avoid manual updates in multiple places?

softwareengineering
Oct 1, 2025
design-patterns refactoring
Score
2
Answers
2
Views
319
Trend
34.9
#83
Analyzed

Is it okay to mix OOP and modular approaches when building a backend with TypeScript/JavaScript?

softwareengineering
Oct 16, 2025
design architecture object-oriented +2
Score
2
Answers
1
Views
299
Trend
34.7
#84
Analyzed

How to avoid pushing a "Sleep" command?

softwareengineering
Feb 20, 2026
git version-control scripting +2
Score
1
Answers
4
Views
196
Trend
34.7
#85
Analyzed

Building coupon redemption system with multiple counters

softwareengineering
Dec 12, 2025
design architecture database +2
Score
1
Answers
1
Views
236
Trend
34.1
#86
Analyzed

Release strategy and semantic versioning for shared libraries in a microservices architecture

softwareengineering
Jan 3, 2026
microservices release-management semantic-versioning
Score
3
Answers
2
Views
224
Trend
33.7
#87
Analyzed

How to deal with a programmer who acts as a proxy for AI?

softwareengineering
Feb 18, 2026
code-reviews teamwork artificial-intelligence
Score
7
Answers
5
Views
145
Trend
33.6
#88
Analyzed

Naming convenience wrappers

softwareengineering
Jul 3, 2025
naming
Score
0
Answers
2
Views
329
Trend
33.3
#89
Analyzed

Optimizing a "Transfer-Encoding: chunked" parser

softwareengineering
Aug 16, 2025
javascript optimization
Score
-4
Answers
3
Views
296
Trend
33.0
#90
Analyzed

Should HTTP clients be encapsulated in a C#/.NET library?

softwareengineering
Jul 14, 2025
c# .net libraries +2
Score
1
Answers
3
Views
259
Trend
32.8
#91
Analyzed

Does it make sense to use next.js only for the front-end?

softwareengineering
Oct 31, 2025
frameworks project-structure front-end +1
Score
-1
Answers
2
Views
282
Trend
32.3
#92
Analyzed

OO design - Process that relies on the current state of objects

softwareengineering
Sep 22, 2025
design-patterns object-oriented unit-testing +2
Score
1
Answers
1
Views
276
Trend
32.1
#93
Analyzed

How could I map a complex DTO to a Domain Aggregate in a Repository?

softwareengineering
Sep 2, 2025
domain-driven-design repository aggregate +2
Score
0
Answers
2
Views
235
Trend
31.9
#94
Analyzed

Does modern isolation techniques help reduce contention for highly contended counter updates?

softwareengineering
Dec 27, 2025
design architecture database +2
Score
0
Answers
1
Views
216
Trend
31.8
#95
Analyzed

Can I get Open Graph Protocol data without behaving as a web scraper?

softwareengineering
Sep 8, 2025
api websites web-scraping
Score
1
Answers
1
Views
293
Trend
31.8
#96
Analyzed

Automating application release process

softwareengineering
Dec 15, 2025
deployment release-management release
Score
0
Answers
3
Views
230
Trend
31.6
#97
Analyzed

What is a good strategy to avoid creating duplicate profiles for many individuals in a database?

softwareengineering
Nov 10, 2025
database web-applications crm
Score
1
Answers
2
Views
287
Trend
31.4
#98
Analyzed

How to manage connection strings for CI/CD and local debugging that works for .NET Framework web apps and desktop apps?

softwareengineering
Aug 28, 2025
.net continuous-integration github +2
Score
1
Answers
1
Views
267
Trend
31.2
#99
Analyzed

Adding "caller specific" special cases to a factory

softwareengineering
Sep 18, 2025
c++ object-oriented-design factory
Score
2
Answers
3
Views
258
Trend
31.0
#100
Analyzed

How should domain models be designed — rich domain models with encapsulated logic vs. anemic models with separate service/util layers?

softwareengineering
Oct 24, 2025
design domain-driven-design functional-programming +2
Score
2
Answers
1
Views
261
Trend
30.9

Export Results

Export your filtered results for further analysis.

Generate Ideas
View our business methodologies, calculator formulas, research sources, data partners, benchmarks, statistical variations, and testing frameworks in our comprehensive methodology documentation.
Methodology & Sources