Skip to content

Commit 9a399d8

Browse files
Merge pull request #564 from aturon/net-prod-quote
Add 1aim quote
2 parents 5ca6dad + 8cfeb5c commit 9a399d8

File tree

2 files changed

+98
-0
lines changed

2 files changed

+98
-0
lines changed

static/images/1aim.svg

Lines changed: 79 additions & 0 deletions
Loading

templates/what/networking/production.hbs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,25 @@
3939
<img src="/static/images/buoyant.svg" />
4040
</div>
4141
</div>
42+
<div class="testimonial row">
43+
<div class="four columns">
44+
<img src="/static/images/1aim.svg" />
45+
</div>
46+
<div class="eight columns">
47+
<blockquote>
48+
Rust's powerful type system enables safe refactoring and catches many classes of bugs at
49+
compile time. Its low footprint and high performance, complemented by guaranteed memory safety
50+
and rock-solid error handling make it perfect for writing security critical and complex
51+
business logic for our backend. The ultra-high stability means that our Rust applications are
52+
the last past of our stack we ever have to worry about. We have been running a almost 100% Rust
53+
backend in production since end of 2015 and it has never failed us so far!
54+
</blockquote>
55+
<p class="attribution">
56+
&ndash; Yann Leretaille,
57+
<a href="https://1aim.com/">1aim</a>
58+
</p>
59+
</div>
60+
</div>
4261
</div>
4362
</div>
4463
</section>

0 commit comments

Comments
 (0)