Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add KISTERS mini-case #2410

Merged
merged 1 commit into from
Jul 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions src/cases/kisters.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: case-study
company: POELLATH
problem:
KISTERS was looking for a way to move load transparently between their
servers, edge functions, and users' browsers.
solution:
We developed a prototype tool for them that runs the same Rust code on the
server, edge function, and browsers via WebAssembly.
tags: Launch your idea
description:
<p>KISTERS are experts in environmental monitoring, IT and data
management</p><p>We developed a prototype tool for them that runs the same
Rust code on the server as well as on an edge function and in the browser via
WebAssembly.</p>
hero:
tags: "architecture / Rust / WASM"
permalink: false
---
8 changes: 3 additions & 5 deletions src/rust-consulting.njk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ og:
{% from "image-aspect-ratio.njk" import imageAspectRatio %}
{% from "quote.njk" import quote %}
{% from 'featured-case-study.njk' import featuredCaseStudy %}
{% from "featured-case-studies.njk" import featuredCaseStudies %}
{%
set 'content' = {
"eyebrow": "Our Expertise: Rust",
Expand Down Expand Up @@ -250,11 +251,8 @@ og:
</div>
</section>

<div class="work container container--xl">
<ul class="work__list">
{{ featuredCaseStudy('aleph-alpha', 'black', 'work__featured-case-study') }}
</ul>
</div>
{% set clients = ['aleph-alpha', 'kisters'] %}
{{ featuredCaseStudies(clients, 'Browse our work') }}

<section class="my-10 container container--lg">
<div class="split-content">
Expand Down
4 changes: 2 additions & 2 deletions src/work.njk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ eleventyNavigation:
<h2 class="work__title h5">Meet our clients</h2>
<ul class="work__list">
{{ featuredCaseStudy('aleph-alpha', 'purple', 'work__featured-case-study') }}
{{ clientCards(['sage', 'qonto']) }}
{{ clientCards(['kisters', 'qonto']) }}
{{ featuredCaseStudy('rail-europe', 'black', 'work__featured-case-study') }}
{{ clientCards(['auditboard', 'xbav']) }}
{{ featuredCaseStudy('qonto', 'purple', 'work__featured-case-study') }}
Expand All @@ -48,7 +48,7 @@ eleventyNavigation:
{{ clientCards(['timify', 'aleph-alpha']) }}
{{ clientCards(['ringler', 'dim3']) }}
{{ clientCards(['clark', 'rail-europe']) }}
{{ clientCards(['embedd']) }}
{{ clientCards(['sage', 'embedd']) }}
</ul>
</div>

Expand Down
16 changes: 16 additions & 0 deletions static/assets/images/logos/kisters.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions static/assets/images/logos/monochrome/kisters.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading