Aviral Vaid
@aviralv
111
781
2.14k
medium.com/prodpad/how-to-build-a-product-roadmap-everyone-understands-522b36270e5
May 31, 2023
3
medium.com/irlproduct/the-forgotten-cousin-of-okr-that-could-make-it-10x-better-1bdff5c32b1f
May 31, 2023
1
collabfund.com/blog/thoughts/
May 31, 2023
13
collabfund.com/blog/vicious-traps/
May 31, 2023
7
collabfund.com/blog/expectations-debt/
May 31, 2023
3
www.ravi-mehta.com/product-strategy-stack/
May 29, 2023
13
www.reforge.com/blog/set-better-goals-with-ncts-not-okrs
May 29, 2023
24
gibsonbiddle.medium.com/2-the-dhm-model-6ea5dfd80792
May 8, 2023
11
uxdesign.cc/how-do-i-approach-product-strategy-f5333c864e37
May 5, 2023
4
www.linkedin.com/pulse/finding-your-sweet-spot-when-managing-productmanagers-noa-ganot/?utm_source=Mind+the+Product+Newsletter&utm_campaign=07a9ec9d9f-prioritised-newsletter-2023-03-20_COPY_01&utm_medium=email&utm_term=0_babd9cfe61-07a9ec9d9f-110488692
Apr 30, 2023
8
www.notboring.co/p/intelligence-superabundance
Apr 25, 2023
1
hbr.org/2016/09/the-elements-of-value
Apr 14, 2023
7
cdixon.org/2013/08/04/the-idea-maze
Apr 13, 2023
7
medium.com/accelerated-intelligence/the-threat-to-knowledge-workers-is-not-ai-or-automation-its-their-horrifying-lack-of-productivity-58ce0b0ceade
Apr 10, 2023
3
medium.com/@zanelisa15/how-do-i-improve-my-storytelling-skills-as-a-pm-c9a5f1b5c7aa
Apr 7, 2023
1
www.julian.com/blog/storytelling
Apr 4, 2023
1
www.aboutamazon.com/news/company-news/2016-letter-to-shareholders?tag=wwwinccom-20
Mar 31, 2023
15
medium.com/agileinsider/what-exactly-is-product-discovery-product-discovery-101-e45f751a8d05
Mar 25, 2023
2
medium.com/irlproduct/codifying-product-discovery-process-5e4db83a00ca
Mar 25, 2023
12
medium.com/irlproduct/arise-a-product-managers-guide-to-working-with-engineers-647c3675d294
Mar 25, 2023
8
www.departmentofproduct.com/blog/microservices-explained-for-product-managers/
Mar 23, 2023
5
blog.prototypr.io/how-to-use-chatgpt-for-ui-ux-design-25-examples-f7772bea3e70
Mar 23, 2023
6
medium.com/swlh/career-cheat-codes-i-know-at-36-that-i-wish-i-knew-at-26-b0e385fa9988
Mar 21, 2023
12
bootcamp.uxdesign.cc/how-to-use-chatgpt-in-product-management-f96d8ac5ee6f
Mar 21, 2023
14
medium.com/@yaelg/product-manager-guide-part-6-engineering-considerations-machine-learning-system-architecture-246b80a052ae
Mar 21, 2023
5
medium.com/@yaelg/product-manager-guide-part-5-machine-learning-is-very-much-a-user-experience-ux-problem-82ad312678ae
Mar 21, 2023
10
medium.com/@yaelg/product-manager-guide-part-4-roles-skills-and-org-structure-for-machine-learning-product-teams-b8cafaab398f
Mar 19, 2023
5
medium.com/@yaelg/product-manager-guide-part-3-developing-a-machine-learning-model-from-start-to-finish-c3e12fd835e4
Mar 19, 2023
8
medium.com/@yaelg/product-manager-guide-part-2-what-you-need-know-machine-learning-algorithms-models-data-performance-cff5a837cec2
Mar 19, 2023
7
medium.com/@yaelg/product-manager-guide-part-1-what-machine-learning-can-do-for-your-business-and-how-to-9f7eb7dced05
Mar 17, 2023
14
medium.com/irlproduct/the-problem-solvers-playbook-17-questions-to-sharpen-your-thinking-167e2ce134c2
Mar 10, 2023
34
www.inc.com/justin-bariso/amazon-uses-a-secret-process-for-launching-new-ideas-and-it-can-transform-way-you-work.html
Mar 10, 2023
5
www.departmentofproduct.com/blog/modern-ways-to-create-product-requirements-documents/
Mar 10, 2023
2
medium.com/mind-cafe/4-habits-by-jay-shetty-to-build-boost-your-self-confidence-e2f1fa0d0d65
Mar 6, 2023
4
www.departmentofproduct.com/blog/how-to-conduct-a-product-health-check/
Mar 3, 2023
9
www.departmentofproduct.com/blog/5-ways-to-keep-teams-aligned-as-a-product-manager/
Mar 3, 2023
3
medium.com/irlproduct/how-senior-product-managers-think-differently-c5d8cd0cb52c
Mar 3, 2023
27
www.departmentofproduct.com/blog/how-to-create-a-product-vision-statement/
Mar 2, 2023
5
www.thedecisionstack.com/
Mar 2, 2023
3
www.erezdruk.com/post/a-new-way-to-think-about-product-market-fit?utm_source=departmentofproduct_newsletter&utm_medium=departmentofproduct_newsletter&utm_campaign=Department+of+Product+Weekly+Briefing
Mar 2, 2023
7
The idea behind using a microservice is that the code base is split up into distinct areas, each independently responsible for a specific function or business capability, and can be developed, tested, and deployed independently of the other services in the application.
Some of the potential downsides of using microservices include:
Complexity – microservices can be more complex to develop and maintain than a monolithic application because they require coordination between multiple services.
Debugging and troubleshooting – microservices can be more difficult to debug and troubleshoot because errors can be hard to track down when they span multiple services.
Latency and speed – the communication between microservices can add overhead and increase latency, which can impact the performance of the overall system.
Cost – microservices can be more expensive to operate because they require more infrastructure to support the individual services.
having a birdseye view of your applications help you and your team identify potential security risks. One of the most common ways products are left vulnerable to attacks these days is through endpoint exposure.
poor architectural decisions will inevitably impact your ability to scale.
build to change, don’t build to last. Strong tech leads will anticipate change and build solutions in ways that anticipate change further down the line. Service oriented architecture embodies this principle since it anticipates further changes and allows new, interoperable services to be introduced in the future