Blog

Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.

Rutas de Aprendizaje Libros Cursos Categorías Anuncios

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

CSS 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

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


Incorporating Tailwind CSS into Django 6

21-01-2026 - Andrés Cruz

Incorporating Tailwind CSS into Django 6

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


Creating a custom image composer or editor with Vue.js

15-08-2026 - Andrés Cruz

Creating a custom image composer or editor with Vue.js

Vue Learn how to generate images with HTML, CSS, and JavaScript using Vue.js, compose SVG, generate brushstroke effects, download text, load image fragments, and export in PNG.