diff --git a/content/roadmaps/114-software-architect/content/106-architect-tools/100-git.md b/content/roadmaps/114-software-architect/content/106-architect-tools/100-git.md
index 65f57e71e..700c703db 100644
--- a/content/roadmaps/114-software-architect/content/106-architect-tools/100-git.md
+++ b/content/roadmaps/114-software-architect/content/106-architect-tools/100-git.md
@@ -1 +1,8 @@
-# Git
\ No newline at end of file
+# Git
+
+Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
+
+Reference Resource
+Git
+Git Documentation
+All about Git
\ No newline at end of file
diff --git a/content/roadmaps/114-software-architect/content/106-architect-tools/101-slack.md b/content/roadmaps/114-software-architect/content/106-architect-tools/101-slack.md
index 99dc04f07..47a94f134 100644
--- a/content/roadmaps/114-software-architect/content/106-architect-tools/101-slack.md
+++ b/content/roadmaps/114-software-architect/content/106-architect-tools/101-slack.md
@@ -1 +1,8 @@
-# Slack
\ No newline at end of file
+# Slack
+
+Slack is a messaging app for business that connects people to the information that they need. By bringing people together to work as one unified team, Slack transforms the way that organisations communicate.
+
+Reference Resource
+Slack
+What is Slack?
+Getting Started
\ No newline at end of file
diff --git a/content/roadmaps/114-software-architect/content/107-architectures/100-serverless.md b/content/roadmaps/114-software-architect/content/107-architectures/100-serverless.md
index 0ef70d396..328351682 100644
--- a/content/roadmaps/114-software-architect/content/107-architectures/100-serverless.md
+++ b/content/roadmaps/114-software-architect/content/107-architectures/100-serverless.md
@@ -1 +1,7 @@
-# Serverless
\ No newline at end of file
+# Serverless
+
+Serverless architecture (also known as serverless computing or function as a service, FaaS) is a software design pattern where applications are hosted by a third-party service, eliminating the need for server software and hardware management by the developer. Applications are broken up into individual functions that can be invoked and scaled individually.
+
+Free Content
+Serverless Architectures By AWS
+Serverless in Detail
\ No newline at end of file
diff --git a/content/roadmaps/114-software-architect/content/110-apis-and-integrations/105-messaging-queues.md b/content/roadmaps/114-software-architect/content/110-apis-and-integrations/105-messaging-queues.md
index 74d60c3f8..5aff82c67 100644
--- a/content/roadmaps/114-software-architect/content/110-apis-and-integrations/105-messaging-queues.md
+++ b/content/roadmaps/114-software-architect/content/110-apis-and-integrations/105-messaging-queues.md
@@ -1 +1,7 @@
-# Messaging queues
\ No newline at end of file
+# Messaging queues
+
+Message queuing makes it possible for applications to communicate asynchronously, by sending messages to each other via a queue. A message queue provides temporary storage between the sender and the receiver so that the sender can keep operating without interruption when the destination program is busy or not connected.
+
+Reference Resource
+Messaging Queues
+Messaging Queues Tutorial
\ No newline at end of file