Dev Ward shares how she’s helped curate the digital experience for the WNBA’s growing fanbase, including redesigning and launching a new app.
TypeScript adds static typing to JavaScript code, which helps reduce unpredictable behavior and bugs. In the past, TypeScript code couldn’t […]
Michael Tuccinard discusses his efforts working with organizations to change perspectives and tactics around user experience.
Aislinn Wright talks about pillars that have shaped her product strategy, including open-mindedness and always asking why.
By using SRP, developers can produce code that is easier to debug, test, and extend, making it clearer, more maintainable, and scalable.
Ylang Nguyen talks about how she has helped teams work through the operational and cultural challenges that come with acquisitions.
Colin Brooks shares how digital product management influences a traditionally in-person institution — The Whitney Museum of American Art.
Promotions don’t just happen. I had to stop waiting, start asking, and rethink what “senior” really means. Here’s how I finally moved forward.
The switch to Go may be a pragmatic move in the short term, but it risks alienating the very developers who built the tools that made TypeScript indispensable in the first place.
Discover the basics and advanced use cases of type casting, how and why to use it to fix type mismatches, and gain some clarity on casting vs. assertion.
JavaScript date handling can be tough. Here are some native Date API tools and specialized libraries to tackle them with.
We’ve all read “The Lean Startup.” We get the theory. But when it’s time to ship, somehow we mess it up anyway.
Anti-personas flip traditional UX thinking. Instead of asking who you want, ask who you don’t. The payoff is sharper strategy.
Walk you through how to set up and use the Tailwind Typography plugin, also known as the @tailwindcss/typography or the prose plugin.
From now on, app developers can avoid the 30 percent cut Apple takes from most transactions and opt to process payments on their own.
Rangarakesh Kanchamreddy shares how he helps standardize the product requirements process via templates, context-setting, and collaboration.
In orgs where UX is overlooked, designers often feel invisible. Here’s how to earn trust and lead with small, strategic wins.
Implement secure authentication and role-based authorization in Astro using JWT, SSR, and Astro middleware for protected routes.