diff --git a/README.md b/README.md index 67c32f0..91c9354 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Tutorials ========= -The code from some of my blog posts. +The code from some of [my blog](https://baptiste.bouchereau.pro/) posts. - [Run your own ngrok with docker](docker-ngrok) - [Profile PHP applications with xhgui and xhprof on docker](docker-xhprof-xhgui) diff --git a/docker-ngrok/README.md b/docker-ngrok/README.md index 8b810b2..35ba15b 100644 --- a/docker-ngrok/README.md +++ b/docker-ngrok/README.md @@ -1,6 +1,8 @@ Run your own ngrok with docker ============================== +[Detailed tutorial here.](https://baptiste.bouchereau.pro/tutorial/running-your-own-ngrok-with-docker/) + Usage ----- diff --git a/docker-volume-borg-backup/README.md b/docker-volume-borg-backup/README.md index a42eaaa..0d59236 100644 --- a/docker-volume-borg-backup/README.md +++ b/docker-volume-borg-backup/README.md @@ -1,6 +1,8 @@ Backup your docker volumes with borg ==================================== +[Detailed tutorial here.](https://baptiste.bouchereau.pro/tutorial/backup-docker-volumes-with-borg/) + These instructions assume you are testing things up and running everything from a single machine running on ubuntu bionic. If not you will likely need to adapt them. Usage diff --git a/docker-vscode-php-xdebug/README.md b/docker-vscode-php-xdebug/README.md index 130a988..1c1dda8 100644 --- a/docker-vscode-php-xdebug/README.md +++ b/docker-vscode-php-xdebug/README.md @@ -1,6 +1,8 @@ Debug PHP applications running on docker with vscode ==================================================== +[Detailed tutorial here.](https://baptiste.bouchereau.pro/tutorial/debug-php-application-running-on-docker-with-vscode/) + Usage ----- diff --git a/docker-xhprof-xhgui/README.md b/docker-xhprof-xhgui/README.md index 687783a..93a000c 100644 --- a/docker-xhprof-xhgui/README.md +++ b/docker-xhprof-xhgui/README.md @@ -1,6 +1,8 @@ Profile PHP applications with xhgui and xhprof on docker ======================================================== +[Detailed tutorial here.](https://baptiste.bouchereau.pro/tutorial/profile-php-applications-with-xhgui-and-xhprof-on-docker/) + Usage ----- diff --git a/localstack-part-1/README.md b/localstack-part-1/README.md index 7fa45d3..f9c103e 100644 --- a/localstack-part-1/README.md +++ b/localstack-part-1/README.md @@ -1,6 +1,8 @@ Replicate AWS in local with localstack ====================================== +[Detailed tutorial here.](https://baptiste.bouchereau.pro/tutorial/mock-aws-services-with-localstack/) + An example on how to use localstack to mock AWS services. The following instructions focus on how to run localstack and deploy: * a dynamodb table * a lambda reading data and putting data to this table diff --git a/localstack-part-2/README.md b/localstack-part-2/README.md index 0253965..cb911d5 100644 --- a/localstack-part-2/README.md +++ b/localstack-part-2/README.md @@ -1,6 +1,8 @@ Deploy AWS resources in localstack with Terraform ================================================= +[Detailed tutorial here.](https://baptiste.bouchereau.pro/tutorial/deploy-localstack-resources-with-terraform/) + An example on how to use Terraform to deploy localstack resources that mock AWS services. The following instructions focus on how to deploy: * a dynamodb table * a lambda reading data and putting data to this table