I have been interviewed by William Quiviger in the Official Docker Captain Take 5

Article: docker.com/blog/docker-ca…

/thread format⬇️
How/when did you first discover Docker?

It was 2015. I was curious and started researching. I didn’t have any online presence at the time so I was just studying on my own trying to figure out how it worked.
Now I know many Docker Captains, like @BretFisher @mikesir87 , @GianArb!
What is your favorite Docker command?

This is a nice question! I think I will go with “docker compose up –build”, this is exactly what you need to test your command on your development environment.

Another one is docker exec, it’s very handy.
What is your top tip you think other people don’t know for working with Docker?

Many think that Docker is simply something you install on your machine, but it is much more: it is an entire service platform that offers complete end-to-end support for containerizing your apps....
...It also has the best community that exists, and this makes the difference in terms of the use of a product, it is not only for the features it offers but also for the countless answers that the people who use Docker exchange with each other.
What have you worked on in the past 6 months that you’re particularly proud of?

A few months ago, I became an Advocate developer for @Tiny_Stacks, a company that helps you to deploy your Docker application on AWS, leaving you the control of what you have deployed...
...I have also started writing a series of articles and making a series of videos with them.

It is an incredible experience.

Our YouTube channel is where I create technical content

Here is the first video:
What do you anticipate will be Docker’s biggest announcement next year?

Docker Desktop becoming even more powerful and lightweight, with improved UI commands and better container monitoring and control.
What do you think is going to be Docker’s biggest challenge next year?

Giving support for the new Business model and answer all the questions that will come from all the companies and individuals using Docker.
What are some personal goals for the next year with respect to the Docker community?

I would like to participate in the next DockerCon as a speaker.

This has been one of my dreams and now I see this reachable.

Another goal is to invite Docker executives to my YT Channel.
What talk would you most love to see at DockerCon 2022?

I would like to see an in-person panel with multiple guest speakers, basically what I did during the last Docker Community All-Hands but in person.
Looking to the distant future, what is the technology that you’re most excited about and that you think holds a lot of promise?

I am very excited about Web 3.0 and about how it will revolutionize how we use the internet and our devices.

• • •

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

30 Sep
Why Containerization?

This is the question I get more often.

Over the years I have tried to improve this answer as much as possible.

In this thread with Memes, I will do my best.

a /thread (with Memes) Image
When an application is developed, we have:

- a development environment
- a production environment.

The application is created, improved, new features are added, bugs are corrected.

All of this happens in the development environment.

No memes? wait for it... Image
We have the usual problems:

- install dependencies
- understand what the problem is
- add a new shiny feature

And we also write a lot of code...

Once the development is done, developers are happy!
Why? because “It works on my machine”.

What's the problem? Image
Read 18 tweets
28 Sep
Resources that link Blockchain to Docker🐳
· Create Ethereum Dapp with React + Docker
· Deploying Blockchain Applications with Docker
· Docker usage in Blockchain
· Docker in Blockchain Projects
· Go Ethereum (Go implementation of Ethereum protocol)

Have more? Share it

/thread
Create an Ethereum Dapp with React and Docker

medium.com/hackernoon/cre…
Deploying Blockchain Applications with Docker

Docker provides great support in quickly getting a blockchain node up and running without the need to individually configure each machine separately.

skeps.com/blog/deploying…
Read 7 tweets
28 Sep
Blockchain Blocks

Blockchain blocks hold batches of valid transactions into a Merkle tree.

Basic concepts to study how they work:
· Hash
· Sign
· Genesis Block
· Fork
· Consensus Algorithm
· Peers and the database
· History
· New entries
· Redundant Computation

/thread
Hash

A hash is a math function that converts an input of arbitrary length into an encrypted output of a fixed length.

· Each block includes the cryptographic hash of the previous, linking the two.

·Blocks are hashed and encoded.
Digital signature

A digital signature is an auth mechanism.
It enables the creator of the message to attach a code that acts as a signature.

· The blocks are usually digitally signed.

· This is to assure the integrity and the data
Read 10 tweets
24 Sep
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)
Read 12 tweets
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

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!

:(