Architecture Patterns vs Architectural Styles
Often, Architectural Patterns and Styles are concepts that are used interchangeably, but they refer to different abstractions.
Wed 9th, Oct 2019
Often, Architectural Patterns and Styles are concepts that are used interchangeably, but they refer to different abstractions.
Wed 9th, Oct 2019
Reactive Architecture helps you to build scalable systems. It's all about Consistency, Availability, and Scalability.
Fri 16th, Aug 2019
The unicode system allows us to represent characters as bits, which is what a machine can actually understand.
Wed 2nd, Sep 2020
Command Query Responsibility Segregation & Event Sourcing are techniques used to achieve both resilience and elasticity in a system.
Wed 4th, Sep 2019
Message driven systems are those that communicate primarily through asynchronous, non-blocking messages. Let's see some patterns that help us achieve this.
Fri 30th, Aug 2019
Using flags to control the state of your system can become messy really quickly. Try using a state machine (or at least an enum) to overcome this 🔥
Tue 2nd, Jun 2020
Domain Driven Design gives a set of guidelines and techniques that we can use to try to break larger domains into smaller domains.
Mon 29th, Jul 2019
Markdown is a lightweight markup language that can be converted to different output formats, including HTML.
Fri 20th, Sep 2019
Traditional computers work with bits, 0 and 1. Quantum Computers work with "qubits".
Mon 11th, Nov 2019
Reactive Architecture seeks to provide an experience that is responsive under all conditions.
Fri 19th, Jul 2019
Microservices are techniques that allow us to isolate the inherent complexity, not just of our software, but of our development processes as well.
Sat 10th, Aug 2019
An introduction to the most common serverless patterns use cases & characteristics.
Thu 28th, Nov 2019
Machines don’t really understand the url’s that we type everyday, they have to use a system to translate them into something they can understand.
Sat 22nd, Aug 2020
JAMStack is a term used to identify a way of building web applications using JavaScript, API's, & Markup.
Sun 15th, Sep 2019