From e082419650ee432cdad4368c275352ab6f1f5b4d Mon Sep 17 00:00:00 2001 From: Steve Yonkeu Date: Sat, 26 Oct 2024 05:03:55 +0100 Subject: [PATCH] adding links to markdown --- IaaC/README.md | 6 +++++- analytics/README.md | 2 ++ apis/README.md | 2 ++ caching/README.md | 2 ++ clean_architecture/README.md | 6 +++++- database/README.md | 2 ++ deployments/README.md | 6 +++++- docker/README.md | 6 +++++- emails/README.md | 2 ++ env_secrets/README.md | 6 +++++- logging/README.md | 2 ++ machine_learning/README.md | 6 +++++- monitoring/README.md | 2 ++ payments/README.md | 2 ++ queueing/README.md | 6 +++++- scaling/README.md | 6 +++++- security/README.md | 2 ++ sms/README.md | 2 ++ storage/README.md | 2 ++ 19 files changed, 62 insertions(+), 8 deletions(-) diff --git a/IaaC/README.md b/IaaC/README.md index d4edfd0..c5138a4 100644 --- a/IaaC/README.md +++ b/IaaC/README.md @@ -1 +1,5 @@ -Coming Soon... \ No newline at end of file +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) diff --git a/analytics/README.md b/analytics/README.md index 766cf53..5e2bb81 100644 --- a/analytics/README.md +++ b/analytics/README.md @@ -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. diff --git a/apis/README.md b/apis/README.md index 4c33a22..9d8585e 100644 --- a/apis/README.md +++ b/apis/README.md @@ -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. diff --git a/caching/README.md b/caching/README.md index e6cd2e4..e705189 100644 --- a/caching/README.md +++ b/caching/README.md @@ -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. diff --git a/clean_architecture/README.md b/clean_architecture/README.md index d4edfd0..c5138a4 100644 --- a/clean_architecture/README.md +++ b/clean_architecture/README.md @@ -1 +1,5 @@ -Coming Soon... \ No newline at end of file +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) diff --git a/database/README.md b/database/README.md index e78555e..607b04e 100644 --- a/database/README.md +++ b/database/README.md @@ -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. diff --git a/deployments/README.md b/deployments/README.md index d4edfd0..c5138a4 100644 --- a/deployments/README.md +++ b/deployments/README.md @@ -1 +1,5 @@ -Coming Soon... \ No newline at end of file +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) diff --git a/docker/README.md b/docker/README.md index d4edfd0..c5138a4 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1 +1,5 @@ -Coming Soon... \ No newline at end of file +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) diff --git a/emails/README.md b/emails/README.md index 93929e1..933ff1d 100644 --- a/emails/README.md +++ b/emails/README.md @@ -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. diff --git a/env_secrets/README.md b/env_secrets/README.md index d4edfd0..c5138a4 100644 --- a/env_secrets/README.md +++ b/env_secrets/README.md @@ -1 +1,5 @@ -Coming Soon... \ No newline at end of file +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) diff --git a/logging/README.md b/logging/README.md index a996f36..c2dd0a7 100644 --- a/logging/README.md +++ b/logging/README.md @@ -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. diff --git a/machine_learning/README.md b/machine_learning/README.md index d4edfd0..c5138a4 100644 --- a/machine_learning/README.md +++ b/machine_learning/README.md @@ -1 +1,5 @@ -Coming Soon... \ No newline at end of file +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) diff --git a/monitoring/README.md b/monitoring/README.md index 78547d2..50c341e 100644 --- a/monitoring/README.md +++ b/monitoring/README.md @@ -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. diff --git a/payments/README.md b/payments/README.md index 9c45e1f..d99a9e8 100644 --- a/payments/README.md +++ b/payments/README.md @@ -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. diff --git a/queueing/README.md b/queueing/README.md index d4edfd0..c5138a4 100644 --- a/queueing/README.md +++ b/queueing/README.md @@ -1 +1,5 @@ -Coming Soon... \ No newline at end of file +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) diff --git a/scaling/README.md b/scaling/README.md index d4edfd0..c5138a4 100644 --- a/scaling/README.md +++ b/scaling/README.md @@ -1 +1,5 @@ -Coming Soon... \ No newline at end of file +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) diff --git a/security/README.md b/security/README.md index b21c7be..c20519b 100644 --- a/security/README.md +++ b/security/README.md @@ -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. diff --git a/sms/README.md b/sms/README.md index 93681a7..200e286 100644 --- a/sms/README.md +++ b/sms/README.md @@ -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. diff --git a/storage/README.md b/storage/README.md index 66e4b7b..7cb12fb 100644 --- a/storage/README.md +++ b/storage/README.md @@ -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.