Tag: Patterns

Structural Design Patterns Introduction

In this video we will discuss 1. Introduction to Structural Design Patterns 2. Types of Structural Design Patterns Introduction to Structural Design Patterns : In the previous sessions we have …
0

Google I/O 2012 – Go Concurrency Patterns

Rob Pike Concurrency is the key to designing high performance network services. Go’s concurrency primitives (goroutines and channels) provide a simple and efficient means of expressing concurrent execution. In this …
0