Francesco

Francesco

@FrancescoCiull4

· Developer Advocate at @dailydotdev · Docker Captain · Public Speaker · Building a 1 Million Community 22%

📧 me@francescociulla.com → t.co Joined May 2023
30
Threads
211
views
163.0K
Followers
100.4K
Tweets

Threads

7 Solidity videos to get started, thread. All of them have been uploaded less than 1 year ago. ↓ https://t.co/bg8VfpctXp

Blockchain Code Stats thread. I've checked some blockchain GitHub stats to get an idea of​: - how Open Source each one is. - the interest they've generated in Devs so far. · Ethe...

20 Ethereum Concepts thread. ↓ https://t.co/N1nfawwQAr

NFT introduction thread. NFTs are not just jpegs. No, It is not enough to right-click and save it on your PC. A thread from valid sources to have a clearer idea around them. ↓...

Ethereum Sidechains thread. A Sidechain is an independent blockchain, designed to be compatible with the Ethereum blockchain. They can use a different Consensus mechanism and th...

Layer 1 & Layer 2 Blockchains Layer 1 (Main chain) They are an independent set of solutions for the base protocol and for the core system and the main architecture. Layer 2 Secon...

🔲Solidity Videos on YouTube When I want to learn something new, I start with a video (usually on YT). If you want to learn the Solidity programming language, here is a list of vi...

🛣️Web3 Roadmaps thread. When you want to go somewhere, it is important to have a map or a navigator. "What is the path to learning Web3?" is one of the most common questions I g...

🔲Ethereum stack thread. The Ethereum stack is similar to the one we are used to. But there are some differences. To explore it, let's have a Top-Down approach: - Top-level Apps...

🎯Centralization VS 🌐Decentralization thread. Do you remember NAPSTER? If YES, sorry you are old my friend. It was a centralized system for distributing pirated music. Turned o...

If you are a JavaScript Dev interested in Web3, you can check these on GitHub: · openzeppelin-contracts (8k ☆) · ethereum-org-website (2k☆) · metamask-extension (3k☆) · solana-we...

🐳Docker Threads What is a DOCKERFILE? A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image. In other words...