Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Untitled Document.md</title>
</head>
<body id="preview">
<h2 class="code-line has-line-data" data-line-start="0" data-line-end="1"><a id="Intro_0"></a>Intro</h2>

Intro

Hi, recently I've been learning new thnigs about distributed systems I noticed that there are a lot of theoretical videos about different patterns but no one really shows how to implement those concepts in practice.

That is why I decided to record this series about microservices. I will use python and the most popular technologies like docker, k8s, postgresql, kafka, redis, etc. You can take my code as a template for your own project or just look at my implementation.