Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Oct 4, 2024
1 parent f6b08e5 commit 97e0d97
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ build:


lint:
go run ./scripts lint --readme README.md
go run ./scripts lint --readme README.md --path ./presentations
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand All @@ -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) |--- |
Expand Down
15 changes: 15 additions & 0 deletions presentations/2023-03-13--gophercon_submission--jae/metadata.yml
Original file line number Diff line number Diff line change
@@ -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: ""

0 comments on commit 97e0d97

Please sign in to comment.