Skip to content

Commit 55f4787

Browse files
committed
placeholders for content
1 parent 5a81c71 commit 55f4787

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

buffers-and-streams/index.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ The Node Application Developer Certification exam section for Buffers and Stream
88

99
The topics that are covered include:
1010

11-
- Node.js Buffer API’s
12-
- Incremental Processing
13-
- Transforming Data
14-
- Connecting Streams
11+
- Node.js Buffer API’s
12+
- Incremental Processing
13+
- Transforming Data
14+
- Connecting Streams
1515

1616
## Buffers and Streams Overview
17-
18-
[Buffer](https://nodejs.org/docs/latest-v10.x/api/buffer.html) and [Stream](https://nodejs.org/docs/latest-v10.x/api/stream.html) are fundamentally seperate topics yet are intrinsically linked. This section will cover how these APIs work individually and with each other.
17+
18+
The NodeJS APIS [Buffer](https://nodejs.org/docs/latest-v10.x/api/buffer.html) and [Stream](https://nodejs.org/docs/latest-v10.x/api/stream.html) are fundamentally seperate topics yet are intrinsically linked. This section will cover how these APIs work individually and with each other.
1919

2020
### Buffer
2121

@@ -29,7 +29,18 @@ A Stream is a....
2929

3030
[Streams in depth](./streams.md)
3131

32+
## Working with Buffers and Streams
33+
34+
### Examples
35+
36+
### Details
37+
38+
## Summary
39+
40+
## Exercise
41+
3242
## Further Reading
43+
3344
MPJ intro to Streams - YouTube
3445

3546
Net Ninja intro to Buffers and Streams - YouTube

0 commit comments

Comments
 (0)