Skip to content

Archives

All the articles I've archived.

2026 13
March 8
February 4
January 1
2025 2
December 2
2023 2
December 1
  • Talks 2023

    Published:

    A review of the talks I gave during 2023

March 1
2021 4
November 1
January 3
2020 14
December 1
October 1
  • CSS Books

    Published:

    A compilation of CSS books that can help you improve your knowledge in the art of styling your projects.

September 1
  • 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.

August 2
  • 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.

July 1
  • CSS Animations

    Published:

    With CSS animations we have much more control than with transitions to create animations thanks to @keyframes.

February 4
  • 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.

January 4
  • 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.

  • CSS Houdini, More Than Magic

    Published:

    For many people CSS is a magician's thing, some might even believe it's witchcraft, but that's because they don't know the necessary spells to have real control over CSS.

  • Motion Craftsmanship

    Published:

    Little needs to be said about the importance of animation in websites and applications, designers and developers are aware of it, just by opening the browser or applications we can appreciate it. But let's see what's hidden under the definition of Motion Craftsmanship.

  • Where to Start Optimizing My Images

    Published:

    As web development professionals, we worry about choosing the best framework, the most current library, applying best practices in JavaScript and CSS, being careful with HTML semantics to improve SEO, improving our content's accessibility, bundling and splitting files to optimize loading, but what about images?