Francesco Ciulla

@francesco

356 Points 9 Followers

10 Posts

1 Answers

Content Creator focused on creating YouTube videos.

Francesco Ciulla · 2 months ago

Ownership in Rust

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, we...
4

Francesco Ciulla · 3 months ago

Variables, Shadowing, and Constants in Rust

Understanding Variables in Rust Rust is a statically and strongly typed language. This means that the compiler must know the type of all variables at compile time. The compiler can usually i...
1

Francesco Ciulla · 4 months ago

Build a FULL STACK Web app with Javascript API, Next.js 14, Node.js, Express, Prisma, Postgres, Docker

By the end of this article, you will understand and create a simple yet complete full stack app using the following: Next.js 14 (TypeScript) Tailwind CSS Node.js Express (JavaScript) Prism...
5

Francesco Ciulla · 9 months ago

Typescript 🟦 CRUD API: Next.js, Tailwind, tRPC, Prisma Postgres, Docker

By the end of this article, you will understand how to build a FULL CRUD API app, including a simple frontend to use it, using the following technologies: Next.js TypeScript Tailwind CSS t...
2

Francesco Ciulla · 11 months ago

Rust 🦀 CRUD Rest API

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: {% youtub...
3

Francesco Ciulla · 1 year ago

PHP CRUD Rest API, using Laravel, Composer, Postgres, Docker and Docker Compose

Let's create a CRUD Rest API in PHP, using: Laravel (PHP framework) Composer (PHP package manager) Postgres (database) Docker Docker Compose Mind the similar names! ⚠️ "Composer"...
2

Francesco Ciulla · 1 year ago

Kubernetes quick tutorial

👋 Introduction Let's make the simplest but understandable Kubernetes example ever. Video version: {% youtube noJmOirhHKM %} We will create our first example with Kubernetes starting from sc...
4

Francesco Ciulla · 1 year ago

C# (C Sharp) CRUD Rest API using .NET 7, ASP.NET, Entity Framework, Postgres, Docker and Docker Compose

Let's create a CRUD Rest API in C# (or C sharp), using: .NET 7 ASP.NET (Framework for building web apps) Entity Framework (ORM) Postgres (Database) Docker (Containerization) Docker Compose...
4

Francesco Ciulla · 1 year ago

Dockerize a Python Application

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 available in...
4

Francesco Ciulla · 1 year ago

JavaScript CRUD Rest API using Nodejs, Express, Sequelize, Postgres, Docker and Docker

Let's create a CRUD rest API in JavaScript, using: Node.js Express Sequelize Postgres Docker Docker Compose {% youtube Uv-jMWV29rU %} All the code is available in the GitHub repository (li...
9

Loading More Content