Posts
All the articles I've posted.
My Opinion on Tailwind CSS
Published:Utility-First CSS frameworks are gaining a lot of traction, especially Tailwind CSS. Is it a good option?
I Prefer PostCSS
Published:Let me explain why I prefer PostCSS for writing CSS.
It's Curious How Forgotten and Mistreated CSS Is
Published:At over 24 years old, CSS continues to be a despised language.
Detect AVIF Support for Your CSS Images
Published:Implement the new AVIF image format in your CSS `background-image`.
CSS Books
Published:A compilation of CSS books that can help you improve your knowledge in the art of styling your projects.
Learning to Program with Processing and P5js
Published:There are many methodologies and languages for learning to program, which is why the first thing a person who wants to learn to program faces is choosing a language or development platform.
Agile Design with TDD
Published:In this article I want to share my opinion of the book 'Agile Design with TDD', from which I've been able to learn the foundations of TDD.
Clean JavaScript: Clean Code, SOLID and Testing
Published:I want to recommend the book Clean JavaScript, by Miguel A. Gómez, where he teaches us to apply good practices, write robust and easy-to-maintain code. With the aim of developing good software with JavaScript.