#Design #Guidelines
Button states · Effective indication of 5 button conditions https://ilo.im/163ioo
_____
#Buttons #Usability #DesignPatterns #ProductDesign #UiDesign #WebDesign #Development #WebDev #Frontend
#Design #Guidelines
Button states · Effective indication of 5 button conditions https://ilo.im/163ioo
_____
#Buttons #Usability #DesignPatterns #ProductDesign #UiDesign #WebDesign #Development #WebDev #Frontend
#Design #Inspirations
Users hate waiting · How to make loading screens a bit enjoyable https://ilo.im/163dwy
_____
#Perception #Impatience #Accessibility #Usability #DesignPatterns #ProductDesign #UxDesign #UiDesign #WebDesign #WebPerf
Breadcrumbs Are Dead in Web Design, by @webdesignerdepot.bsky.social:
https://webdesignerdepot.com/breadcrumbs-are-dead-in-web-design/
#Design #Lessons
Notification Psychology Lab · Learn what makes notifications hard to ignore https://ilo.im/162rnr
_____
#Course #Notifications #Psychology #DesignPatterns #DeceptiveDesign #ProductDesign #UxDesign #UiDesign #WebDesign
See how to iterate a composite dataset without exposing its internal logic. Its a combination of the composite and Iterator design patterns while implementing an office furniture system. It uses workstation as a composition of office chair, desk and cabinet.
Read More...
https://muwangaxyz.medium.com/composite-and-iterator-design-pattern-combination-in-typescript-9840aab74dd5
Create maintainable and scalable code using a strongly typed Typescript by combining abstract factory method and proxy design pattern. I have just implemented them using an online office furniture system with chairs, desks and sofa creation.
Here is how
#Design #Launches
User Interface Elements · An illustrated glossary of UI controls and elements https://ilo.im/162l1q
_____
#Glossary #UI #UiControls #DesignPatterns #ProductDesign #UxDesign #UiDesign #WebDesign
What's a good example of a famous Node.js package that uses the State design pattern?
#Design #Guides
Badges vs. pills vs. chips vs. tags · How they differ and how to choose the right one https://ilo.im/16282g
_____
#Badges #Pills #Chips #Tags #Component #DesignPatterns #DesignSystems #ProductDesign #UiDesign #WebDesign
#Design #Fun
Dark Patterns Detective · A puzzle game to learn spotting deceptive design https://ilo.im/161r4a
_____
#Psychology #UserBehavior #DesignPatterns #DarkPatterns #DeceptiveDesign #ProductDesign #UxDesign #UiDesign #DigitalDesign #WebDesign
Do Code LLMs Grasp Design Patterns? A Deep Dive into AI's Coding Capabilities
A new study investigates the understanding of design patterns by Code Large Language Models (LLMs), revealing significant biases that could impact software development. This research sheds light on th...
#Design #Inspirations
Awwward-winning animation techniques · Impressive web animation design patterns in practice https://ilo.im/161tu3
_____
#Animations #Transitions #DesignPatterns #ProductDesign #UxDesign #UiDesign #WebDesign #Development #WebDev #Frontend
I am beginning to favor 'explicit' over 'implicit' programming.
No guesswork. Limited risks.
You know exactly what you're in for.
Don't play Plinko with data.
Be explicit.
@brandon_rhodes 's Python Design Patterns explores why many traditional OO patterns are irrelevant to Python, with its first class functions, optional arguments, etc.
We have a "rules engine" in a database. Another application uses it for a specific task.
The rules are ranked just like a "search engine".
There's no real apparatus to regression test this thing when you update a rule.
Did it break another rule? I don't know. I can't manually test all possible permutations of each rule. That's what automation is for.
I need something .. to test all this.
Recommendations?
Feels like this is designed....bad
Implementing custom dependency properties in WPF (+example).
https://buff.ly/4g4IIfx
#wpf #dotnet #mvvm #xaml #csharp #designpatterns #ui #windowsdev
Fixing Frustrating Design Patterns For 2025
by @vitalyf at @smashingmag
Free Workshop, 3h + Q&A • Wed, February 12 2025
09:00 – 11:30 AM PT • 18:00 – 20:30 CET
https://smashingconf.com/online-workshops/workshops/frustrating-design-patterns/
Implement ICommand in a WPF app with Metalama.
https://blog.postsharp.net/icommand-metalama
#dotnet #wpf #csharp #xaml #databinding #designpatterns #mvvm #metalama