diff --git a/content/roadmaps/109-golang/content/109-go-microservices/readme.md b/content/roadmaps/109-golang/content/109-go-microservices/readme.md
index 34fcbdf8e..ce767599a 100644
--- a/content/roadmaps/109-golang/content/109-go-microservices/readme.md
+++ b/content/roadmaps/109-golang/content/109-go-microservices/readme.md
@@ -1 +1,10 @@
-# Go microservices
\ No newline at end of file
+# Microservices
+
+Microservices are an architectural approach to software development that allows the creation of a distributed application from deployable services that allow communication through a well-defined API. Being a solution to monoliths.
+
+Free Content
+
+Introduction to microservices
+Microservice Patterns and Resources by Chris Richardson
+Microservices AntiPatterns and Pitfalls - Mark Richards
+Building Microservices, 2nd Edition - Sam Newman