Design Patterns

Index, Item Sharding, and Projection in DynamoDB

Understanding the secondary index and projections should go hand in hand because of the fact that a secondary index cannot…

10 years ago

Design patterns

(For more resources related to this topic, see here.) Design patterns are ways to solve a problem and the way…

10 years ago

An overview of architecture and modeling in Cassandra

(For more resources related to this topic, see here.) Cassandra uses a peer-to-peer architecture, unlike a master-slave architecture, which is…

10 years ago

Organizing Backbone Applications – Structure, Optimize, and Deploy

(For more resources related to this topic, see here.) Creating application architecture The essential premise at the heart of Backbone…

10 years ago

Exploring Model View Controller

(For more resources related to this topic, see here.) Many applications start from something small, such as several hundred lines…

10 years ago

Low-level C# Practices

Working with generics Visual Studio 2005 included .NET version 2.0 which included generics. Generics give developers the ability to design…

12 years ago