Skip to content

Commit

Permalink
Add Cloudflare topic - init (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored Sep 20, 2024
1 parent 0f3041d commit 838bb07
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,13 @@ We cover a wide range of DevOps topics in our content library, explore them unde
<td>📖 <a href="https://kafka.apache.org/">kafka.apache.org</a></td>
<td>✔️ <a href="./topics/kafka/basic/">Kafka basics</a></td>
</tr>
<tr>
<td><img height="28" src="https://skillicons.dev/icons?i=cloudflare" /></td>
<td>Cloudflare</td>
<td><a href="./topics/cloudflare/">cloudflare</a></td>
<td>📖 <a href="https://developers.cloudflare.com/">developers.cloudflare.com</a></td>
<td>✔️ <a href="./topics/cloudflare/basic/">Cloudflare basics</a></td>
</tr>
</table>

- And **more upcoming topics...⏩** you can star/follow this repository to get more up-to-dated content ⭐
Expand Down
47 changes: 47 additions & 0 deletions topics/cloudflare/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
## 1. What is Cloudflare?

### Overview

- Cloudflare is one of the biggest networks operating on the Internet. People use Cloudflare services for the purposes of increasing the security and performance of their web sites and services.

### Official website of Cloudflare

- https://www.cloudflare.com/

### Official documentation website of Cloudflare

- https://developers.cloudflare.com/

## 2. Prerequisites

- Basic networking, DNS, webserver knowledge are helpful.

## 3. Installation

### How to use Cloudflare?

- Start using Cloudflare service at: https://dash.cloudflare.com/

## 4. Basics of Cloudflare

### Cloudflare getting started

- Begginner's Guide: https://developers.cloudflare.com/learning-paths/get-started/

### Cloudflare Hands on

- See: [basic](./basic/)

## 5. More...

### Cloudflare cheatsheet

- N/A

### Reference Architecture

- https://developers.cloudflare.com/reference-architecture/

### Recommended Books

- N/A
3 changes: 3 additions & 0 deletions topics/cloudflare/basic/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Cloudflare basics practice

- https://developers.cloudflare.com/learning-paths/get-started/

0 comments on commit 838bb07

Please sign in to comment.