Ulzurrun de Asanza i Sàez

Month: February 2026

Migrating Proxmox LXC containers from Terraform to Pulumi

This post is part of my series on migrating my Homelab from Terraform to Pulumi. In this article I walk through how I’m migrating my LXC containers and how I imported them from Terraform without any data loss.

Read more →

New React 18 and 19 features for promise handling

use, useOptimistic (React 19), useTransition, useDeferredValue, Transition, Actions (React 18), and <Suspense> form a powerful toolkit for managing asynchrony in React. This post walks through how these APIs work in practice and how they fit together, especially useful if you skipped React 18 or 19.

Read more →