
Francesco Ciulla
@francesco
Content Creator focused on creating YouTube videos.


Environment Variables in Rust
Written by Francesco Ciulla
Environment variables are a set of key-value pairs stored in the operating system. They are used to store configuration settings and other information required by the system and other appl...


Ownership in Rust
Written by Francesco Ciulla
## Ownership in Rust Rust has a concept of ownership that is unique among programming languages. It is a key feature of the language that allows it to be both safe and fast. In this lesson,...


Rust 🦀 CRUD Rest API
Written by Francesco Ciulla
Let's create a CRUD Rest API in Rust using: - No specific framework - Serde to serialize and deserialize JSON - Postgres (database) - Docker - Docker Compose If you prefer a video version:...


Kubernetes quick tutorial
Written by Francesco Ciulla
## 👋 Introduction Let's make the simplest but understandable Kubernetes example ever. Video version: {% youtube noJmOirhHKM %} We will create our first example with Kubernetes starting...


Dockerize a Python Application
Written by Francesco Ciulla
## Dockerize a Python application - Intro This article will show how to dockerize a simple Python application. If you prefer a video version, you can find it here: All the code is avail...