What Every Business Wants From An Engineer

Alexey Migutsky
Full Stack Engineering
3 min readOct 9, 2015

--

Let me shed some light on what every business actually wants from you as an engineer. And why it may be wise to think about “end users” first all the time.

The Secret

The main purpose of any business is to make money.
Preferably tons of money.

But the main driver, which lets any business to make money, is solving real problems for end users.

Every person on the Earth wants his problems to disappear as soon as possible.

Some times people even gonna pay your for making those problems disappear.

Happy users are the fuel of any business engine!

What do they want from me?

So you are an engineer. And you can write code.
Congratulations!

The first and foremost thing you can bring on the business table is a capability to solve problems via automation.

Automation

Got it?

Business does not want you to write some code. It wants you to automate problem solving.

This is your colleagues who wants you to write code.
Because that’s how automation is made.

Some of them want you to write clean code.
Because that’s how you do not die while automating things.

Why is the universe like that?

We all know the answer: 42.

But there are something more. Here is three more essential things any business should provide:

  1. Start solving real users’ problems ASAP.
  2. Keep on improving the solution.
  3. Deal fast with unforeseen issues, which came up during problem solving act. Or those problems will kill the business.

Note: You do not write clean code to make point #1 work. But you need to write clean code to deal with point #3.

Let’s transform this list a little bit and put it in programmer’s language:

  1. You need to deliver even non-optimal solutions.
  2. You need to control the complexity to be able to add features.
  3. You need to make things maintainable.

There is always a balance.

But keep in mind, that the only thing that matters is end user happiness.

The only thing that matters in end user happiness

So, what can I do about that?

  1. Give this info 5 minutes.

2. Figure out a plan which will work for you.

3. Make things happen!

Here is a useful mantra to keep you focused:

Make it work. Make it right. Make it fast.

Originally published at www.fse.guru.

--

--