General
DevPost help: https://help.devpost.com/hc/en-us/categories/360001298552-Hackathon-Participants
Discord: https://discord.com/invite/6QDSHqbBvP
Gitbook: https://docs.openmesh.network/open-data-and-infrastructure-summit-2023/opend-i-hackathon
Teambuilding guide: https://docs.openmesh.network/open-data-and-infrastructure-summit-2023/opend-i-hackathon/how-to-register/find-a-team
Challenge details
Challenge 1: https://docs.google.com/document/d/1QMzluRxoJ_sStUNKMVOQjlPao4Lxtf-Bj4DzKjEqILI/view
Challenge 2: https://docs.google.com/document/d/1pBb2U1xDWmEizmI3mlVPyzxL9OFD2X5UYDWtS0Xopq0/view
Challenge 3: https://docs.google.com/document/d/1yBgomeYsor4g59uwbNPPDb3CI98BdyJutTIFT4MkPC0/view
Challenge 4: https://docs.google.com/document/d/1KdJ9ganOlh9LetxPrzzUtlBZtmsmuOP7VJ7bH58isuc/view
Conference speakers
Swan Network: A Layer-2 Decentralized Cloud Computing Solution - Charles Cao, Founder of FilSwan: https://app.frame.io/reviews/96696c7a-2653-486e-9bc6-5b8c31f8b723/6de90419-982a-4c28-88d9-bc1f8d4cf9f0
Polygon zkEVM Components - Carlos Matallana, Protocol & Integration Team Lead at Polygon Labs: https://app.frame.io/reviews/96696c7a-2653-486e-9bc6-5b8c31f8b723/c64925cb-2139-419a-85ab-14be3d460684
Amazon Managed Blockchain - Charles Okochu, Snr Business Development Manager at AWS: https://app.frame.io/reviews/96696c7a-2653-486e-9bc6-5b8c31f8b723/508cba31-9b58-4099-b316-8d573747db1d
Full conference: https://www.youtube.com/@OpenmeshNetwork/streams
Conference agenda: https://odi.openmesh.network/agenda
Challenge 1
Free online solidity course: https://cryptozombies.io/en/solidity
GraphQL query format: https://graphql.org/learn/
SQL query format: https://www.w3schools.com/sql/
LINQ query format: https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/linq/introduction-to-linq-queries
Chainlink data feeds: https://docs.chain.link/data-feeds
Advanced smart contract storage: https://docs.alchemy.com/docs/smart-contract-storage-layout
Challenge 2
Workshop, data verification: https://drive.google.com/file/d/1v9GrC3zfr0GC65GGubBiRDltGavQgzr7/view?usp=drive_link
Zero Knowledge Proofs: https://ethereum.org/en/zero-knowledge-proofs/
Various consensus algorithms: https://www.baeldung.com/cs/consensus-algorithms-distributed-systems
Encryption: https://www.cloudflare.com/learning/ssl/what-is-encryption/
P2P Communication: https://en.wikipedia.org/wiki/Peer-to-peer
Challenge 3
Workshop, how to build xNode on Bare Metal: https://drive.google.com/file/d/1qkMOxko9sUYgK-QIanB3ruO5CF4egli9/view?usp=drive_link
Workshop, how we Built a Scalable Real-Time Data Pipeline for Web3: https://drive.google.com/file/d/1zVW6tRCgru_T6-BeIg0OANQKGIqoOJNT/view?usp=drive_link
Streaming: https://aws.amazon.com/streaming-data/
ETL processes: https://www.ibm.com/topics/etl
Database: https://db-engines.com/en/ranking
Statistics: https://www.softwaretestinghelp.com/application-performance-monitoring-in-devops/
Docker: https://docker-curriculum.com/
Scaling: https://www.redswitches.com/blog/server-scaling/
Challenge 4
Introduction video: https://youtu.be/UDLK_PphNb8
Workshop, getting started coding: https://youtu.be/M_haR9fCKiM
Federated Learning:
https://arxiv.org/abs/1902.04885
https://www.tensorflow.org/federated
https://en.wikipedia.org/wiki/Federated_learning
Dynamic Learning:
https://arxiv.org/abs/2002.09571
https://epubs.siam.org/doi/abs/10.1137/1.9781611975673.75
https://openaccess.thecvf.com/content/CVPR2022/html/Douillard_DyTox_Transformers_for_Continual_Learning_With_DYnamic_TOken_eXpansion_CVPR_2022_paper.html
Genetic Algorithms:
https://arxiv.org/abs/2011.05277
https://pygad.readthedocs.io/en/latest/
https://en.wikipedia.org/wiki/Genetic_algorithm
Parallel and Distributed Computing:
https://book.mixu.net/distsys/single-page.html
https://hpc.llnl.gov/documentation/tutorials/introduction-parallel-computing-tutorial
https://en.wikipedia.org/wiki/Distributed_computing
