Member-only story

A Microservices implementation journey — Part 1

Aram Koukia
Koukia
Published in
19 min readJan 14, 2018
Image from “.NET Microservices — Architecture for Containerized .NET Applications” book: http://aka.ms/MicroservicesEbook

Well, it’s that time where everyone is talking about Microservice, what they are, how they work, etc, and here I am putting my thoughts out there.

Article Overview

I am going to cover 3 main areas, plus several not very “main” areas.

1. Architecture

I will be talking about Architecture considerations around Microservices and how those considerations fit together to shape our solution.

We will also be looking at some of the patterns to consider more than anything else, but obviously you will need to tweak these patterns and recommendations for your own particular needs.

2. Implementation

I will show you some simple implementations using .Net to give you a better understanding of how things will probably look like.

3. Deployment

This part is where Docker comes to the picture, and we will take a look a the technologies available around DevOps and we will see…

--

--

Published in Koukia

Vancouver based Software Engineer and Leader, Geek, Hiker …. Living my dream life.

Written by Aram Koukia

Software Engineer, Engineering Leader and Manager @ AWS. Living my dream life. http://koukia.ca/

Responses (24)

What are your thoughts?