Monolith to microservice patterns
Two pattern that can help you with carving out functionality from a monolith

Search for a command to run...
Two pattern that can help you with carving out functionality from a monolith

Let's start with an example: every 1 has at least two 0s following immediately after. Reverse: every 1 has at least two 0s preceding it. Again, once we know the first, we can do its reverse mechanically (using Non Deterministic FSM). Notice that this...

This post is part of my lecture notes on the theory of computation. This is lecture 1. You can view all the articles under this serie here. I decided to open source some of my university course notes instead of having them neatly packed in my google ...

The 4-layer internet model is an abstract organization of the functions of a network communication. Each layer is implemented as an independent module and as such their implementation can change without affecting the others'. Layer 4, the Applicatio...