Anuncios Libros Cursos Categorías

Incorporating Tailwind CSS into Django 6

21-01-2026 - Andrés Cruz

Incorporating Tailwind CSS into Django 6

We will incorporate Tailwind CSS into the Django framework using a package that allows us to create a Node project natively as if it were a Laravel project.


Quickly configure margins and font sizes in Tailwind CSS with a plugin

05-01-2026 - Andrés Cruz

Quickly configure margins and font sizes in Tailwind CSS with a plugin

I'll show you a package that lets you modify your website's typography with Tailwind using @tailwindcss/typography, so you don't have to worry about manually defining text spacing and sizes.


Enable Dark Mode in Tailwind + Laravel and Vue - 2 WAYS

20-12-2025 - Andrés Cruz

We will see the two ways to enable dark mode, through the tailwind.config file and by selection using the dark class and I'll show you a few simple steps to use dark mode in Tailwind 4 and also in Laravel Livewire.