I studied Blockchain at University.

Now I decided to learn it again. From Zero.

Here is a thread to summarizes what I have studied so far.

/thread
Summary:
· What is a Blockchain
· Blocks
· Resistance to modification
· Secure by design
· Structure
· Verification
· Robust workflow
· Value Exchange protocol
· Layers
· What is a Blockchain

It's a growing list of records (blocks)

The Blocks are linked together using cryptography.

It's described as an immutable data storage:
- trustless
- fully decentralized
- peer-to-peer
- immutable

It's spread over a network of participants (nodes)
· Blocks

They contain:
- a cryptographic hash of the previous one.
- a timestamp + transaction data.

The timestamp proves that the transaction data existed when the block was published in order to get into its hash.

The blocks form a chain (hence the name).
· Resistance to modification

The recorded data in a block cannot be altered without altering all subsequent blocks

They are ban be managed by a p2p network for use as a publicly distributed ledger

Nodes adhere to a protocol to communicate/validate new blocks.
· Secure by design

Although blockchain records are not unalterable as forks are possible, blockchains may be considered secure by design.

They exemplify a distributed computing system with high Byzantine fault tolerance.

en.wikipedia.org/wiki/Byzantine…
· Structure

A blockchain is a digital ledger:
- decentralized
- distributed
- often public

It consists of records (blocks)

it's used to record transactions across many computers

Any block cannot be altered retroactively, without the alteration of all subsequent blocks.
· Verification

The participants can verify/audit transactions independently and inexpensively.

A blockchain DB is managed autonomously using a p2p network and a distributed timestamping server.

They're authenticated by mass collaboration powered by collective self-interests
· Robust workflow

The uncertainty of the participants regarding data security is marginal.

The use of a blockchain removes the characteristic of infinite reproducibility from a digital asset, confirming that each unit of value was transferred once.
· Value Exchange protocol

A blockchain can maintain title rights

When properly set up to detail the exchange agreement, it provides a record that compels both offer and acceptance.
· Layers

A blockchain can be seen as several layers:
- infrastructure
- networking (node discovery, information propagation, verification)
- consensus (proof of work/stake)
- data (blocks, transactions)
- application (smart contracts/decentralized applications)

SRC: Wikipedia.
if you like this type of content, follow @FrancescoCiull4 and share this. Thank you.

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Francesco Ciulla

Francesco Ciulla Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @FrancescoCiull4

23 Sep
Francesco, you are so productive!

Many know me now for being a very productive, active, and a morning person.

Have I always been like this? Absolutely NOT!

What has changed for me? How can you change your life? Let's see it in 5 minutes.

Inspired by @Shruti_Narwani
/thread
In 2012 for personal reasons, I was depressed and without the slightest desire to do anything.

What do you we in these difficult moments?

The first thing is to keep ourselves busy, literally with anything.

For example, I got my motorcycle license and started kickboxing

1/11
Then we have to work on ourselves, starting from the basics.

We cannot expect our life to change in one day, but we can decide the direction we want to go in.

Exercising and putting yourself in the best physical condition, is very important and at the basis of everything

2/11
Read 13 tweets
12 Aug
11 Fundamental Docker Definitions for:

🏠Docker host
⚙️Docker engine
🖥️ Docker client
😈Docker daemon
📝Dockerfile
📦Docker Image
🐳Docker Container
🔗Docker Network
💾Docker volumes
🐙Docker Compose
🪣 Docker Registry

Keep reading for short definitions:
/thread⬇️
1/11 🏠Docker (Active) Host

A computer with Docker installed and the daemon running.

It can process Docker and non-Docker workloads.
2/11 ⚙️Docker Engine

A Client-Server application.
It has 3 components:

- CLI: A command-line interface client.

- daemon process: A server that is a type of long-running program.

- Rest API: to specify interfaces that programs can use to talk and interact with the daemon.
Read 13 tweets
30 Jul
Creating Content is not easy, and the reasons are many.

In about a year I have collected the most important BLOCKERS.
I have experienced all of them.

- Lack of time
- Lack of ideas
- Not feeling ready
- Fear of judgment

Here are my short answers to all of them:
/Thread
Lack of time 1/2

This has always been my favorite excuse.
If we really want to do something you will find the time.

If it ever happened to you, when you fall in love, suddenly you have a lot of free time.

If you really want to create some content, give it the right priority.
Lack of time 2/2

I wanted to start YouTube in 2010.

I released my first video on August 7, 2020.

I've posted 193 videos.

My "secret"? Many videos are of me talking to my friends or people I think are important to the tech world, and I'm really interested in their stories.
Read 8 tweets
22 May
What are dangling images in Docker?

Probably if you worked with docker locally, it happened to see something like this using `docker images`

The dangling images are those ones with <none> as [Repository] and [Tag]

Ugly uh?

Let me explain what's going on: a list of docker images, with a lot of <none> <none> as repo
A dangling image is one that is not tagged and is not referenced by any container.

Why are they there?

Reasons could be different, but the most common case is when you build another image using the same tag

(Side note: don't build a production-ready image with the same tag)
To see just the dangling images on your system, you can use the command:

`docker images -f dangling=true`

what a good show, right? only images with <none> <none>
Read 5 tweets
21 May
Lifecycle of Docker containers (Thread)

A diagram with some additional information below about the lifecycle of containers.

This is a simplified version, there are other commands (kill, ...) and other intermediate states

Let's see them:
docker create

Creates a new layer over an image with a writeable container.

It prepares it to run a specific command (the one specified in the Dockerfile)

Useful to set up a configuration so that it is ready to start when needed.

Status of the container: "CREATED"
docker start

Starts one (or more) container.

This command can either be used::
- To start a container just created with the docker create command
- To start a stopped container
Read 9 tweets
20 May
I've dealt with a lot of negative comments in my life.

When I was a coach I got yelled at by people who didn't agree with my choices.

That's why IDGAF about a comment written by an anonymous user who hides behind a keyboard.

But someone does.

This thread could help you.
🧵 Image
1- Never take it personally:

Think they:

- had a bad day,
- just broke up,
- lost their job,
- got their car stolen
- their house went up in flames

But don't take this as a direct attack on you or your family.
2- Responding is usually more harmful than ignoring.

This does not mean that we must passively accept any accusation, but probably answering it will only fuel discussions.

Also, there are people who like to argue all day long.
That's their hobby.
Read 8 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!

:(