Add the links to detailed tutorials
rodzic
0297981add
commit
d11415a935
|
@ -1,7 +1,7 @@
|
||||||
Tutorials
|
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)
|
- [Run your own ngrok with docker](docker-ngrok)
|
||||||
- [Profile PHP applications with xhgui and xhprof on docker](docker-xhprof-xhgui)
|
- [Profile PHP applications with xhgui and xhprof on docker](docker-xhprof-xhgui)
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
Run your own ngrok with docker
|
Run your own ngrok with docker
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
[Detailed tutorial here.](https://baptiste.bouchereau.pro/tutorial/running-your-own-ngrok-with-docker/)
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
Backup your docker volumes with borg
|
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.
|
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
|
Usage
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
Debug PHP applications running on docker with vscode
|
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
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
Profile PHP applications with xhgui and xhprof on docker
|
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
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
Replicate AWS in local with localstack
|
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:
|
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 dynamodb table
|
||||||
* a lambda reading data and putting data to this table
|
* a lambda reading data and putting data to this table
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
Deploy AWS resources in localstack with Terraform
|
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:
|
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 dynamodb table
|
||||||
* a lambda reading data and putting data to this table
|
* a lambda reading data and putting data to this table
|
||||||
|
|
Ładowanie…
Reference in New Issue