Add a blog post with my live stream

This commit is contained in:
R Tyler Croy 2021-06-13 10:07:41 -07:00
parent a7247c95d9
commit 5cc5126eac
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
---
layout: post
title: "Creating your first Rust pull request for delta-rs"
tags:
- deltalake
- rust
---
Last week as part Delta Hack 2021 I hosted a live coding stream to introduce
new-comers to Rust or [delta-rs](https://github.com/delta-io/delta-rs) to both
Rust and contributing to the project. I have been enjoying writing code live on [Twitch](https://twitch.tv/agentdero) which is typically more akin to [pairing with the fourth wall](/2012/08/28/pairing-with-the-fourth-wall.html). This session was different in that I was intentionally start at a more foundational level: getting started with Rust itself.
I don't know whether or not I hit the mark, but it was a fun stream nonetheless, the recording of which you can watch below:
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/uV9zlR80n-Q" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
You may also wish to subscribe to the [Delta Lake project YouTube channel](https://www.youtube.com/c/deltalake) for more Delta Lake content in the future! :)