Brad Power, Senior Director Digital Product & User Experience at Kendra Scott, shares factors to consider in build, buy, or ally decision.
Use React Hook Form and Zod to build a multi-step form component in React that handles input validation, tracks form progress, and more.
Matt Moore talks about how new technology, such as AI, is changing healthcare for the better and improving patient outcomes.
Luc Lam shares what innovation looks like in words versus in execution within teams, and how to manage stakeholder expectations for each one.
Sara Sell, Director of Product Management at Daxko, shares how she developed skepticism and curiosity from her time in teaching and research.
Object.groupBy
: An alternative to Array.reduce
Learn how Object.groupBy
and Map.groupBy
improve JavaScript data grouping over reduce, with performance benchmarks and comparisons.
The login screen can literally make or break a product experience. Here are some best practices you can follow.
Build a React Native Turbo Module for Android to access device info like model, IP, uptime, and battery status using native mobile APIs.
Your product backlog should be a vehicle to drive value but it often becomes a distraction to what really matters.
Learn how to measure round-trip time (RTT) using cURL, a helpful tool used to transfer data from or to a server.
React.memo prevents unnecessary re-renders and improves performance in React applications. Discover when to use it, when to avoid it, and how it compares to useMemo and useCallback.
Learn how React’s useCallback hook boosts performance by memoizing functions and preventing unnecessary re-renders with practical examples and best practices.
Learn the characteristics of the virtual document object model (DOM), explore its benefits in React, and review a practical example.
The T-layout makes digital products simpler and easier to use, which helps users browse content smoothly and keeps them on the site longer.
You might start with if...else
statements. But as your logic grows more complex, you’ll discover the switch statement in JavaScript is simply better for handling multiple conditions in a clean and readable way.
Product managers aren’t perfect and mistakes will happen. However, every issue offers a learning opportunity.
Vamsee Chamakura talks about how his engineering background helps him act as a bridge between different groups in the organization.
Learn how to use JavaScript dictionaries with Objects and Maps. Discover key differences, performance insights, and best use cases with practical examples.