• Published on:

    View transitions: Handling aspect ratio changes

    When folks ask me for help with view transition animations that “don't quite look right”, it's usually because the content changes aspect ratio. Here's how to handle it.
  • Published on:

    A practical guide to using shadow DOM

    I think it’s finally time to start thinking about incorporating shadow DOM into our everyday workflows.
  • Published on:

    Inline conditionals in CSS?

    Last week, the CSS WG resolved to add an inline if() to CSS. But what does that mean, and why is it exciting?
  • Published on:

    Why are websites embarrassing?

    [...] the baseline for modern book design is pretty high. This made me wonder why the same isn’t true for websites.
  • Published on:

    Single Div Drawings with CSS

    As a web designer, CSS is my medium and so I challenged myself to learn all I could about it and to explore and experiment with its limits.
  • Published on:

    Front-end development is like…

    …so many other industries. Yet, I find that working in front-end development still places a heavy emphasis on one person — or very few people — doing the job.
  • Published on:

    daedalOS

    A desktop environment built in the browser using NextJS.
  • Published on:

    Git : pourquoi écrire des commits atomiques ?

    Beaucoup de personnes, par simplicité, créées des commits contenant l’ensemble de leurs modifications. Pourtant procéder ainsi peut poser de nombreux soucis. C’est pourquoi il est souvent recommandé d’écrire des commits atomiques.
  • Published on:

    Star Rating: An SVG Solution

    For websites and platforms that provide users with content or reviews, it’s important to include a star rating. Recently, I needed to implement a star rating component for a project [...]
  • Published on:

    Projet libre : à chaque ressource sa licence

    Je réalise régulièrement des audits de code source visant à vérifier l’absence de « mine juridique » dans une application. Cela m’a amené à me pencher avec attention sur la licence des projets libres et à constater que la licence annoncée par ces projets était en général trop monolithique.