Giter Site home page Giter Site logo

camp's Introduction

IPFS Camp

IPFS Camp is for those who want to bend the arc of the Internet to be more open, efficient, and secure.

IPFS Camp is back in 2024

2022

2019

IPFS Camp 2019 is over! Thank you to everyone that joined us for 3 days of amazing conferencing, we are so proud and joyful for being part of such a wonderful community.

If you missed IPFS Camp or want to revisit its content, everything will remain available in this repo. Soon we will start publishing the videos as well.

Camp Content

You can find the content description, speakers and trainers at:

πŸ‘¨β€πŸš€ πŸ‘©β€πŸš€ Keynotes // YouTube Playlist

Title Recording
Introduction to IPFS Camp - Molly Mackinlay Video
Welcome to IPFS Camp 2019 - David Dias Video
Why IPFS? - Juan Benet Video
IPFS Ecosystem Progress Report - Molly Mackinlay Video
Space Training Program & IPFS Camp Content - David Dias Video
Camp Sendoff - Juan Benet Video
Space Training Program Graduation & Awards - David Dias & Molly Mackinlay Video
Course Title Trainers Short Description Materials Video Recording
CORE
Core A Understanding how the InterPlanetary File System deals with Files @alanshaw @Stebalien @mikeal Deep exploration of the reasons behind immutable data, how we address immutable data, the data structures IPFS creates and the different ways of interacting with files in IPFS. Course Repo, Slides (PDF) Video
Core B Solving distributed networking problems with libp2p @bigs @jacobheun @achingbrain An interactive deep dive into the capabilities of libp2p Course Repo, Slides (Google Slides) Video
Core C Developing Apps with IPFS API @lidel @jimpick @hugomrdias Local, Remote or Embedded? go-ipfs or js-ipfs? Core API interface in command-line and HTTP contexts Course Repo, Slides (PDF, Google Slides) Video
Core D The lifecycle of data in DWeb. @olizilla @kishansagathiya @meiqimichelle Providing (Share), Pinning (Store) and Blocking (Delete) Data Course Repo, Slides (Google Slides, PDF) Video
ELECTIVE
Elective A Identity on the DWeb @satazor @paulobmarcos @joaosantos15 Understand the state of decentralized identity on the DWeb and current efforts on creating open and interoperable models to solve self-sovereign identities. Course Repo, Slides (Google Slides) Video
Elective B Managing pinsets with IPFS Cluster @hsanjuan @lanzafame @meiqimichelle A workshop on operating and using IPFS Cluster to orchestrate a common pinset among multiple IPFS nodes Course Repo, Slides (PDF) Video
Elective C TBA (But will have cats with lasers...) @gorhgorhi Course Repo Video
Elective D Building DApps with Textile, the iCloud for the DWeb @balupton @carsonfarmer @andrewxhill Course Repo, Slides (PDF) Video
Elective E Deploying IPFS Infrastructure @mburns @obo20 Take your IPFS game to the next level by learning how to deploy and manage your very own IPFS node in the cloud. Course Repo Video
Elective F Starting, Growing, and Stewarding your IPFS Community @nukemandan @kk3wong @stefanhans Let's get Meta! A workshop on effective workshops! And how to foster a community Course Repo, Slides (Google Slides) Video
Elective G Managing Datasets with QRI @b5 An open source tool for versioned, scriptable, exportable, collaborative datasets Course Repo Video
Elective H Making the Browser a True User Agent @autonome @Gozala @soapdog We’ll show how browsers act as a value filter on our world, teach some approaches to making the browser truly be an agent that represents you, and break into groups to start building our own true user agents. Course Repo, Slides (HackMD) N/A
Topic Owner Description Recording
HTTP gateways autonome
@autonome
An IPFS Gateway acts as a bridge between traditional web browsers and IPFS. Video
The intricacies of DWeb Addressing lidel
@lidel
Systems like IPFS use hashes of data to reference content by itself, rather than by an arbitrary location/name. With this comes compatability and human concerns around referencing data. Video
IPLD Selectors maparent
@maparent
IPLD Selectors are expressions that identify ("select") a subset of nodes in an IPLD dag. i.e. subsets of IPLD objects. Video
Graphsync b5
@b5
A protocol to synchronize graphs across peers. Video
KeyStore gozala
@gozala
A secure and simple way of storing and managing keypairs (for IPFS services). Video
NPM-on-IPFS achingbrain
@achingbrain
Let's take NPM and put it on IPFS. Video
DAG walking facilities in IPLD warpfork
@warpfork
The goal of IPLD is to enable decentralized data-structures that are universally addressable and linkable. Video
IPFS/libp2p PubSub whyrusleeping
@whyrusleeping
Publish-Subscribe, called β€˜pubsub’ for short, is a pattern often used to handle events in large-scale networks. Video
CRDTs parkan
@parkan
A "Conflict-free replicated data type" is a data structure which can be replicated across multiple computers in a network, without conflicts! Video
IPFS Nodes carsonfarmer
@carsonfarmer
A general overview of what it means to be/implement an IPFS node. Video
IPFS DHT gpestana
@gpestana
IPFS uses a Distributed Hash Table (DHT) to keep track of various types of data, such as content provider records. Video
Mutable File System (MFS) leshokunin
@leshokunin
Mutable File System (MFS) is a tool built into IPFS that lets you treat files like you would a normal name-based filesystem. Video
Bitswap jacobheun
@jacobheun
Bitswap is the data trading module for IPFS. Its purpose is to request blocks from and send blocks to other peers in the network. Video
PeerPad internals jimpick
@jimpick
PeerPad is a decentralized editor that allows concurrent writing of text. Video
go-ipfs Infrastructure stebalien
@stebalien
This topic should cover what it takes to initialize a go-IPFS node, and connect it to a public P2P network. Video
IPFS Cluster meiqimichelle
@meiqimichelle
IPFS Cluster is a stand-alone application and a CLI client that allocates, replicates, and tracks pins across a cluster of IPFS daemons. Video Part-1
Video Part-2
Textile internals andrewxhill
@andrewxhill
Textile is a set of tools and trust-less infrastructure for building censorship resistant and privacy preserving applications. Video
The design of the IPFS Repo dignifiedquire
@dignifiedquire
A repo is the storage repository of an IPFS node. It is the subsystem that actually stores the data IPFS nodes use. Video
IPFS/Libp2p content routing bigs
@bigs
The IPFS routing system utilizes "content provider records" hosted on a distributed key-value store to resolve content providers. Video
Circuit Relay ianopolous
@ianopolous
The circuit relay is a means to establish connectivity between libp2p nodes (e.g. IPFS nodes) that wouldn't otherwise be able to establish a direct connection to each other. Video
Swarming (concept) mburns
@mburns
Swarming is a software method that takes advantage of multiple peers (the "swarm") to fulfill a task which may be easily distributed. Video
IPNS aschmahmann
@aschmahmann
IPNS is a system for creating and updating mutable links to IPFS content. Video
Topic Owner Description Recording
Scaling up the DHT πŸ“¦ Kubuxu What can we do to optimise the performance of our DHT? Are there alternatives? Video
IPID - Master key security and user-experience πŸ“¦ satazor IDM (Identity Manager) aims to support several DIDs methods and IPID was chosen as the first DID method to be integrated. Video
Package Managers: What Now, What Next? πŸ“¦ jessicaschilling Community evaluation and ideation session to recap the current (as of late June) state of the IPFS-enabled package manager landscape, discuss happiness and pain points, and do some ideation/co-creation around the direction of our next rounds of package manager efforts. Video
IPFS on Mobile carsonfarmer Increasingly, everyday computing is happening in mobile environments. At the same time, many features of IPFS and related technologies work best on an 'always-connected' network that simply doesn't exist in the mobile world. In this deep dive, we will explore the issues inherent to p2p systems operating in mobile environments, discuss some existing solutions, and hopefully outline a research/development agenda that will help catalyze a wave of new IPFS-based mobile solutions. Video
Private content on IPFS πŸ“¦ ianopolous Can we have a private group chat implemented on IPFS? Video
Building the IPFS Community stefanhans Community, evangelism, engagement, on ramp. Video
IPFS for websites (static, dynamic, search, etc) dietrich What are the best practices and open questions for using IPFS for static / dynamic websites? What about indexing and searching? Video
Revocation/Rotating of IPNS Keys aschmahmann The idea of using a public key to identify mutable data is cool, but what happens when that key becomes compromised? Presenter Opted Out of Recording
How can IPFS support sharding πŸ“¦ hsanjuan How to best pin an arbitrary part of a DAG. Video
Replication protocol πŸ“¦ hannahhoward How can we more quickly sync a DAG or part of a DAG between two nodes? A compliment to bitswap, affectionately overloaded as GraphSync Video
Do not replicate lists - DNR olizilla How to stop your node from replicating content due to take down notices or other reasons Video
Fast IPNS πŸ“¦ hugomrdias How to increase the IPNS resolution speed Moved to Lightning Talk
IPFS Education and Documentation meiqimichelle What are the biggest improvements we can make to documentation for IPFS? Video
Mounting an IPFS filesystem πŸ“¦ djdv Is there a way to efficiently mount IPFS as a filesystem? FUSE support is here. What are current limitations, challenges? What needs to happen to enable mounting of MFS? WebDAV is often used in network storage drives, and mainstream operating systems come with native support for mounting WebDAV as drives. It could supersede Writable Gateway and create a surface for interop with apps that provide built-in client-side support for WebDAV. Video
IPNS link rot alanshaw Right now, IPNS needs to be refreshed by original publisher every day, otherwise it stops working. There should be a way to pin IPNS address so that other peers keep refreshing the last valid entry when original node goes offline, keeping the last version alive even if the original publisher disappears forever. Video
Deterministic CIDs! Reproducible File Imports! Verifable HTTP Gateways! lidel How to deterministically get the same CID for the same data, even if default parameters of ipfs.add change? How to validate data read via HTTP Gateway without running full IPFS node? Video
IPFS in Web Workers gozala Where we are, limitations, known problems. Video
UnixFS v2 πŸ“¦ mikeal Latest spec iteration and implementation work Video
Using CRDTs to build real-time collaborative DApps jimpick What are the hurdles to using CRDTs in dapps with IPFS? How can we make peer-base easier to understand and use? Video
Better NAT traversal so that Relay servers are a last (not first) resort raulk The current cost of running relay servers for IPFS is unsustainable. We need to implement better NAT hole punching mechanisms in libp2p to reduce the usage of relay servers by NAT’d hosts. TCP hole punching has a success rate of ~60%, so we should be preferentially hole punching. TCP simultaneous open is one example. STUN servers are another example; yet another is making every non-NATed host in a libp2p network a relay node. Video
libp2p message orientation bigs libp2p is currently stream-oriented. We want to enable message-oriented communication (e.g. UDP). Help us envision what the APIs would look like, and how an application could simultaneously hold stream-based and message-based conversations with peers in the world via libp2p. Did not Present
IPFS metrics and usage statistics πŸ“¦ lanzafame How to collect telemetry like application metrics and usage in a distributed world Video
Decentralized Data Processing alari How could we process large amounts of data in permissionless networks? Use cases, verifiable state transitions, aggregations and bulk updates, etc. Video
Building Dynamic P2P Applications jkarni IPFS and its associated technologies are mostly static. Radicle is an attempt to build a dynamic P2P web on top of IPFS; one which can host applications with the same abilities of the centralized servers of today to receive inputs from various people or sources. Video
Better file chunking πŸ“¦ mib-kd743naq Within the IPFS stack/ecosystem, just as within computing as a whole, an uncompressed stream of untagged octets is a fundamental unit of exchange. As a general-purpose data storage system IPFS needs to handle an unbounded variety of content represented by such streams. Handling the maximum amount of this variety efficiently ( ideally by default ) would likely have an outsized impact on the future adoption of IPFS as a long-term data interchange medium/format. Video
Dynamic DAG traversal maparent Extend IPLD to cross between immutable and mutable references Video
Design Patterns for DWeb Apps leshokunin Most IPFS apps have UX issues. We will pick a feature of an existing app, and improve its UX by simplifying how to interact with it, how it works. Textile.io lowered the permission and roles system from ~15 methods to 2 this way! Video
IPFS and Guix πŸ“¦ ambrevar Exploration into existing or potential issues with integrating IPFS with Guix Video

Note: topics relevant to package managers have a πŸ“¦ suffix.

Presenter Name & GitHub handle Topic Slides Recording
Justin Maier (@justmaier) and Victor Rortvedt (@twoirtter) Introducing The Gathering, a web app built with Libp2p to improve in-person networking at conferences and gatherings PDF Video
Alex Potsides (@achingbrain) npm on IPFS: Using IPFS to install your JavaScript dependencies πŸ“¦ HTML Video
Shokunin (@leshokunin) Building a Dropbox replacement on IPFS and Textile PDF Video
Makoto Inoue (@makoto) ENS + IPFS: Using ENS as a naming system for IPFS PDF Video
Benjamin Kampmann (@gnunicorn) Changing the record: Using substrate to add a custom blockchain to your IPFS dweb app PDF - Google Slides Video
Andrew Nesbitt (@andrew) Republishing a project's npm dependencies to IPFS as a micro-registry πŸ“¦ N/A (video talk) Video
Blake Joyce (@bjoyce3) Who wins in a fight: Superman, HTTPS, or IPFS? PDF Video
Pierre Neidhardt (@ambrevar) Package distribution using IPFS on Guix πŸ“¦ PDF Video
Adrian Lanzafame (@lanzafame) A quick look into the Pinning API proposal PDF Video
Dmitry Starodubcev (@xhipster) CYB: Your personal robot on the Great Web PDF Video
Eric Myhre (@warpfork) Solving the distributed naming problem (!) in the applied cases of package management πŸ“¦ PDF Video
HΓ©ctor SanjuΓ‘n (@hsanjuan) go-ds-crdt: CRDT KV stores arrive in go-land HTML Video
Brendan O'Brien (@b5) Using dsync for point-to-point DAG transfer PDF Video
Andrew Hill (@andrewxhill) Content addressing and personal data sovereignty PDF Video
Kinuko Yasuda (@kinu) and Jim Pick (@jimpick) Signed exchanges in Chrome PDF Video
Edgar Lee (@hinshun) Containerd meets IPFS PDF Video
Antoine Eddi (@aeddi) Implementing libp2p over Bluetooth Low Energy PDF Video
Irakli Gozalishvili (@gozala) Inter Planetary Data Feed (IPDF) PDF Video
Gonçalo Pestana (@gpestana) Privacy in P2P networks: DHTs and IPFS PDF Video
Victor Grishchenko (@gritzko) An overview of RON PDF Video
RΓΌdiger Klaehn (@rklaehn) Actyx's experiences on building with IPFS PDF Video
Jonathan Budd (@cesarosum) Peergos: E2E encrypted storage and social network on IPFS PDF Video
AndrΓ© Cruz (@satazor) Introducing Nomios Website Video
Alexandre Trottier (@postables) Why open source matters and how individuals can further the movement PDF Video
Andrew Hill (@andrewxhill) Textile PDF Video
Matt Ober (@obo20) IPFS Industry Trends Video
Zhanna Sharipova (@sharipova) Anytype Video

Note: topics relevant to package managers have a πŸ“¦ suffix.

Project Presenter Description Interview
RPi cluster @hsanjuan, @lanzafame ipfs-cluster... on Raspberry Pi video
Actyx @rklaehn Industrial automation on IPFS n/aβ„’
npm-in-a-box @achingbrain what is says on the tin n/aβ„’
The Gathering @JustMaier conference networking on decentralized networks n/aβ„’
Textile Photos @andrewxhill, @carsonfarmer, @balupton a decentralized photo booth video
Lazer Catbot @gorhgorh 😼 n/aβ„’
FAPRS @MarneeDear IPFS over Ham Radio n/aβ„’
Brave @yrliou, @darkdh, @emerick native IPFS in Brave browser! video
ENS @makoto resolving ENS/IPFS with DNS video
IPFS Spider @magnshen crawling the IPFS network n/aβ„’
Cluster Labs Horizon + more @vasa-develop viz for the RPi cluster + more n/aβ„’
Berty @aeddi IPFS over other kinds of radio! video
MetaMask @kumavis DHT visualizer and more video
Janus @solangegueiros an IPFS search engine video
Host GitHub handle Topic Notes/Artifacts
@vasa-develop Dappbase: Firebase for Dapps Notes
@pepoospina Underscore Protocol Notes
@caojingbin Video Website Based on IPNS
@mairkur Medwish: A Decentralized Health Ecosystem Notes
@soapdog Secure Scuttlebutt Notes
@steven004 ForcePlatform: A New Layer to Bridge IPFS and HTTP Apps and Users Notes
@xavivives Knowledge Graphs Notes
@gnunicorn Blockchain & IPFS, yay?!? Notes
@shishkabab, @worldbrain Don't Get Punished for Early Architecture Decisions
@jbenet Structuring IPFS Research Notes
@gpestana P3LIB: Privacy-Preserving Primitives for libp2p Notes
@ambrevar Next Browser Notes
@solangegueiros Index and Search in Web3 Notes
@adria0 Zk-Snarks & IDEN3 Circom Compiler Notes
@jkarni The Radicle Stack
@prtfw Federated Learning on the Chain/IPFS Notes
@codynhat Retiring Web 2.0 Notes

🎀 Project Interviews

We will be listing the interviews done throughout camp as we publish them.

The quiet room was a place for resting, reflecting, and taking space from the excitement of camp. Let your brain cool after a full day of learning. Learn more about it at 🐚 Quiet Room.

Wanna join the Community Conversation?

Meet us at:

Photos and Media

For πŸ“Έ Photos, join our Textile feed with this invite url

You can upload photos, videos, documents, etc. at our public Peergos folder.

You can edit an _Prtcl-powered shared notepad for the IPFS Camp. Just make sure you have a web3 provider (like Metamask) connected to the Rinkeby Testnet and head to The Notepad.

Schedule Overview

The schedule for the event can be found at https://camp.ipfs.io/schedule

Chat #ipfs-camp@freenode using any IRC client or through the Matrix bridge

camp's People

Contributors

2color avatar alanshaw avatar ana0 avatar autonome avatar carsonfarmer avatar daviddias avatar djdv avatar doctorrobinson avatar gozala avatar hsanjuan avatar ianopolous avatar jacobheun avatar jessicaschilling avatar kishansagathiya avatar leshokunin avatar lidel avatar maparent avatar mib-kd743naq avatar mikeal avatar momack2 avatar nuke-web3 avatar obo20 avatar parkan avatar pepoospina avatar satazor avatar solangegueiros avatar stefanhans avatar terichadbourne avatar vasa-develop avatar web-flow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

camp's Issues

πŸ“Ή Camp Media πŸ“Ή

For anyone who participated in a lightning talk, deep dive, or interview, I'll be posting media here and tagging y'all. Thanks for being a part of everything!

Milestone 1:

Milestone 2:

  • 25 of 28 Deep Dives live

Milestone 3:

Interested in Headshots?

Hi Campers!

I'm offering free headshots today and tomorrow for anyone who is interested.
These will be taken outside regular workshop hours and I expect to take ~10 minutes, so you won't be missing out on events.

Location will be right outside Mas Bonvilar where you entered the space tunnel :)

If you're interested, please go ahead and sign up in an open slot. If you can't find a slot, comment below, and I'll reach out to find a time that works for us.

Friday, June 28 Name Company/Project
19:30 @vojtechsimetka
19:40
19:50
20:00
20:10
20:20
20:30
Saturday, June 29 Name Company/Project
19:45
19:55
20:05
20:00

Call for 🧬 Sci-Fi Fair πŸ’‘ Proposals! πŸ™πŸ™

Hello @ipfs/ipfs-camp-2019-attendees πŸ‘‹

I have one more task for you!

You might recall prompts for participation like Deep Dives and Lightning Talks from your application, but there is one more track at the Camp where you can show off all the amazing things you've been working on: the 🧬 Sci-Fi Fair.

Do you have a cool project that you think other Camp attendees will enjoy? Then head over to apply for a Sci-Fi Fair booth! We still have a few open slots.

Bonus points for building on IPFS/libp2p, but there's no strict requirements. We're looking for fun, imaginative, and best exemplifying the spirit of curious experimentation. High polish not required!

Complete your slide for IPFS Camp Deep Dives presentation!

Call for πŸ—£project interviewees πŸ“ΉπŸŽ€

Hello fellow campers!

Last year at our developers meetings we had the opportunity to sit down with some of our users to talk about their projects, IPFS and what they love about their work. This year we're looking to expand on that and I need your help to do it.

So this is your chance to talk about the great work you've been doing! I'd like to hear all about your project, discuss how it works, why you chose IPFS, and hear some highlights about any breakthroughs or unique aspects of what you're doing. In the end, we'll edit them into an IPFS story that focuses on your work - for you to share with the world.

These interviews will be happening outside regular workshop hours and I expect to take 15-20 minutes, so you won't be missing out on events.

Location TBD, but it'll be near the workshops.

If you're interested, please go ahead and toss yourself in an open slot, and if you can't find a slot, drop a comment and I'll reach out to find a time that works for us. I'll be adding the general questions here later today for anyone who wants to practice (but don't feel obligated to).

Location: Andrea Polli, next to the workshop classrooms
andrea

Friday, June 28 Interviewee Company/Project
19:30 @b5 QRI.io
20:00 @ianopolous Peergos
20:30 @hareeshnagaraj audius
21:00 @steven004 IPFS-Force
21:30 @apronkin Anytype
Saturday, June 29 Interviewee Company/Project
19:30 @blackforestboi worldbrain.io
20:00 @hinshun netflix
20:30 @rklaehn actyx.io
21:00 @jkarni (radicle/Monadic)
21:30 @vasa-develop Cluster Labs(https://clusterlabs.io)

Permaweb Writer lightning talk

Hey, I presented the idea back at Lab Day during the Lightning Talk.
Now we have a release to showcase, which we've built just in time for IPFS Camp.

We'd be showing Permaweb Writer, which is Dropbox Paper on top of IPFS (and Textile).
We've prepared the first public build, and a feature so we can make presentation slides by writing Markdown. Would love to show it off to people so they can see an IPFS app that has a lot of product/frontend/ux work.

Totally happy to ditch a scifi thing for this.

Welcome to the πŸ• 2019 IPFS Camp 🌌 Content Repo πŸš€ πŸš€

Greetings @ipfs/ipfs-camp-2019-attendees πŸ‘‹πŸ½

I'm psyched to welcome you to the πŸ• 2019 IPFS Camp 🌌 Content Repo πŸš€ πŸš€

It is in this repo that you will find the content needed for the Courses, interact with Trainers and Speakers on content, give feedback, contribute and then post-camp, push and share the knowledge you learned and created. All of these interactions will become way more clear over the following weeks with some more communications from our side. Meanwhile, I invite to you explore:

Also, if you haven't already, join our chat at #ipfs-camp@freenode using any IRC client or through the Matrix bridge

While you are here, what about introducing yourself to the group? Post a comment on this thread with:

  • Your name
  • Your location (city or country where you live)
  • What you had today for breakfast
  • What excites you about IPFS
  • What are you looking forward to do at IPFS Camp
  • A project you are building or that you are excited about

Looking forward to meet you all in person in the Sunny Catalunya!


PS 1: As a goal for IPFS Camp, we’ve to beat this group photo from the last IPFS event!

PS 2: If you are new to the IPFS Community or it is the first time to communicate on the public channels, please make sure you read first the IPFS Community Code of Conduct.

Design Patterns workshop at IPFS Camp

Hey,
I had an email thread earlier with @jesseclay @Stebalien @olizilla .
I was wondering if it’d be possible to give a talk at IPFS Camp?

The topic would be Design Patterns for DWeb apps. Ideally I’d love to do a workshop where I do live design, and we solve a real design problem and hopefully people pick up those lessons and I can help implement design during the week.

I’ve done this with Textile, where I worked with Sander to lower the permission and roles system from ~15 methods to 2, resulting in a lot less complexity. Also did that on a number of large scale apps throughout the years.

Would love to teach some Product thinking and UX there!

πŸ’» Preparation for Camp πŸŽ’

Hi y'all @ipfs/ipfs-camp-2019-attendees πŸ‘‹πŸ½

We are almost at Camp! YEaaASs πŸ™ŒπŸ½ πŸ™ŒπŸ½ πŸ™ŒπŸ½ The event starts tomorrow and we are super excited to meet everyone in person!

We have a tremendous amount of Content ready for you

Screenshot 2019-06-26 at 13 07 41

Produced by a fantastic group of 67 humans which we are incredibly thankful for

Screenshot 2019-06-26 at 13 04 49

In order to make the most out of the sessions at Camp and value the hard work all the content creators put into creating the sessions for you, we kindly ask you to go through the Preparation Checklist the Content Creators left for you, so that you can bring your laptops fully ready πŸ’» ✨ πŸ’‘, that's just it :)

These checklists can be found at:

If you hit any obstacle through the preparation, please let us know :) We can help you right on this issue, the camp chat and/or at Camp, we will also have an help desk :)

Thank you!

πŸ“Ή Record a high quality presentation of your project! πŸ“£

Hi IPFS Campers! We are so pumped by all the amazing projects, lighting talks, Sci-Fi projects and demos that you have been showing throughout the event, that it dawned on us that you might fancy recording a high quality presentation that then can be broadcasted to the entire IPFS Community for multiple generations! How does that sound? :D

We are flexible on time, these can go from 5 to 15 minutes and depending on demand, we can arrange a way to parallelize these recordings.

The presentation rooms will be set up in the same floor that the Core & Elective courses were. Mas Bonvillar (Main room), where the Graduation Ceremony will be.

We will be available to record your presentations from 8am to 8:45am.

To register for a recording, please post a comment in this issue with:

  • Title
  • Contact name (GitHub handle)
  • Length (5~15 mins)
  • Preferred time

We will keep the following table updated with slots allocation!

Time Contact Title
8:00am @aschmahmann Fast IPNS
8:15am @satazor Showcasing Identity Manager and Nomios
8:30am @obo20 IPFS Industry Trends

Second option, doing it during the Lunch Hour (12:00h to 13:00). This option might cause you to miss 1pm shuttle.

For the afternoon we have:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.