Skip to content

Commit a478985

Browse files
authored
add Speetals in user section (#1923)
Signed-off-by: dhmlau <[email protected]>
1 parent c88d987 commit a478985

File tree

4 files changed

+22
-1
lines changed

4 files changed

+22
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,4 +280,4 @@ DEPENDENCIES
280280
webrick (~> 1.9, >= 1.9.1)
281281

282282
BUNDLED WITH
283-
2.1.4
283+
2.7.2

images/users/speetals-logo.png

20.8 KB
Loading

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,12 @@ <h3 class="section-heading">Who's using LoopBack?</h3>
397397
<img src="images/users/nextbrain_logo.png" width="90%" />
398398
</a>
399399
</div>
400+
<div class="col-md-2">
401+
<span class="helper"></span>
402+
<a href="https://speetals.com/real-user-monitoring/" target="_blank" rel="noopener noreferrer">
403+
<img src="images/users/speetals-logo.png" width="20% alt="Speetals Real User Monitoring logo" />
404+
</a>
405+
</div>
400406
</div>
401407
<div class="row text-center" style="justify-content: center">
402408
<p style="padding-top:64px">

what-our-users-say.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,21 @@ <h5 style="font-weight: normal">Let's continue to build our community together.<
322322
</a>
323323
</div>
324324
</div>
325+
<div class="row text-center" style="justify-content: center">
326+
<div class="col-sm-12 col-md-6">
327+
<a class="card-2">
328+
<div class="row" style="padding:10px">
329+
"At Speetals, we use LoopBack 4 as the core backend framework powering our Real User Monitoring (RUM) platform.
330+
LoopBack’s strong TypeScript support, OpenAPI integration, and modular architecture make it ideal for building our API that collects, processes, and serves millions of web performance data points daily. It allows us to structure our services cleanly and scale easily as our user base grows."
331+
<br>
332+
<br>
333+
<b>Aymen Loukil, CEO, Speetals</b>
334+
</div>
335+
</a>
336+
</div>
337+
<div class="col-sm-12 col-md-6">
338+
</div>
339+
</div>
325340
</div>
326341
</div>
327342
</section>

0 commit comments

Comments
 (0)