Skip to content
Open
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
7 changes: 7 additions & 0 deletions src/authors/JonasKruckenberg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: "Jonas Kruckenberg"
gitHub: JonasKruckenberg
bio: "Senior Engineering Consultant"
title: Senior Engineering Consultant
longBio: Jonas is an open-sourcerer and builderer of things. He's currently building the next generation Operating System based on WASM.
---
1 change: 1 addition & 0 deletions src/services/workshops.njk
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ og:
collections.workshops | findByCollectionSlug("modernising-ember-development"),
collections.workshops | findByCollectionSlug("learn-rust-starting-from-scratch"),
collections.workshops | findByCollectionSlug("introduction-to-rust-for-web-developers"),
collections.workshops | findByCollectionSlug("edge-computing-with-webassembly"),
collections.workshops | findByCollectionSlug("build-production-ready-apis-in-rust"),
collections.workshops | findByCollectionSlug("telemetry-for-rust-apis"),
collections.workshops | findByCollectionSlug("an-introduction-to-testing-in-rust"),
Expand Down
1 change: 1 addition & 0 deletions src/services/workshops/rust.njk
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ image: "/assets/images/workshops/rust-og-image.jpg"
set workshops = [
collections.workshops | findByCollectionSlug("learn-rust-starting-from-scratch"),
collections.workshops | findByCollectionSlug("rust-python-interoperability"),
collections.workshops | findByCollectionSlug("edge-computing-with-webassembly"),
collections.workshops | findByCollectionSlug("an-introduction-to-testing-in-rust"),
collections.workshops | findByCollectionSlug("advanced-testing-in-rust"),
collections.workshops | findByCollectionSlug("telemetry-for-rust-apis"),
Expand Down
42 changes: 42 additions & 0 deletions src/workshops/edge-computing-with-webassembly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: "Edge Computing with WebAssembly"
tags: "rust"
format: "Workshop: 1 day"
subtext: "Bookable for teams – on-site or remote"
description: 1-day workshop – This hands-on workshop teaches how to build such efficient, portable, and secure server-side applications using Rust and WebAssembly.
introduction: <p>Your backend services are working, but they're not thriving. Docker containers feel heavy, cold starts are slow, and your cloud bill keeps climbing. Security concerns keep you up at night, all while you’re fighting the spaghetti-stack to deliver features on a tight deadline. You've heard WebAssembly is the future, but it seems confined to browsers - can it solve your server-side problems?</p><p>Yes it can! WebAssembly is starting to power anything from safety-critical embedded applications to large-scale web services. Employed correctly it gives you microsecond cold boot times, reliable sandboxing, safe user extensibility, and much more.</p><p>In this hands-on workshop you will learn how to build such an efficient, portable, and secure server-side applications using Rust and WebAssembly. We’ll cover everything from foundational concepts to cutting edge features and by the end, you’ll have built a microservice in Rust, compiled it to WebAssembly, and deployed it using cutting-edge tooling. You’ll understand when this approach outshines containers, where the technology is headed, and how to incorporate these techniques into your existing infrastructure.</p>
hero:
color: purple
image: "/assets/images/workshops/edge-computing-with-webassembly/edge-computing-with-webassembly-hero.jpg"
imageAlt: "A dense, abstract network of thin black lines and nodes forming geometric, web-like connections against a light background."
og:
image: /assets/images/workshops/edge-computing-with-webassembly/og-image.jpg
topics:
- title: Foundations
text: >
We start by introducing the basic concepts and building our first WebAssembly HTTP handler in Rust, from setup to deployment.


- title: Building Real-World Services
text: >
We then expand on our basic HTTP handler, looking at different Wasm runtimes, deployment options, and common backend patterns in WebAssembly.


- title: Advanced Topics
text: >
No production application is complete without tools to debug it. We will look debuggers, performance profiling tools, as well as monitoring solutions. We finish off by building expanding our HTTP handler yet again and - with everything we learned - build a simple calculator API service.


leads:
- handle: JonasKruckenberg
bio: >
Jonas is an open-sourcerer and builderer of things. He's currently building the next generation Operating System based on WASM.
---

<!--break-->

## Customised to your team’s needs

We're happy to customize the workshop to precisely fit your team's specific needs or challenges. If you have a very specific branching model or infrastructure or your team frequently struggles with particular aspects of Git, we can adapt the focus of the workshop more towards these aspects or cover additional topics as necessary.

All content and examples of the workshop are available publicly on [GitHub](https://github.com/mainmatter/git-workshop).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.