Francesco Ciulla

Francesco Ciulla @francescoxx

About: Check YouTube: https://www.youtube.com/@francescociulla

Location:
Rome, Italy
Joined:
Mar 2, 2020

Francesco Ciulla
articles - 114 total

Rust CRUD Rest API, using Axum, sqlx, Postgres, Docker and Docker Compose

Let's create a CRUD Rest API in Rust, using the following: Axum (Rust web framework) sqlx...

Learn More 10 0Dec 16

Redox OS: Is the Future of Operating Systems Written in Rust?

Hi! Have you ever wondered what an operating system would look like if it were built today,...

Learn More 7 1Dec 11

AI vs. Machine Learning vs. Deep Learning

Read time: ~1 min You hear the terms Artificial Intelligence, Machine Learning, and Deep Learning...

Learn More 10 0Dec 4

Rust Hello World: The Hard and the Smart Way

How do we make a Hello World in Rust?? If you prefer watching over reading, you can watch the video...

Learn More 4 0Nov 26

Rust vs. Your Next JavaScript Framework: Which Should You Learn?

Rust vs. Your Next JavaScript Framework: Which Should You Learn? Hey everyone! Today, we're tackling...

Learn More 19 1Sep 12

Open AI Releases Open Models

Open AI is now finally Open AI. OpenAI has just released two new advanced open-weight models,...

Learn More 15 3Aug 6

Should you join a community to learn Rust?

Short answer: yes Over the past 5 years, I've learned a lot about communities. I've made many...

Learn More 17 0May 13

Should you learn Rust as your next programming language?

Hi, I want to focus on why you might be interested in learning Rust in this short article. If you're...

Learn More 46 13May 9

Actix Web - The Rust Framework for Web Development - Hello World

Hi! Francesco here. Today, we will look at Actix, a high-performance framework for building web...

Learn More 27 5Nov 5 '24

All the Rust Features

In this article, we’ll explore all (or nearly all) of the key features that make the Rust programming...

Learn More 15 0Nov 1 '24

Iterators in Rust - Map, Filter, Reduce

Iterators in Rust provide a powerful and flexible way to process data efficiently by transforming,...

Learn More 11 0Oct 15 '24

Iterators in Rust

Iterators in Rust provide a powerful and flexible way to process data efficiently by transforming,...

Learn More 3 0Oct 15 '24

Python CRUD Rest API using Flask, SQLAlchemy, Postgres, Docker, Docker Compose

Let's create a CRUD Rest API in Python, using the following: Flask (Python web...

Learn More 98 10Oct 8 '24

Closures in Rust

In this lesson, we will introduce Closures in Rust, a flexible feature that allows functions to...

Learn More 14 0Oct 6 '24

What are Closures in Rust?

What are Closures in Rust? A closure in Rust is an anonymous function that can capture variables...

Learn More 10 0Oct 1 '24

3 ways to use environment Variables in Rust

Environment variables are a set of key-value pairs stored in the operating system. They are used to...

Learn More 26 2Sep 25 '24

Environment Variables in Rust

Environment variables are a set of key-value pairs stored in the operating system. They are used to...

Learn More 9 0Sep 22 '24

Why might Rust be a smart choice for developers today?

Why might Rust be a smart choice for developers today? Video Version Rust was recently added to...

Learn More 108 25Sep 21 '24

Rust fullstack web app! WASM + YEW + ROCKET

By the end of this tutorial, you will understand how to create a simple yet complete full-stack...

Learn More 119 18Sep 17 '24

Rocket - The Rust Web Framework - Hello World

Rocket - The Rust Web Framework - Hello World In this article, we will learn how to build a simple...

Learn More 25 7Sep 11 '24

Build a CLI in Rust

Let's build a CLI project in Rust, from scratch. We will handle the terminal inputs, read from a...

Learn More 21 4Sep 10 '24

Build YouTube API Data Fetching Using Rust

Are you looking to automate fetching your YouTube video data for analytics, content management, or...

Learn More 26 1Sep 6 '24

Reading Files in Rust

Reading from a File in Rust Rust is a fast and memory-efficient systems programming...

Learn More 51 8Sep 3 '24

Building a Simple CLI in Rust

Rust is a powerful and fast systems programming language gaining popularity in various domains. One...

Learn More 29 4Aug 20 '24

Tutorials are great! But something is missing...

Tutorials are great. They provide insights and help us learn new concepts. But without practical...

Learn More 22 0Aug 8 '24

Controlling How Tests Are Run

Like cargo run compiles and runs your code, cargo test compiles your code in test mode and then runs...

Learn More 16 2Aug 6 '24

3 Common Mistakes Beginners Make When Learning Rust

In 2024, the Stack Overflow Developer Survey voted Rust the most admired language. Rust's unique...

Learn More 36 2Aug 4 '24

Getting familiar with Rust's Syntax

So, you've decided to learn Rust. Good choice! Rust is an awesome language that combines the power...

Learn More 154 19Jul 31 '24

How to Write Tests in Rust

Testing is an essential part of software development, especially when coding professionally and...

Learn More 14 2Jul 30 '24

Announcing Rust 1.80.0

Announcing Rust 1.80.0 The Rust team just announced the release of Rust 1.80.0. This...

Learn More 40 4Jul 25 '24