wiki
low-level-design-primer
wiki | low-level-design-primer | |
---|---|---|
7 | 6 | |
59 | 6,560 | |
- | - | |
0.0 | 1.7 | |
over 3 years ago | about 1 year ago | |
MIT License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
wiki
-
Ethereum's Oracles: Unleashing Trustless Wisdom from Beyond the Blockchain
For a more decentralized approach, TrueBit offers a solution for off-chain computation. It involves solvers and verifiers who perform computations and verify them. In case of a challenge, an iterative verification process takes place on-chain. Ethereum miners act as judges to make a final ruling. TrueBit creates a computation market where decentralized applications can pay for verifiable computation outside of the network. This allows trustless smart contracts to perform various computational tasks securely.
- How to Add a Token? Truebit
-
Donโt underestimate L2s and scaling solutions. Without them, mainstream adoption wouldnโt be attainable.
That solution is undoubtedly Truebit. https://truebit.io/
-
Great Event ๐ค Said the gods!
Yes, it is on truebit.io site: "Truebit combines with bulletproofs to achieve compact, zero-knowledge proofs without trusted setup. "
- Web3 Is Centralized (and Inefficient)
-
Vitalik Buterin suggests DOGE to move to Proof-of-Stake, using Ethereum code.
There's already a whitepaper from 2018 covering the bridge between ethereum and Doge from the creator of Truebit protocol
-
[AMA] Truebit welcomes you to the second edition of AMA Series;Verified With Raghav Kulkarni
Perhaps the ELI5 page from Truebit can help
low-level-design-primer
-
๐ฅ 17 Best Free GitHub Repositories to Crack System Design Interviews ๐ ๏ธ
7. Low Level Design Primer
-
People who started with 4 or 5LPA and now earning more than 30+ what was your path and how many years it took to reach 30+?
For LLD, I referred to a github repo consisting of some solved common LLD problems. Link here for reference.
-
Amazon SDE 1 Final Interview Prep (US)
For OOD this might be helpful
-
Sr. Software Developers of reddit, I need help!
- https://github.com/prasadgujar/low-level-design-primer/blob/master/solutions.md
-
Resources for Low-Level design and SOLID principals in C++
https://github.com/prasadgujar/low-level-design-primer https://www.educative.io/courses/grokking-the-object-oriented-design-interview https://sourcemaking.com/ https://www.andiamogo.com/S-OOD.pdf
What are some alternatives?
awesome-web-desktops - Websites, web apps, portfolios which look like desktop operating systems
system-design-interview - System design interview for IT companies
truebit-os - Interactive client for Truebit + Contract Source Code
cs246e-notes - Object oriented programming notes
RandomX - Proof of work algorithm based on random code execution
system-design-101 - Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
pm - Everything there is to know about Flashbots
Low-Level-Design - Low Level Designs of common data structures. These designs keep concurrency control, latency and throughput in mind. We use design patterns where applicable to make the code readable, extensible and testable.
welcome2web3
CrackingTheSQLInterview - DBMS Concepts, SQL Queries & Schema Design for your Interviews.
erigon - Ethereum implementation on the efficiency frontier https://docs.erigon.tech
System-Design - It's just fascinating. How is modern software designed? ๐ค Some design-level considerations for scalability, maintainability eventual consistency, availability & reliability. ๐จโ๐ป Interview Prep. ๐จโ๐ป