workshop: initialize workshop book#230
Merged
dhuseby merged 2 commits intolibp2p:mainfrom Feb 27, 2025
dhuseby:feat/workshop/init
Merged
workshop: initialize workshop book#230dhuseby merged 2 commits intolibp2p:mainfrom dhuseby:feat/workshop/init
dhuseby merged 2 commits intolibp2p:mainfrom
dhuseby:feat/workshop/init
Conversation
Signed-off-by: Dave Grantham <dwg@linuxprogrammer.org>
Collaborator
Author
|
@2color my plan for this is to walk people through piecing together a universal-connectivity app from (mostly) scratch in each of the languages to teach basic libp2p concepts. The first part focuses on behaviors and getting a basic swarm initialized that can connect and identify and ping. The second part adds in gossipsub. The third part adds in request-response. The goal is to have a 3 hour workshop we can use to teach with at conferences. Eventually I'll add a chapter on Kademlia peer discovery but that's not a requirement for the MVP. |
2color
reviewed
Feb 26, 2025
Co-authored-by: Daniel Norman <1992255+2color@users.noreply.github.com>
Collaborator
Author
|
@2color Thanks for the review! 🍻 |
dozyio
pushed a commit
to dozyio/universal-connectivity
that referenced
this pull request
Sep 7, 2025
* initialize workshop mdbook Signed-off-by: Dave Grantham <dwg@linuxprogrammer.org> * Update workshop/src/introduction.md Co-authored-by: Daniel Norman <1992255+2color@users.noreply.github.com> --------- Signed-off-by: Dave Grantham <dwg@linuxprogrammer.org> Co-authored-by: Daniel Norman <1992255+2color@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Dave Grantham dwg@linuxprogrammer.org