Skip to content

Instantly share code, notes, and snippets.

View SvetlinZarev's full-sized avatar

Svetlin Zarev SvetlinZarev

View GitHub Profile
@SvetlinZarev
SvetlinZarev / CleanArchitecture.md
Created March 31, 2020 15:54 — forked from ygrenzinger/CleanArchitecture.md
Summary of Clean Architecture by Robert C. Martin

Summary of book "Clean Architecture" by Robert C. Martin

Uncle Bob, the well known author of Clean Code, is coming back to us with a new book called Clean Architecture which wants to take a larger view on how to create software.

Even if Clean Code is one of the major book around OOP and code design (mainly by presenting the SOLID principles), I was not totally impressed by the book.

Clean Architecture leaves me with the same feeling, even if it's pushing the development world to do better, has some good stories and present robust principles to build software.

The book is build around 34 chapters organised in chapters.

import javax.net.ssl.HttpsURLConnection;
import javax.net.ssl.SSLContext;
import javax.net.ssl.SSLSocket;
import javax.net.ssl.SSLSocketFactory;
import java.io.IOException;
import java.net.InetAddress;
import java.net.Socket;
import java.net.URL;
import java.net.UnknownHostException;
import java.security.KeyManagementException;
@SvetlinZarev
SvetlinZarev / NameNodeTreeFromTheExample.png
Last active July 21, 2017 11:27
Understanding the IvmContext
NameNodeTreeFromTheExample.png