From 94f84b5a538827f4f92576fbea057b6f4db21edf Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Wed, 18 Dec 2024 08:12:46 +0200 Subject: [PATCH] update --- pages/live.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pages/live.md b/pages/live.md index 7f22b2d2..128ba25e 100644 --- a/pages/live.md +++ b/pages/live.md @@ -16,11 +16,18 @@ Part of the [Code Maven live](https://live.code-maven.com/) events. | When | event | register | | ---------- | --------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | -| 2024.12.17 | [Rust Source Code Reading: The thousands crate with Gabor Szabo](/the-thousands-crate) | [register](https://www.meetup.com/code-mavens/events/304824684/) | | 2025.01.07 | [Microdosing Rust to your organization with Aviram Hassan](/microdosing-rust-to-your-organization) | [register](https://www.meetup.com/code-mavens/events/304883841/) | | 2025.01.08 | [BlockMesh Network implemented in Rust with Ohad Dahan](/block-mesh-network) | [register](https://www.meetup.com/code-mavens/events/304951805/) | | 2025.01.14 | [An introduction to WASM in Rust with Márk Tolmács](/an-introduction-to-wasm-in-rust) | [register](https://www.meetup.com/code-mavens/events/305064546/) | +## Call for Participation + +I would like to invite you to be a guest on one of these live events. There are several "tracks" or ideas on how: +* Show me your crate! How to use it? (various use cases). Why did you write it? What is missing? How to contribute? Maybe go over the implementation as well. +* Teach me how to X in Rust? Where X can be anything. Eg. build a web api, a web site, a web scraper, a crypto currency, a cli, tui, gui app. Etc. +* If you gave a presentation at your local in-person event we could have the same presentation, or an extended version of it, on our live event. +* Talk to [Gabor](https://szabgab.com/contact) if you are interested. + ## Past events @@ -34,5 +41,6 @@ Part of the [Code Maven live](https://live.code-maven.com/) events. | 2024.07.11 | [Reading JSON files in Rust](/reading-json-files-in-rust) | [event](https://www.meetup.com/code-mavens/events/301636580/) | | 2024.08.06 | [Web development in Rust using Rocket - part 2](/web-development-in-rust-using-rocket-building-a-job-board) | [event](https://www.meetup.com/code-mavens/events/301736709/) | | 2024.08.28 | [Command Line Tools: Implementing wc in Rust](/implementing-wc-in-rust) | [event](https://www.meetup.com/code-mavens/events/302151487/) | +| 2024.12.17 | [Rust Source Code Reading: The thousands crate with Gabor Szabo](/the-thousands-crate) | [event](https://www.meetup.com/code-mavens/events/304824684/) |