Skip to content

Commit

Permalink
Merge pull request #1786 from brefphp/website-update
Browse files Browse the repository at this point in the history
New case study
  • Loading branch information
mnapoli authored Apr 13, 2024
2 parents 1ed871a + 499e446 commit b645117
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 165 deletions.
4 changes: 4 additions & 0 deletions docs/case-studies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ These help learn for real use cases about costs, performance and migration effor

How Treezor, a banking platform, went from legacy code on servers to a serverless architecture with Bref.

- [Spreaker](https://careers.spreaker.com/engineering/rebuilding-spreaker-web-listening-experience-with-php-and-serverless/)

How Spreaker, a podcast hosting platform, rewrote a decade-old monolith with Bref, Laravel Octane and Livewire.

- [externals.io](https://mnapoli.fr/serverless-case-study-externals/)

A case study of the migration of [externals.io](https://externals.io/) to AWS Lambda using Bref. This includes performance and costs details.
Expand Down
7 changes: 1 addition & 6 deletions website/src/components/home/sponsors.jsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import GoldSponsor from './sponsors/gold-sponsor';
import craftLogo from './sponsors/logo-craft-cms.png';
import tidewaysLogo from './sponsors/logo-tideways.svg';
import myBuilderLogo from './sponsors/logo-mybuilder.svg';
import nullLogo from './sponsors/logo-null.png';
import awsLogo from './sponsors/logo-aws.svg';
import jetbrainsLogo from './sponsors/logo-jetbrains.svg';
import laravelLogo from './sponsors/logo-laravel.svg';
import depotLogo from './sponsors/logo-depot.svg';
import secumailerLogo from './sponsors/logo-secumailer.svg';
import ecomailLogo from './sponsors/logo-ecomail.png';
Expand All @@ -29,18 +26,16 @@ export default function Sponsors() {
<PremiumSponsor src={myBuilderLogo} alt="MyBuilder" href="https://www.mybuilder.com/?ref=bref.sh" />
<PremiumSponsor src={nullLogo} alt="Null - Serverless consulting company" href="https://null.tc/?ref=bref" />
<PremiumSponsor src={awsLogo} alt="AWS" href="https://aws.amazon.com/?ref=bref" oneTime={true} />
<PremiumSponsor src={spreakerLogo} alt="Spreaker" href="https://www.spreaker.com/?ref=bref" oneTime={true} />
</div>

<h3 className="mt-8 text-lg font-bold text-gray-700">
Gold sponsors
</h3>
<div className="mt-4 -mx-6 grid grid-cols-3 gap-0.5 overflow-hidden sm:mx-0 sm:rounded-2xl md:grid-cols-5">
<GoldSponsor src={jetbrainsLogo} alt="JetBrains - Maker of PhpStorm" href="https://www.jetbrains.com/?ref=bref.sh" imgClass="-my-4 max-h-16" />
<GoldSponsor src={laravelLogo} alt="Laravel" href="https://laravel.com/?ref=bref.sh" imgClass="-my-4 max-h-16" />
<GoldSponsor src={depotLogo} alt="Depot" href="https://depot.dev/?ref=bref.sh" imgClass="py-3" />
<GoldSponsor src={secumailerLogo} alt="SecuMailer" href="https://secumailer.com/?ref=bref.sh" imgClass="py-1.5" />
<GoldSponsor src={ecomailLogo} alt="Ecomail" href="https://ecomail.cz/?ref=bref.sh" imgClass="py-3" />
<GoldSponsor src={spreakerLogo} alt="Spreaker" href="https://www.spreaker.com/?ref=bref"/>
</div>

<p className="mt-8 text-gray-700">
Expand Down
66 changes: 0 additions & 66 deletions website/src/components/home/sponsors/logo-jetbrains.svg

This file was deleted.

14 changes: 0 additions & 14 deletions website/src/components/home/sponsors/logo-laravel.svg

This file was deleted.

Loading

0 comments on commit b645117

Please sign in to comment.