From 2130960d8be0c1d403c9661ad8b401c6c302fa96 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Tue, 31 Oct 2023 10:37:12 +0100 Subject: [PATCH] List Treezor's case study in the list --- docs/{case-studies.md => case-studies.mdx} | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) rename docs/{case-studies.md => case-studies.mdx} (82%) diff --git a/docs/case-studies.md b/docs/case-studies.mdx similarity index 82% rename from docs/case-studies.md rename to docs/case-studies.mdx index 900385fec..c0033e1b7 100644 --- a/docs/case-studies.md +++ b/docs/case-studies.mdx @@ -1,6 +1,6 @@ ---- -introduction: A collection of case studies of serverless PHP applications built using Bref. Learn about performance, costs and migrations from existing projects. ---- +import { NextSeo } from 'next-seo'; + + # Case studies @@ -8,7 +8,11 @@ This page collects case studies of serverless PHP applications built with or mig These help learn for real use cases about costs, performance and migration efforts. -## Websites +## Applications + +- [Treezor](./case-studies/treezor.mdx) + + How Treezor, a banking platform, went from legacy code on servers to a serverless architecture with Bref. - [externals.io](https://mnapoli.fr/serverless-case-study-externals/) @@ -34,8 +38,7 @@ These help learn for real use cases about costs, performance and migration effor - [PDF reporting generation](https://devops-life.com/blog/2020/03/06/how-serverless-saved-us-for-$2-with-bref-sh/) - Feedback to understand the benefits of going serverless with a real use case (PDF generation); -They generated 2,000 PDFs in <2 min for 2$ using Symfony applications shipped inside lambdas using Bref.sh + A case study of going serverless for PDF generation. They generated 2,000 PDFs in less than 2 min for $2 using Symfony and Bref. ## Others