This is an automated email from the ASF dual-hosted git repository.

altay pushed a commit to branch aaltay-patch-2
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 48a11bfcf3b5184115495b9dbf364bcc4cfd50bc
Author: Ahmet Altay <[email protected]>
AuthorDate: Thu Jun 8 20:54:09 2023 -0700

    Update learning-resources.md
    
    Adding new learning resources
---
 .../site/content/en/get-started/resources/learning-resources.md  | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git 
a/website/www/site/content/en/get-started/resources/learning-resources.md 
b/website/www/site/content/en/get-started/resources/learning-resources.md
index 2deac6c7067..746bd0c8c1f 100644
--- a/website/www/site/content/en/get-started/resources/learning-resources.md
+++ b/website/www/site/content/en/get-started/resources/learning-resources.md
@@ -80,6 +80,15 @@ If you have additional material that you would like to see 
here, please let us k
 *   **[Timely and Stateful 
Processing](/blog/2017/08/28/timely-processing.html)** - An example on how to 
do batched RPC calls. The call requests are stored in a mutable state as they 
are received. Once there are either enough requests or a certain time has 
passed, the batch of requests is triggered to be sent.
 *   **[Running External 
Libraries](https://cloud.google.com/blog/products/gcp/running-external-libraries-with-cloud-dataflow-for-grid-computing-workloads)**
 - Call an external library written in a language that does not have a native 
SDK in Apache Beam such as C++.
 
+## Videos {#videos}
+
+*  **[Getting Started with Apache 
Beam](https://www.youtube.com/playlist?list=PLIivdWyY5sqIEiHGunZXg_yoS7unlHNJt)**
 - Five part video series for understanding basic to advanced concepts.
+
+## Courses {#courses}
+
+*  **[Beam College](https://beamcollege.dev/)** -- Free live and recorded 
lessons for learning Beam and data processing.
+*  **[Serverless Data 
Processing](https://www.coursera.org/specializations/serverless-data-processing-with-dataflow)**
 - Course specialized for Dataflow runner.
+
 ## Books {#books}
 
 ### Building Big Data Pipelines with Apache Beam

Reply via email to