DEV Community

Cover image for DEMO Model: A Surprising Way To Be a Better Software Developer
Alexey Migutsky for Metadevelopment

Posted on • Updated on • Originally published at metadevelopment.io

DEMO Model: A Surprising Way To Be a Better Software Developer

Originally published at our Metadevelopment blog.
Subscribe to our digest and get our free Career Hacking Starter Kit!

You have probably seen some anonymous salary stats where there are people who earn twice and three times more than you, being at the same level as you. You may even know some people like that in your community.

Have you ever asked a question "What are they doing differently from me?" or "Why would anyone pay THAT amount of money for Javascript (Java/Go/PHP)!?"

Here is the truth: they are not doing something crazily different.

Most probably, their coding skills are quite the same you have! They just have some in-demand skills which accompany their coding skills and which they are known for.

So, what can we learn from those people and how can we level up our game?

DEMO Model

DEMO model is a handy abbreviation for a high-level set of skills:

  • 💼 Domain Knowledge
  • 🔧 Engineering
  • 📢 Marketing,
  • 👑 being Outstanding.

💼 Domain Knowledge

Domain Knowledge is very straightforward in its essence: knowing the rules of the business you are in.
You should understand how processes tick, how the rules are made, what viable strategies for your domain exist.

You should have the perspective (getting a big picture) of the business you are in.

Knowing the domain is beneficial in several ways:

  1. It makes communications easier.
  2. It helps to understand decision being made by "business people".
  3. It helps to predict how the system may scale and change.

Business is a system. All things your create as a Developer exist withing this system and therefore are affected by it's rules.

If you have never thought about business as a system, there is a great book to introduce you to this concept: "E-Myth Revisited".

🔧 Engineering

In general, Engineering is creating systems with predictable systematic effects. Those effects are what people eventually pay for.

In our context, Engineering consists of:

  1. Code construction.
  2. System design.
  3. Maintenance and Operation.
  4. Security.
  5. Usability.
  6. and more...

Most programmers focus too much on code construction. New frameworks, best practices, OOP vs Functional languages - those topics do not matter as much.

If you find yourself focusing on code, you are missing a bigger picture:
We are paid not for producing well-crafted code. We are paid for solving problems with technologies.

Engineering is the most obvious part of DEMO model. Nevertheless, developers too often ignore "unrelated" part of the craft. Do not do that - expand your fundamental knowledge.

📢 Marketing

Marketing is the most negligible part of DEMO model. But marketing is the activity which multiply value your create.

Marketing is making people who need your app or service know that this solution exists.

Knowing marketing will help you to answer these questions:

  1. How and Why people are buying your product or service?
  2. Who are those people?
  3. How do you get in touch with them?
  4. Why do we need to ship some feature before specified deadline?
  5. Why most people focus on features?

If you need an introduction to marketing, start with "Crossing the Chasm". This book is a bible of high-tech marketing.

👑 Being Outstanding

How can you be outstanding?
Ther are a lot of ways to do that, but most important things are that:

  1. You work results should be visible. You need to learn how to talk about your results and surface hard-to-evaluate things. Teaching other people to solve the same problems is a very good way too.
  2. You should be recognizable among your colleagues. Lending a helping hand often helps with that. As well as proactively taking responsibilities for cross-cutting things on the project.
  3. You should be known outside your work for your specialization. Ideally, you want to be known among decision-makers (CEO/CTO/Hiring Managers/Business Owners) for your ability to solve problems with technologies. At the very least you need to be publicly recognizablein your professional community. This is where public speaking and networking help a lot.

All in all, being Outstanding boils down to Communication skills. One profound read that has completely changed my vision of being an effective engineer is this study from Bell Labs. It is considered an essential reading for Metadevelopment members.

How to Put This Knowledge Into Practice?

First, it's a good idea to make a basic self-assessment to understand how do you fit into the model. Answer this questions:

  1. How much do I know about the business I am in?
  2. What aspects of Engineering am I familiar with? Which aspects do I consciously use in my day-to-day work?
  3. Do I really understand why people buy the product/service we are building?
  4. Do people around know that I have that knowledge? Is it visible and understandable from my CV?

Second, make a plan on how to improve in the areas where you do not have much knowledge.
Start with the essential reading mentioned above. Find people who know more than you and learn from them.

Third and most important - put your new knowledge in practice!

Do you want to grow differently? Join Metadevelopment and get new superpowers!

Top comments (0)