🌍Accessing remote objects made easy with the Remote Proxy Pattern! Learn how in our on-demand webinar.
▶️Learn more about this proxy pattern and more proxies: https://youtu.be/KyDhZkKMzew
#DesignPatterns #SoftwareDevelopment
Latest posts tagged with #designpatterns on Bluesky
🌍Accessing remote objects made easy with the Remote Proxy Pattern! Learn how in our on-demand webinar.
▶️Learn more about this proxy pattern and more proxies: https://youtu.be/KyDhZkKMzew
#DesignPatterns #SoftwareDevelopment
New article from Smashing Magazine – Building Dynamic Forms In React And Next.js — Smashing Magazine
smashingmagazine.com/2026/03/buil...
#ux #design-patterns #interaction-design #web-development
The secret to impressing your supervisors? #softwarearchitect #designpatterns – YouTube
The secret to impressing your supervisors? #softwarearchitect #designpatterns It’s not just writing more code. In this testimonial, a team leader with 8 years of experience shares how they finally found a clear…
New article from UX Magazine – Dark Patterns: When Design Crosses the Line
uxmag.com/articles/dar...
#ux #design-ethics #design-patterns #ux-strategy
New article from CSS Tricks – The Value of z-index | CSS-Tricks
css-tricks.com/the-value-of...
#ux #design-patterns #design-principles #design-systems
0x03 Design Patterns
This time we talk about #DesignPatterns in the context of communication through code. And about a lot of other things. This reflects very well, what well applied design patterns are: something, that can ease your cognitive load, without being noticed much.
code-is-communication.fm/@podcast/epi...
Have you used the pipeline design pattern?
Read more here:
www.devleader.ca/2024/01/12/how-to-implem...
#designpattern #designpatterns #csharp
By leveraging the built-in transaction management capabilities of #NServiceBus, we were able to create cleaner and more maintainable code. 🎉
See how Kyle did this: 👀↙️
blog.nimblepros.com/blogs/unit-of-work-made-...
#DesignPatterns
New article from Nielsen Norman Group – GenUI In Real Life: Buttons and Checkboxes
www.nngroup.com/articles/gen...
#ux #conversational-design #design-patterns #interaction-design
When #NServiceBus processes a message, it automatically creates a transaction scope that includes the database operations performed within the handler. 📨
In this post, Kyle mentions how this works: ↙️
blog.nimblepros.com/blogs/unit-of-work-made-...
#DesignPatterns
New article from UX Magazine – Designing for Dependence: When UX Turns Tools into Traps
uxmag.com/articles/des...
#ux #design-ethics #design-patterns #psychology
⚒️ In the .NET ecosystem, many ORMs already implement the UoW pattern, like Entity Framework Core’s DbContext.
This is a pattern we also see with transactional messaging in #NServiceBus. Read more: 👀↙️
blog.nimblepros.com/blogs/unit-of-work-made-...
#DesignPatterns
🪖 "I love the smell of abstractions in the morning."
The Strategy Pattern often just moves the mess around. My latest for @level_up_coding introduces the Military Pattern: a 5-layer hierarchy to kill if-else chains for good.
🔗 tinyurl.com/military-pat...
#SoftwareArchitecture #DesignPatterns
New article from CSS Tricks – Yet Another Way to Center an (Absolute) Element | CSS-Tricks
css-tricks.com/yet-another-...
#ux #design-patterns #interface-design #web-development
The Unit of Work pattern coordinates multiple operations so they either all succeed or none do. 🧠
Learn how easy it is to use this pattern with #NServiceBus: ⬇️
blog.nimblepros.com/blogs/unit-of-work-made-...
#DesignPatterns
This is the BIG one. The mega list.
Read more here:
www.devleader.ca/2023/12/31/the-big-list-...
#designpattern #designpatterns #programming
Unit of Work is a pattern that helps manage changes to data across multiple operations, ensuring that all changes are committed or rolled back as a single unit.
Learn how you can do this with #NServiceBus: blog.nimblepros.com/blogs/unit-of-work-made-...
#DesignPatterns
There are patterns that make Rust shine. We will go through the most useful Rust design patterns and idioms, learning how to make high quality codebase. Read about all of that here:
softwaremill.com/mastering-ru...
#RustLang #SoftwareEngineering #DesignPatterns #Newtype #Programming
Bonus: From Java to Kotlin – Part XII: Sealed Classes vs Enums / Polymorphism
A blog by Justus
Considering a move to Kotlin? Coming from a Java...
#dev #softwaredevelopment #java #kotlin #designpatterns
jdriven.com/blog/2026/02/Java-To-Kot...
From Java to Kotlin – Part XI: The Builder Pattern vs Type-safe Builders / DSL
A blog by Justus
Considering a move to Kotlin? Coming from a Java background? In this short...
#dev #softwaredevelopment #java #kotlin #designpatterns
jdriven.com/blog/2026/02/Java-To-Kot...
A digital manufacturing facility for your CSharp objects!
Read more here:
www.devleader.ca/2023/12/26/examples-of-t...
#designpattern #designpatterns #programming
Boost your app's speed with the Cache Proxy Pattern! Learn how in our on-demand webinar.
Learn more about this proxy pattern and more proxies: https://youtu.be/KyDhZkKMzew
#DesignPatterns #SoftwareDevelopment
Learn how to implement the Singleton Design Pattern in just 10 minutes! Check out the new video tutorial to enhance your design skills. #DesignPatterns #SingletonPattern
New article from CSS Tricks – Distinguishing "Components" and "Utilities" in Tailwind | CSS-Tricks
css-tricks.com/distinguishi...
#ux #design-patterns #web-development #ui-design
Designing for Agentic AI: Practical UX Patterns for Control, Consent, and Accountability, by @smashingmag@mastodon.social:
www.smashingmagazine.com/2026/02/designing-agenti...
#design #ux #designpatterns #aiagents #ai
Unlock the power of the REPR design pattern in your software architecture! Learn how the Request, EndPoint, and Response model can streamline communication and improve your system’s efficiency. 🌟
https://deviq.com/design-patterns/repr-design-pattern/
#DevIQ #SoftwareDevelopment #DesignPatterns
New article from CSS Tricks – Spiral Scrollytelling in CSS With sibling-index() | CSS-Tricks
css-tricks.com/spiral-scrol...
#ux #animation #design-patterns #web-development
Have you heard of the factory design pattern?
Read more here:
www.devleader.ca/2023/12/17/what-is-the-f...
#csharp #dotnet #designpattern #designpatterns
Fitting a square peg into a round hole?
Read more here:
www.devleader.ca/2023/12/13/what-is-the-a...
#designpattern #designpatterns #programming
NServiceBus provides a built-in implementation of sagas that makes it easy to use. In this article, Kyle McMaster introduces us to sagas and the workflow that NServiceBus uses for them.
https://bit.ly/43Tzv7c
#NServiceBus #Sagas #DesignPatterns #SoftwareDevelopment