David Wang
0 followers · 315 views
on the atlas — 7
- The Zero-Knowledge Landscape - by tolks - Page One1 savers
- StarkNet - Ethereum's Scaling Solution - by Aylo1 savers
- How To Create a React + Flask Project - miguelgrinberg.com2 savers
- Build a Simple CRUD App with Python, Flask, and React | Okta Developer1 savers
- SQL vs NoSQL in 8 Examples. Practical guide to compare basic… | by Soner Yıldırım | Towards Data Science1 savers
- TrickyCases #6. Scrape Highcharts plots | by Mykhailo Kushnir | Level Up Coding1 savers
- Web Scraping 201: finding the API1 savers
highlights — 9
Firstly, StarkWare is a company with two products: StarkEx Starknet
StarkNet - Ethereum's Scaling Solution - by AyloSTARK is a proof system. ZK-STARKs, invented by StarkWare (a company), enforce the integrity and privacy of computations on blockchains, using novel cryptographic proofs and modern algebra.
StarkNet - Ethereum's Scaling Solution - by AyloIn cryptography, zero knowledge proofs let you convince me that you know something, or have done something, without revealing to me what your secret thing was.
StarkNet - Ethereum's Scaling Solution - by AyloA ZK-Rollup is a smart contract that takes hundreds of transactions off the main blockchain and bundles them into a single transaction. It then sends a validity proof back to the main blockchain.
StarkNet - Ethereum's Scaling Solution - by AyloHow To Create a React + Flask Project
How To Create a React + Flask Project - miguelgrinberg.comBuild a Simple CRUD App with Python, Flask, and React
Build a Simple CRUD App with Python, Flask, and React | Okta DeveloperI will be using MySQL for SQL and MongoDB for NoSQL. Before starting with the examples, let’s briefly explain how data is stored in SQL and NoSQL.
SQL vs NoSQL in 8 Examples. Practical guide to compare basic… | by Soner Yıldırım | Towards Data ScienceHighcharts.charts[0].series[0].data
TrickyCases #6. Scrape Highcharts plots | by Mykhailo Kushnir | Level Up CodingNext, click on the XHR filter. XHR is short for XMLHttpRequest - this is the type of request used to fetch XML or JSON data. You should see a couple entries in this table (screenshot below). One of them is the API request that returns the data you’re looking for (in this case, John Wall’s shots).
Web Scraping 201: finding the API