#design-patterns

[ follow ]
fromMedium
17 hours ago

GenUI Design: Foundational Patterns

Service design is evolving and we're quickly moving past static screens and pages toward dynamic, contextual experiences. In my previous article, Service Design in the Era of AI Agents, I discussed this evolution in detail. After reading it, many people reached out with one specific question: what exact design patterns will we use for GenUI apps? In this article, I decided to discuss specific foundational patterns for GenUI apps.
UX design
#product-design
fromPycoders
3 months ago

PyCoder's Weekly | Issue #689

The Gang of Four design patterns specify object-oriented solutions to common issues in code, yet Python lacks many of the problems these solutions address.
Python
Mobile UX
fromLogRocket Blog
3 months ago

Designing drag and drop UIs: Best practices and patterns - LogRocket Blog

Drag-and-drop interactions effectively enhance user experience by mimicking real-world actions.
Python
fromRealpython
3 months ago

Implementing the Factory Method Pattern in Python - Real Python

Factory Method design pattern facilitates the creation of objects with a common interface, essential for effective software development.
[ Load more ]