Jean-Charles Le Tousey

Activity feed

article

No tube with NoTube

I've been meaning to write this post for several months now to talk about our daughter's problem and, above all, about this center, NoTube, and the benefits it has brought us, well rather, our daughter. Thank you NoTube!

bookmark

Document My Project

An app to generate the documentation of a project. It is nice to generate README files.

like

Relatively New Things You Should Know about HTML Heading Into 2025

Not all of this is like absolutely brand spanking new just-dropped-in-2024 stuff. Some of it is, but generally it’s relatively new stuff that’s all pretty great. I’m pointing things out that I think are really worth knowing about. It’s possible you haven’t kept up too much with HTML developments as it tends to, rightfully, move a lot slower than CSS or JavaScript.

bookmark

Overflow/scrollbar detection using modern CSS

Do you want to detect if an element is having an overflow or if it's scrollable? It's possible with scroll-driven animation! You can also store this information within a variable at :root level and do whatever you want (like styling any elements on the page)

like

A billion new developers thanks to AI?

bookmark

The gotcha of align-content with block elements

Everyone is excited about the new align-content that works with block-level elements, but pay attention when you want to center elements such as <img>, <iframe>, <canvas>, <video>, etc.

bookmark

A handful of reasons JavaScript won’t be available

Too many applications and websites are based on JavaScript and we, as developers, tend to believe that it is always available. But, this is not the case and here is why.

like

Hidden cost of frontend frameworks

In this little series I attempt to organise some thoughts of what I've seen, experienced and learned over the past few years of working as a frontend developer in a large company, with dozens of web applications, scaling from tens to thousands of daily active users.

like

The State of ES5 on the Web

Thoughts on web development, open source, software architecture, and the future.

bookmark

Why are my live regions not working?

Live regions have a reputation for being 'flaky' and inconsistent. While this can be attributed in part to shortcomings in current implementations, the problem can also be caused by developers misunderstanding how live regions are intended to work.

bookmark

slash pages

Slash pages are common pages you can add to your website, usually with a standard, root-level slug like /now, /about, or /uses. They tend to describe the individual behind the site and are distinguishing characteristics of the IndieWeb.

bookmark

Tornis

Tornis is a minimal JavaScript library that watches the state of your browser's viewport, allowing you to respond whenever something changes. Think of Tornis as a store for your viewport.

bookmark

Diving into the ::before and ::after Pseudo-Elements

This article is a gold mine about what we can do with ::before and ::after pseudo elements. We can use them to be decorative, to display quotes, to display HTML element's attributes, to play with images, to replace content, to control layout and even more.

bookmark

How to display language-specific quotes in CSS

For <blockquote>, with CSS, it is possible to display quotes accordingly to the user's language.

bookmark

How to display language-specific quotes in CSS | Stefan Judis Web Development

It is possible to display quotes accordingly to the user's language with some CSS declarations

bookmark

WebC Starter Kit

A starter project for Eleventy (11ty) using WebC as a main template langage. Also includes opiniated assets processing and a few more bells and whistles.

photo

A hedgehog seen from above and looking at the camera

Look who came to say good night

note

Ok, I got my #11ty conference ticket 👍

It is free and as #eleventy is so good, I'm sure this conf will be too!

https://conf.11ty.dev/tickets/f3cfe791c2cd4034a26ca01f516d5e9a

bookmark

8 top Docker tips tricks for 2024

Whether you’re a Docker expert or new to the Docker community, you may be wondering about the best ways to optimize or get started quicker on Docker. As a Docker Captain and a Senior DevOps Engineer, I’ve been using Docker for more than six years, and I’m looking forward to some thrilling updates in 2024!

In this post, I’m excited to share my top 8 tips and tricks for Docker that I’ve gathered through real-world experience and insider knowledge.

bookmark

Modern CSS For Dynamic Component-Based Architecture

Today, we will explore modern project architecture, emphasizing theming, responsive layouts, and component design. We'll learn about features to improve code organization and dig into layout techniques such as grid and container queries. Finally, we'll review real-world examples of context-aware components that use cutting-edge CSS techniques. You're sure to be inspired to expand your CSS skills and ready to create scalable, future-friendly web projects.