From 97e0d9706211e6d262316986cc8d962c31840949 Mon Sep 17 00:00:00 2001 From: leohhhn Date: Fri, 4 Oct 2024 17:22:44 +0200 Subject: [PATCH] update --- Makefile | 2 +- README.md | 3 ++- .../metadata.yml | 15 +++++++++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 presentations/2023-03-13--gophercon_submission--jae/metadata.yml diff --git a/Makefile b/Makefile index ccc7215..2c8b14b 100644 --- a/Makefile +++ b/Makefile @@ -18,4 +18,4 @@ build: lint: - go run ./scripts lint --readme README.md \ No newline at end of file + go run ./scripts lint --readme README.md --path ./presentations \ No newline at end of file diff --git a/README.md b/README.md index aa4abdf..2be1302 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ presentations. |2024-09-23 |Distributed Communities - How to build timeless and decentralized apps, with Go |[@thehowl](https://github.com/thehowl) |[Slides](https://gnolang.github.io/workshops/presentations/2024-09-23--distributed-communities/slides.html) |--- | |2024-08-20 |A gentle intro to gno.land |[@leohhhn](https://github.com/leohhhn) |[Slides](presentations/2024-08-20--gentle-intro-to-gnoland--leon/presentation.pdf) |[Video](https://www.youtube.com/watch?v=hTGeG0z09NU) | |2024-08-05 |Intro to gno.land |[@leohhhn](https://github.com/leohhhn) |[Slides](https://docs.google.com/presentation/d/1tnplCWxhg-RFatDS3w1iJnO0vSfBAuw2ZA0ommNJQOU/edit?usp=sharing) |--- | -|2024-07-13 |Gno: Examples and Comparisons |[@moul](https://github.com/moul) |[Slides](https://gnolang.github.io/workshops/presentations/2024-07-13--nebular--manfred/presentation.slide.html#1) |[Video](https://www.youtube.com/watch?v=Zsl3xu_Edcc) | |2024-07-13 |Building with Gno.land: A Practical Workshop on Smart Contracts |[@gfanton](https://github.com/gfanton) |[Slides](presentations/2024-07-13--nebular--gfanton/README.md) |[Video](https://www.youtube.com/watch?v=oBQ-t_E0QpI) | +|2024-07-13 |Gno: Examples and Comparisons |[@moul](https://github.com/moul) |[Slides](https://gnolang.github.io/workshops/presentations/2024-07-13--nebular--manfred/presentation.slide.html#1) |[Video](https://www.youtube.com/watch?v=Zsl3xu_Edcc) | |2024-07-09 |Building a Deterministic Interpreter in Go: Readability vs Performance |[@jaekwon](https://github.com/jaekwon) |[Slides](presentations/2024-07-09--gophercon-us--jae) |[Video](https://www.youtube.com/watch?v=betUkghf_jo) | |2024-07-08 |Building a Decentralized App on gno.land |[@deelawn](https://github.com/deelawn) |[Slides](presentations/2024-07-08--gophercon-us--dylan) |[Video](https://www.youtube.com/watch?v=lwL2VyjaV-A) | |2024-06-17 |Envisioning a Go-Powered Ecosystem: The Ultimate Go Computer |[@moul](https://github.com/moul) |[Slides](presentations/2024-06-17--gophercon-berlin--manfred) |[Video](https://youtu.be/dLE2-8QPK64?si=IidxNLGrwwS6jbYL) | @@ -33,6 +33,7 @@ presentations. |2023-06-03 |A journey into Gno.land - the Evolution of Smart Contracts |[@moul](https://github.com/moul) |[Slides](https://gnolang.github.io/workshops/presentations/2023-06-03--eth-seoul--manfred/presentations.slide.html#1) |--- | |2023-06-02 |Alice in Gno.land |[@zivkovicmilos](https://github.com/zivkovicmilos) |[Slides](presentations/2023-06-02--eth-belgrade--milos/README.md) |--- | |2023-03-16 |How to build a forum in Gno.land |[@zivkovicmilos](https://github.com/zivkovicmilos) |[Slides](presentations/2023-03-16--online--milos/README.md) |[Video](https://www.youtube.com/watch?v=gmP-mH-64HA) | +|2023-03-13 |GopherCon Submission |[@jaekwon](https://github.com/jaekwon) |[Slides](presentations/2023-03-13--gophercon_submission--jae/README.md) |--- | |2023-03-03 |Plan9 as Metaverse |[@jaekwon](https://github.com/jaekwon) |[Slides](presentations/2023-03-03--ethdenver_gnoland_plan9_as_metaverse--jae/README.md) |--- | |2022-11-29 |Minimal meetup.com clone |[@moul](https://github.com/moul), [@pwnh4](https://github.com/pwnh4) |[Slides](https://github.com/xplrz/gnoland-meetup) |--- | |2022-11-15 |Intro to gno.land |[@moul](https://github.com/moul) |[Slides](presentations/2022-11-15--istanbul--manfred/slides.pdf) |--- | diff --git a/presentations/2023-03-13--gophercon_submission--jae/metadata.yml b/presentations/2023-03-13--gophercon_submission--jae/metadata.yml new file mode 100644 index 0000000..f015cbb --- /dev/null +++ b/presentations/2023-03-13--gophercon_submission--jae/metadata.yml @@ -0,0 +1,15 @@ +# Date of the workshop +date: "2023-03-13" +# Title of the workshop +title: "GopherCon Submission" +# GitHub usernames of the speakers +speakers: + - "jaekwon" +# Location of the workshop +location: "" +# At which event the workshop took place, if any +event: "" +# Workshop slides link. If the link is local, only put the file name, without any other path parts. +slides: "README.md" +# Workshop recording +recording: "" \ No newline at end of file