PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Francesco Ciulla

@francesco

401 Points 11 Followers

12 Posts

1 Answers

Content Creator focused on creating YouTube videos.

Environment Variables in Rust

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

## 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,...

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 usual...

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 (JavaScrip...

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 - Tailwin...

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:...

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"...

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...

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) - Doc...

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 avail...

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 re...