DEV Community

Salisu Adeboye
Salisu Adeboye

Posted on

Start With the Problem, Not the Technology

One thing I've noticed while studying modern software systems:

The hardest part of building software isn't writing code.

It's understanding the problem.

Most software projects fail long before a single line of code is written.

Not because of bad developers.

But because teams start with technology instead of outcomes.

Questions like:

❌ Should we use .NET or Node.js?

❌ Should we use Azure or AWS?

❌ Should we use SQL or NoSQL?

often come too early.

The better questions are:

✅ What problem are we solving?

✅ How will we measure success?

✅ What business outcome are we trying to achieve?

Technology decisions become much easier once those answers are clear.

This shift in thinking has changed how I approach software engineering, cloud architecture, AI-powered systems, and product development.

Start with the problem.

Then design the solution.

What technology decision have you seen teams spend too much time debating?

Top comments (0)