Insights

Being a technology consultant and SaaS Founder, I get to speak with lot of people. I impart most valuable knowledge from them. I share those learnings here.


A client once asked for a small update: “Just add three extra fields on this screen.”

Sounds easy. But that one change meant:

  • Updating database structure
  • Modifying APIs
  • Adjusting validations
  • Changing reports
  • Handling existing data

What looked like a 10-minute UI tweak turned into a full system-wide update. And this happens all the time.

Because in software, nothing lives in isolation.Every small change has ripple effects. The problem isn’t the request. It’s the assumption that it’s “simple.”

Six months ago, a client was ready to pay me ₹1 lakh to start building an education portal.

I told him to pause. Because the core of his product depended on a third-party provider.

Instead of starting development, I asked him to sit with me and document everything:

  • What he expects
  • What the third-party actually provides
  • What’s missing

The gap was huge.There were critical pieces the third-party didn’t support yet.

A few months ago, many companies rushed to replace developers with AI.

It looked promising.Faster output. Lower cost. Less dependency. But reality kicked in. AI-generated code started:

  • Breaking existing features
  • Lacking consistency
  • Creating more maintenance overhead

And slowly, silently… companies started hiring developers back into the same roles.

Here’s the truth: AI can help you accelerate development.But it cannot take full ownership of a production system.

A friend wanted to build a simple e-commerce site. He comes from business background.

He approached a few developers.

  • One suggested Shopify with a detailed plan
  • One proposed a .NET-based custom solution
  • Another said they’d build it in Flutter

Three options. Three directions. He got confused.

But the real problem wasn’t the developers. It was this: He never defined what he actually wanted.

I’ve seen this happen too often.

A client shares a brief idea.The developer replies with a price on WhatsApp.

There will be No requirement document , No scope clarity, No defined deliverables.But sill the project starts.

Everything looks fine… until midway. That’s when things begin to surface: “This feature wasn’t discussed” , “This will cost extra” , “This is out of scope”

Most SaaS products get authentication almost right.

They use JWTs. That’s correct implementation, but either:

  • Tokens expire too quickly, so users get logged out constantly
  • Or they last too long, creating security risks

What’s usually missing? A proper refresh token implementation.

In a recent audit, I spotted this exact issue.The JWT token was set to expire after 6 hours, with no refresh token mechanism in place.

My client said, “Let users explore first.”

I didn’t agree. “If users skip setup, they won’t reach the wow moment.” That was my point in the meeting

Instead of just pushing back, I showed them:I signed up on competitor products and walked them through how onboarding is done right.

That’s when it clicked. After 30 mins of discussion he understood the importance of onboarding flow.

Recently a new client asked me to review a product built by another developer. He had outsourced it to some development agency.

Everything looked fine , untill I tested it.

I was able to delete a category that was already linked to products.It didn’t show any warning.

People say, “tester missed it.” But this was an issue in all modules.

Few month ago, I got a call from a consultant for a Shopping Mall in Bhopal. They had upcoming Lucky Draw Contest in their Shopping Mall

They wanted a simple solution. They wanted a way allow buyers to register themselves when they purchase for more than Rs 5000. Then they want to generate the Lucky Draw coupons and print them.

Why Print ? Why not Paperless – It was just to align with buyer’s mindset. They want to print the coupon and make buyers to drop it in the Lucky Draw Contest box.

I create a simple solution using combination of Google Forms , Google Sheets.