Skip to content

Commit

Permalink
updated unwritten chapters with titles.
Browse files Browse the repository at this point in the history
  • Loading branch information
cwoodruff committed Mar 26, 2024
1 parent 5893454 commit a419c26
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions Chapter06/chapter06.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ order: 14
icon: stack
label: Chap 6
meta:
title: ""
title: "Robust Error Handling and Fault Tolerance Strategies"
visibility: hidden
---

# 6



# [Chapter Title]
# Robust Error Handling and Fault Tolerance Strategies
4 changes: 2 additions & 2 deletions Chapter07/chapter07.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ order: 13
icon: stack
label: Chap 7
meta:
title: ""
title: "Efficient Data Serialization Techniques"
visibility: hidden
---
# 7

# [Chapter Title]
# Efficient Data Serialization Techniques
4 changes: 2 additions & 2 deletions Chapter08/chapter08.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ order: 12
icon: stack
label: Chap 8
meta:
title: ""
title: "Network Performance Optimization"
visibility: hidden
---
# 8

# [Chapter Title]
# Network Performance Optimization
4 changes: 2 additions & 2 deletions Chapter09/chapter09.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ order: 11
icon: stack
label: Chap 9
meta:
title: ""
title: "Working with TCP/IP Sockets"
visibility: hidden
---
# 9

# [Chapter Title]
# Working with TCP/IP Sockets
4 changes: 2 additions & 2 deletions Chapter10/chapter10.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ order: 10
icon: stack
label: Chap 10
meta:
title: ""
title: "Working with UDP Sockets"
visibility: hidden
---
# 10

# [Chapter Title]
# Working with UDP Sockets
4 changes: 2 additions & 2 deletions Chapter11/chapter11.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ order: 9
icon: stack
label: Chap 11
meta:
title: ""
title: "Working with WebSocket"
visibility: hidden
---
# 11

# [Chapter Title]
# Working with WebSocket
4 changes: 2 additions & 2 deletions Chapter12/chapter12.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ order: 8
icon: stack
label: Chap 12
meta:
title: ""
title: "Implementing HTTP Communication"
visibility: hidden
---
# 12

# [Chapter Title]
# Implementing HTTP Communication
4 changes: 2 additions & 2 deletions Chapter13/chapter13.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ order: 7
icon: stack
label: Chap 13
meta:
title: ""
title: "Working with WebRTC"
visibility: hidden
---
# 13

# [Chapter Title]
# Working with WebRTC
4 changes: 2 additions & 2 deletions Chapter14/chapter14.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ order: 6
icon: stack
label: Chap 14
meta:
title: ""
title: "Working with MQTT for IoT applications"
visibility: hidden
---
# 14

# [Chapter Title]
# Working with MQTT for IoT applications
4 changes: 2 additions & 2 deletions Chapter15/chapter15.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ order: 5
icon: stack
label: Chap 15
meta:
title: ""
title: "Working with GRPC"
visibility: hidden
---
# 15

# [Chapter Title]
# Working with GRPC
4 changes: 2 additions & 2 deletions Chapter16/chapter16.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ order: 4
icon: stack
label: Chap 16
meta:
title: ""
title: "Working with WebHooks"
visibility: hidden
---
# 16

# [Chapter Title]
# Working with WebHooks
4 changes: 2 additions & 2 deletions Chapter17/chapter17.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ order: 3
icon: stack
label: Chap 17
meta:
title: ""
title: "Implementing Message Queuing"
visibility: hidden
---
# 17

# [Chapter Title]
# Implementing Message Queuing
4 changes: 2 additions & 2 deletions Chapter18/chapter18.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ order: 2
icon: stack
label: Chap 18
meta:
title: ""
title: "Preventing Common Security Threats"
visibility: hidden
---
# 18

# [Chapter Title]
# Preventing Common Security Threats
4 changes: 2 additions & 2 deletions Chapter19/chapter19.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ order: 1
icon: stack
label: Chap 19
meta:
title: ""
title: "Testing and Debugging Network Applications"
visibility: hidden
---
# 19

# [Chapter Title]
# Testing and Debugging Network Applications

0 comments on commit a419c26

Please sign in to comment.