Skip to content

Commit

Permalink
adding links to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
yokwejuste committed Oct 26, 2024
1 parent 6d80717 commit e082419
Show file tree
Hide file tree
Showing 19 changed files with 62 additions and 8 deletions.
6 changes: 5 additions & 1 deletion IaaC/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Coming Soon...
Coming Soon...

You're not stuck, you're just in the middle of a process. Keep going! 🚀 Or you can add your contributions here.

[Back to Main README](../README.md)
2 changes: 2 additions & 0 deletions analytics/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[Back to Main README](../README.md)

# Analytics

This folder contains Python implementations for integrating various analytics tools into backend applications. Each script provides functions to send events, track metrics, and monitor application usage using different analytics platforms.
Expand Down
2 changes: 2 additions & 0 deletions apis/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[Back to Main README](../README.md)

# APIs

This folder contains Python implementations for various API types and frameworks, including **GraphQL**, **gRPC**, **MQTT**, **REST APIs**, **SOAP**, and **WebSockets**. Each folder includes examples and code for setting up these APIs with popular Python libraries and frameworks.
Expand Down
2 changes: 2 additions & 0 deletions caching/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[Back to Main README](../README.md)

# Caching

This folder contains various caching implementations in Python, each suited for different use cases, from in-memory caching to file-based and distributed caching solutions.
Expand Down
6 changes: 5 additions & 1 deletion clean_architecture/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Coming Soon...
Coming Soon...

You're not stuck, you're just in the middle of a process. Keep going! 🚀 Or you can add your contributions here.

[Back to Main README](../README.md)
2 changes: 2 additions & 0 deletions database/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[Back to Main README](../README.md)

# Databases

This folder contains Python scripts for connecting to and interacting with various types of databases, each suited for different use cases and data structures. Each script provides functions for common database operations such as connecting, querying, inserting, updating, and deleting records.
Expand Down
6 changes: 5 additions & 1 deletion deployments/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Coming Soon...
Coming Soon...

You're not stuck, you're just in the middle of a process. Keep going! 🚀 Or you can add your contributions here.

[Back to Main README](../README.md)
6 changes: 5 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Coming Soon...
Coming Soon...

You're not stuck, you're just in the middle of a process. Keep going! 🚀 Or you can add your contributions here.

[Back to Main README](../README.md)
2 changes: 2 additions & 0 deletions emails/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[Back to Main README](../README.md)

# Emails

This folder contains Python scripts for integrating various email service providers and sending emails using different clients. Each script demonstrates how to set up and send emails, with optional attachment support, using popular email APIs and protocols.
Expand Down
6 changes: 5 additions & 1 deletion env_secrets/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Coming Soon...
Coming Soon...

You're not stuck, you're just in the middle of a process. Keep going! 🚀 Or you can add your contributions here.

[Back to Main README](../README.md)
2 changes: 2 additions & 0 deletions logging/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[Back to Main README](../README.md)

# Logging

This folder contains Python implementations for various logging solutions, including integrations with popular cloud logging services and structured logging setups. Each script provides methods for logging application events, errors, and structured data.
Expand Down
6 changes: 5 additions & 1 deletion machine_learning/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Coming Soon...
Coming Soon...

You're not stuck, you're just in the middle of a process. Keep going! 🚀 Or you can add your contributions here.

[Back to Main README](../README.md)
2 changes: 2 additions & 0 deletions monitoring/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[Back to Main README](../README.md)

# Monitoring

This folder contains scripts and configurations for integrating various monitoring tools to track system performance, application health, and infrastructure metrics. Each directory includes specific instructions for setting up and using these tools, along with sample configurations.
Expand Down
2 changes: 2 additions & 0 deletions payments/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[Back to Main README](../README.md)

# Payments

This folder contains Python scripts for integrating various payment providers, including traditional gateways, local payment methods, and cryptocurrency payments. Each script provides functions for initiating and managing transactions with different payment providers.
Expand Down
6 changes: 5 additions & 1 deletion queueing/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Coming Soon...
Coming Soon...

You're not stuck, you're just in the middle of a process. Keep going! 🚀 Or you can add your contributions here.

[Back to Main README](../README.md)
6 changes: 5 additions & 1 deletion scaling/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Coming Soon...
Coming Soon...

You're not stuck, you're just in the middle of a process. Keep going! 🚀 Or you can add your contributions here.

[Back to Main README](../README.md)
2 changes: 2 additions & 0 deletions security/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[Back to Main README](../README.md)

# Security

This folder contains various security implementations, from encryption and password hashing to secure authentication and rate limiting. Each file provides a specific security feature commonly used in backend applications, helping protect data, manage access control, and secure communications.
Expand Down
2 changes: 2 additions & 0 deletions sms/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[Back to Main README](../README.md)

# SMS

This folder contains Python scripts for integrating various SMS service providers to send text messages. Each script provides functions for sending SMS using different API clients.
Expand Down
2 changes: 2 additions & 0 deletions storage/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[Back to Main README](../README.md)

# Storage

This folder contains Python scripts for integrating various cloud storage services, providing functions for uploading, downloading, and managing files across different providers.
Expand Down

0 comments on commit e082419

Please sign in to comment.