Scott Adams, the creator of Dilbert, swears by two strategies for an extraordinary life:
It’s obvious that striving to be the best would be the more rewarding choice of the two. However, it might not necessarily work out for everybody! The second seems fairly doable…. ‘doable’, not necessarily simple.
For a product manager, who is essentially at the intersection between business, technology, and user experience, being very good at two or more things would be imperative, if he aims to be the ‘best’ at his job!
‘Knowing how to code OR not’ is one of those things, which still is pretty much a gray area!
The answer to this question might seem deceptively obvious — what good would a product manager be without the requisite technical expertise?
On the other hand, there is also the question of why a product ‘manager’ would need to get into the technical nitty-gritty of coding — aren’t they supposed to be ‘managing’ the developers who are essentially the experts?
Most people, looking to build successful careers as product managers, face this dilemma — to code or not to code? Especially, junior product managers working in newly established startups, where knowing to code might as well be a matter of survival — they might have to double as troubleshooters!
Combing the internet for answers will reveal arguments in favour of both ends of the spectrum. Existing product managers will wax eloquent about how coding is a prerequisite to becoming a successful product manager!
For instance, here’ what Jeremy Glassenberg, former platform lead at Box, has to say about how a product manager should know to code, ‘to earn the respect of the engineers’.
https://medium.com/flowcap/why-you-need-to-learn-how-to-code-as-a-product-manager-54815aea031b
And then, there’d be the ones who simply talk about Steve Jobs to lay all arguments to rest!
“Steve didn’t ever code,” writes Wozniak. “He wasn’t an engineer and he didn’t do any original design, but he was technical enough to alter and change and add to other designs.”
So… How do you arrive at a conclusion?
At Plivo, we believe that while certain products might require product managers to know coding… Not knowing how to code is definitely not something an aspiring product manager should consider a hindrance in his ambitions to be the best amongst his contemporaries!
To be an awesome product manager, you DON’T need to be a great programmer! All you need to be is a ‘Code Hustler’!
Now we aren’t talking about anything illegal here! A code hustler is someone who doesn’t know how to write a program — but can sure read and understand codes! It’s a lot like being able to predict the weather, even though you may not be able to know the exact factors that cause the changes!
As a product manager, you need not get into the technical gobbledygook — all you need to know is what the resulting product would look like!
Well… Aside for the fact that you are going to be working on a technology product, knowing how to code hustle can actually make your life as a PM a whole lot easier. Here’s how!
Probably, the most important of them all — you get to build a trusted, respectful relationship with your engineers! You’ll be equipped to understand the challenges they face everyday, making you more empathetic towards them, and attempt to look for solutions for their problems.
To simplify the process, here’s a list of dos for you!
When building a product, you don’t just want to make it work now, but also in the future. Defining an architecture does just that, which at a high level means defining how objects interact with other.
Here’s a quick introduction! https://possiblemobile.com/2017/01/introduction-code-architecture/
If databases are the backbone of technology products, the face of these products are often created through CSS — the most common form that web pages take on the internet. It can also be very handy for creating interactive mockups or wireframes of your products, or for testing ideas for layout and interaction!
Tweaking pre-written codes can help you understand the code more minutely, which comes in handy especially for troubleshooting!
You can checkout http://www.cssbasics.com/ to get some help on this.
Debugging is pervasive and an integral part of every aspect of the development process. According to a study, engineers spend about 53% of their time in design activities, and the rest in verification activities! It could be needed to fix a new feature that’s not functioning right, or simply at a larger level, where you are trying to stay on top of breaking changes as you are adding more tests or fixing bugs.
Here’s something to help you understand it better!
http://rmosolgo.github.io/blog/2015/03/01/debugging-behavior-and-purpose/
It is the perfect way to learn what makes the web tick, figure out what’s broken on the sites, mock up what colour and font changes would look like, etc.
https://zapier.com/blog/inspect-element-tutorial/
Here are some quick reference guides for your benefit:
https://wtfismyengineertalkingabout.com/2017/03/11/wtf-is-a-tech-stack/ https://wtfismyengineertalkingabout.com/page/1/ (This one, you should bookmark!)
Sign up with Codecademy to learn these commands, and write short programs!
https://medium.com/@CohortPlus/data-science-fundamentals-for-product-managers-4c347c67b337
Namely the UI, the API, and the Data Layer — where different data lives, how it’s manipulated and accessed, where there are performance bottlenecks, etc.
https://nordicapis.com/api-mediation-why-you-need-api-experience-layer/https://tealium.com/what-is-a-data-layer/
As a product manager, it is imperative to be able to communicate and test out new ideas! This needs some expertise with wireframing, creating landing pages, and customer development.
That’s it! That’s all the coding you’ll need to become a product manager! That’s the finite answer to all your questions!
The goal, at the end of the day, is not about learning to code — it is about becoming a great product manager!
To be a great product manager, you need to be in the top 25% of these 3 things:
1. Understand the end use of the product:
Understand what makes a particular product work and if it doesn’t… the changes needed to make it work. This can happen only with some technical expertise.
2. Be a better writer:
Clear written communication is crucial for a product manager. It helps explain the product use cases better, list down the features in a better manner, creates convincing sales pitches, helps with writing effective landing page copies, etc. even though she/he is not primarily responsible for writing the final versions of it all.
Given the cross-functional nature of product management, communication across the organisation and maintaining stakeholder communication also places a huge demand on a product manager’s writing skills!
3. Understand what a particular code does:
Just to make sure that the product and technology strategies don’t diverge!
Given the nature of their jobs, product managers do need to know a little bit of everything — something like a ‘jack of all trades’. But, they definitely don’t need to be hard-core programmers to be the best!
For they are not tasked with ‘building’ the product per se — but ‘defining’ it. What’s more important is to be able to envisage what the product should be, and how it should evolve.
And for that, being a code hustler seems to be just about enough!
Originally published at www.plivo.com.