Skip to content

Instantly share code, notes, and snippets.

@eum602
Last active May 31, 2021 15:15
Show Gist options
  • Save eum602/8ced50b3081b299f379a73d01ceacea3 to your computer and use it in GitHub Desktop.
Save eum602/8ced50b3081b299f379a73d01ceacea3 to your computer and use it in GitHub Desktop.
Interesting articles
INTRO TO DHT =====> https://medium.com/unitychain/intro-to-dht-e98425fc05f1
uWebsockets =====> https://github.com/uNetworking/uWebSockets.js
WebService architecture - Golang =====> https://medium.com/@boobo94/web-service-architecture-for-golang-developers-a4147b8141ff
Blockchain reference architecture =====> https://medium.com/@naveenbalani/blockchain-reference-architecture-a3df6643532c
multiblockchain : https://ieeexplore.ieee.org/document/8327114
packaging new software: http://packaging.ubuntu.com/html/packaging-new-software.html
Raft consensus algorithm : https://www.google.com/amp/s/www.geeksforgeeks.org/raft-consensus-algorithm/amp/
BOOK ethereum2.0 ==> https://lighthouse-book.sigmaprime.io/
eth 2.0 specs ==> https://github.com/ethereum/eth2.0-specs
internet whitepaper: https://web.stanford.edu/class/msande91si/www-spr04/readings/week1/InternetWhitepaper.htm
state channels ==> https://github.com/Awesome-Layer-2/awesome-layer-2 ==> all state channel resources!!!!
https://medium.com/statechannels/state-channel-applications-1f170e7d542e
https://www.counterfactual.com/statechannels/
create smart contracts in state channels: https://medium.com/ethereum-developers/how-to-create-scalable-dapps-and-smart-contracts-in-ethereum-with-state-channels-step-by-step-48e12481fb
vert.x in action ==> https://www.manning.com/books/vertx-in-action
https://livebook.manning.com/book/vertx-in-action/chapter-1/v-7/
Netty in actions ==> https://learning.oreilly.com/library/view/netty-in-action/9781617291470/kindle_split_010.html
Rust second edition ==> https://learning.oreilly.com/library/view/programming-rust-2nd/9781492052586/ch02.html#
tuweni ==> https://github.com/apache/incubator-tuweni
https://tuweni.apache.org/faq/
Polkador vs Cosmos: https://medium.com/@davekaj/blockchain-interoperability-cosmos-vs-polkadot-48097d54d2e2
gnark: https://hackmd.io/@zkteam/modular_multiplication
fabric ==> https://www.amazon.in/dp/B084KZP9M7/ref=cm_sw_r_wa_awdo_t1_6hgqEbZZG2TJN?fbclid=IwAR24ihV1VEKg7XqMjcA0-pdqpNiihFZPk5JbuC-a1mt6U0-5rJqZT1r0P8c
vitalik page: https://vitalik.ca/
hard problems in cryptocurrency: https://vitalik.ca/general/2019/11/22/progress.html
polinomial commitments: https://www.youtube.com/watch?v=bz16BURH_u8
What is new in eth2.0: https://notes.ethereum.org/@ChihChengLiang/Sk8Zs--CQ/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_200320?type=book
Holochain : https://github.com/holochain/holochain-rust
Marcopolo: https://medium.com/marcopolo-protocol/pos-consensus-paradigm-shift-apos-better-than-pos-e5f7f112165f
scylladb (c++) : https://www.scylladb.com/product/benchmarks/
worker thread nodejs: https://nodejs.org/api/worker_threads.html
ROCKET rust web framework:https://github.com/SergioBenitez/Rocket
polkadot -IoT: https://www.parity.io/iot-on-substrate-nodle-io/
Vertx vs Spring benchmark: https://vironit.com/comparison-of-web-frameworks-spring-boot-vs-vert-x/
mongodb encrypted and distributed: https://www-criptonoticias-com.cdn.ampproject.org/c/s/www.criptonoticias.com/comunidad/adopcion/mongodb-pueden-encriptar-documentos-descentralizada/amp/
homomorphic encryption: https://blog.nucypher.com/sunscreen/
Quantum DB encryption approach: https://www.hindawi.com/journals/scn/2019/4923590/
dafka: distributed messaging system ==> https://github.com/zeromq/dafka
data structures: https://www.udacity.com/course/data-structures-and-algorithms-nanodegree--nd256
vertx-rxjava: https://developers.redhat.com/blog/2018/04/18/eclipse-vertx-reactive-extensions/
Core EVM concepts: https://solidity.readthedocs.io/en/v0.5.13/introduction-to-smart-contracts.html#delegatecall-callcode-and-libraries
secp256k1: https://masteringbitcoin.neocities.org/#_introduction
zksync: https://zksync.io/faq/intro.html
Fab3:https://github.com/hyperledger/fabric-chaincode-evm
Russian-voting-system: https://github.com/cikrf
netmask explanation: https://www.netfilter.org/documentation/HOWTO/networking-concepts-HOWTO-4.html#:~:text=0.0%2F8'%20is%20a%20big,only%20IP%20addresses%20from%2010.0.
WAFs: https://github.com/0xInfection/Awesome-WAF
Teku network: https://github.com/ConsenSys/teku-network
BEST CYBER-CRYPTOGRAPY PAGE: https://asecuritysite.com/
IPSec VPN vs SSL/TLS VPN ==> https://searchsecurity.techtarget.com/feature/Tunnel-vision-Choosing-a-VPN-SSL-VPN-vs-IPSec-VPN#:~:text=SSL%2FTLS%20VPN%20products%20protect,services%20inside%20a%20protected%20network.
https://javarevisited.blogspot.com/2013/05/difference-between-abstract-class-vs-interface-java-when-prefer-over-design-oops.html#axzz6iQ4HGnyX
Data Structures and Algorithms: https://www.geeksforgeeks.org/fundamentals-of-algorithms/#AnalysisofAlgorithms
Reactive programming in golang -> https://github.com/ReactiveX/RxGo
Reactive Spring Security: https://www.baeldung.com/spring-security-5-reactive
Reactive Systems usinf WebFlux -> https://www.baeldung.com/java-reactive-systems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment