Add the links to detailed tutorials

master
Baptiste Bouchereau 2019-09-03 14:57:25 +02:00
rodzic 0297981add
commit d11415a935
7 zmienionych plików z 13 dodań i 1 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -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
-----

Wyświetl plik

@ -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

Wyświetl plik

@ -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
-----

Wyświetl plik

@ -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
-----

Wyświetl plik

@ -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

Wyświetl plik

@ -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