The Web Foundation‘s Tech Policy Design Lab is working on an interesting-looking project to counter deceptive design — aka dark patterns* — with the goal of producing a portfolio of UX and UI ...
Event sourcing is an architectural software pattern that's useful to design complex and distributed systems, particularly those that run many processes concurrently. The pattern captures and stores ...
Design patterns have evolved to address problems that are often encountered in software applications. They are solutions to recurring problems and complexities in software design. We’ve discussed many ...
Take advantage of the proxy design pattern to provide a convenient placeholder for accessing a remote, complex, or protected object Design patterns are used to solve the recurring problems and ...
Some of the tools you use in building applications also apply as you build out your services. The Single Responsibility Principle (SRP), for example, makes as much sense at the service level as it ...