Session Management – Architecting State Data
Most modern business applications have some state or context. This model can be easy to implement in a stand-alone application. However, multi-user applications like web... Read more
Most modern business applications have some state or context. This model can be easy to implement in a stand-alone application. However, multi-user applications like web... Read more
One of the most substantial challenges in system development is the application programming interface. The result is (ideally) a stable and well-defined interface for your... Read more
When we talk about creating an architecture for the future, integrations should always be a part of the discussion. These include importing, exporting, and direct... Read more
System logs and logging is one of the least sexy things in software development. Nevertheless, they are highly valuable. The ultimate challenge in a logging... Read more
While the GUI is used for most of our user interaction, there are other methods to consider as well. The areas of focus in this... Read more
Hackers are everywhere. Thus, security and authentication are essential pieces of software architecture. There are so many common features of application security available it may... Read more