Posts
All the articles I've posted.
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.
CSS Animations
Published:With CSS animations we have much more control than with transitions to create animations thanks to @keyframes.
CSS Transitions
Published:CSS Transitions allow property value changes to occur progressively over a specified period of time.
AVIF, the Definitive Image Format?
Published:AVIF is a next-generation image format that reduces JPEG images by up to ~50%.
Web Animation
Published:We've had animation on the web for a long time, let's take a look at the different ways to do web animation.
Finally Understanding JPG
Published:This article is available in English on the original source by Christoph Erdmann.
CSS Pixel Art
Published:Pixel Art is a design technique that continues to be used as a resource in many video games. With CSS we can use this technique in a very simple way.